From 9a7d82954a8e77ca72a9d0b995ec5c0160e6018c Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 6 Oct 2014 17:49:31 -0400 Subject: 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 --- libLumina/colors/SampleColors.qss.colors | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libLumina/colors/SampleColors.qss.colors (limited to 'libLumina/colors') 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 -- cgit