diff options
author | Ken Moore <ken@pcbsd.org> | 2014-11-12 13:11:07 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-11-12 13:11:07 -0500 |
commit | 57cd3a7e74ae3401361a9a2982f8db64889a8656 (patch) | |
tree | c3afd8528d3459af181b12585f6ebf4326666c2a /libLumina/colors/Lumina-Gold.qss.colors | |
parent | Update the desktopbar panel plugin to recognize the alternate favorites direc... (diff) | |
download | lumina-57cd3a7e74ae3401361a9a2982f8db64889a8656.tar.gz lumina-57cd3a7e74ae3401361a9a2982f8db64889a8656.tar.bz2 lumina-57cd3a7e74ae3401361a9a2982f8db64889a8656.zip |
Add a bunch of new color schemes for Lumina (Red/Green/Purple/Gold/Glass), and adjust the auto-loading of a theme so that it will automatically pick up when the current theme/color file changes (such as when it was manually edited).
Diffstat (limited to 'libLumina/colors/Lumina-Gold.qss.colors')
-rw-r--r-- | libLumina/colors/Lumina-Gold.qss.colors | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libLumina/colors/Lumina-Gold.qss.colors b/libLumina/colors/Lumina-Gold.qss.colors new file mode 100644 index 00000000..24dcdd5c --- /dev/null +++ b/libLumina/colors/Lumina-Gold.qss.colors @@ -0,0 +1,13 @@ +ACCENTCOLOR=rgb(246,243,225) +ACCENTDISABLECOLOR=black +ALTBASECOLOR=white +BASECOLOR=rgb(247,246,244) +HIGHLIGHTCOLOR=rgba(234,128,7,200) +HIGHLIGHTDISABLECOLOR=rgba(242,165,41,200) +PRIMARYCOLOR=rgb(242,228,157) +PRIMARYDISABLECOLOR=rgb(215,203,140) +SECONDARYCOLOR=rgb(246,240,181) +SECONDARYDISABLECOLOR=rgb(228,220,172) +TEXTCOLOR=black +TEXTDISABLECOLOR=grey +TEXTHIGHLIGHTCOLOR=white
\ No newline at end of file |