diff options
author | Ken Moore <ken@ixsystems.com> | 2017-03-17 12:11:37 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-03-17 12:11:37 -0400 |
commit | 982246b8aafe790776092276174b5b294e9eab8b (patch) | |
tree | 33c8b2759a219d98f7311a4dc57354f82809c3a2 /src-qt5/core | |
parent | Add the beginnings of a new "lumina-mediaplayer" application. This is a hobby... (diff) | |
parent | Remove the alpha channel from the alternate base color for lumina-glass - bas... (diff) | |
download | lumina-982246b8aafe790776092276174b5b294e9eab8b.tar.gz lumina-982246b8aafe790776092276174b5b294e9eab8b.tar.bz2 lumina-982246b8aafe790776092276174b5b294e9eab8b.zip |
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core')
-rw-r--r-- | src-qt5/core/colors/Lumina-Glass.qss.colors | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/colors/Lumina-Glass.qss.colors b/src-qt5/core/colors/Lumina-Glass.qss.colors index 89534aaa..4c75b1dd 100644 --- a/src-qt5/core/colors/Lumina-Glass.qss.colors +++ b/src-qt5/core/colors/Lumina-Glass.qss.colors @@ -1,6 +1,6 @@ ACCENTCOLOR=rgba(255,252,234,100) ACCENTDISABLECOLOR=rgba(0,0,0,100) -ALTBASECOLOR=rgba(255,255,255,125) +ALTBASECOLOR=rgb(255,255,255) BASECOLOR=rgb(247,246,244) HIGHLIGHTCOLOR=rgba(212,212,212,170) HIGHLIGHTDISABLECOLOR=rgba(184,184,184,100) |