aboutsummaryrefslogtreecommitdiff
path: root/libLumina/colors/Lumina-Green.qss.colors
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2014-11-12 13:11:07 -0500
committerKen Moore <ken@pcbsd.org>2014-11-12 13:11:07 -0500
commit57cd3a7e74ae3401361a9a2982f8db64889a8656 (patch)
treec3afd8528d3459af181b12585f6ebf4326666c2a /libLumina/colors/Lumina-Green.qss.colors
parentUpdate the desktopbar panel plugin to recognize the alternate favorites direc... (diff)
downloadlumina-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-Green.qss.colors')
-rw-r--r--libLumina/colors/Lumina-Green.qss.colors13
1 files changed, 13 insertions, 0 deletions
diff --git a/libLumina/colors/Lumina-Green.qss.colors b/libLumina/colors/Lumina-Green.qss.colors
new file mode 100644
index 00000000..404b132c
--- /dev/null
+++ b/libLumina/colors/Lumina-Green.qss.colors
@@ -0,0 +1,13 @@
+ACCENTCOLOR=rgb(233,246,233)
+ACCENTDISABLECOLOR=black
+ALTBASECOLOR=white
+BASECOLOR=rgb(245,247,245)
+HIGHLIGHTCOLOR=rgb(142,192,150)
+HIGHLIGHTDISABLECOLOR=rgb(109,168,119)
+PRIMARYCOLOR=rgb(29,145,77)
+PRIMARYDISABLECOLOR=rgb(80,159,101)
+SECONDARYCOLOR=rgb(255,249,183)
+SECONDARYDISABLECOLOR=rgb(255,253,220)
+TEXTCOLOR=black
+TEXTDISABLECOLOR=grey
+TEXTHIGHLIGHTCOLOR=white \ No newline at end of file
bgstack15