diff options
author | Ken Moore <ken@pcbsd.org> | 2014-10-06 17:49:31 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-10-06 17:49:31 -0400 |
commit | 9a7d82954a8e77ca72a9d0b995ec5c0160e6018c (patch) | |
tree | 0ecacf8b0510e4330bd368af86459709857eed9d /libLumina/colors | |
parent | Clean up the new global.h usage in all the Lumina subprojects. (diff) | |
download | lumina-9a7d82954a8e77ca72a9d0b995ec5c0160e6018c.tar.gz lumina-9a7d82954a8e77ca72a9d0b995ec5c0160e6018c.tar.bz2 lumina-9a7d82954a8e77ca72a9d0b995ec5c0160e6018c.zip |
Get the new LuminaThemes class working with a sample color theme for Insight (for testing). The theme loading/usage appears to be working, now I just need to generalize the theme template so that it applies to all the QAbstract* widgets
Diffstat (limited to 'libLumina/colors')
-rw-r--r-- | libLumina/colors/SampleColors.qss.colors | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libLumina/colors/SampleColors.qss.colors b/libLumina/colors/SampleColors.qss.colors new file mode 100644 index 00000000..fa770fa2 --- /dev/null +++ b/libLumina/colors/SampleColors.qss.colors @@ -0,0 +1,12 @@ +PRIMARYCOLOR=#7292bf +SECONDARYCOLOR=#efeeed +HIGHLIGHTCOLOR=#7292bf +ACCENTCOLOR=#9abbbe +PRIMARYDISABLECOLOR=#d0dbea +SECONDARYDISABLECOLOR=#f5f0e7 +HIGHLIGHTDISABLECOLOR=#d0dbea +ACCENTDISABLECOLOR=#f5f0e7 +BASECOLOR=#f4f0e8 +ALTBASECOLOR=white +TEXTCOLOR=black +TEXTHIGHLIGHTCOLOR=black
\ No newline at end of file |