mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
fix: colors on notifs and launcher
This commit is contained in:
parent
9e44812e93
commit
0052b00904
5 changed files with 19 additions and 27 deletions
|
|
@ -14,7 +14,6 @@ Singleton {
|
|||
property color surface_container: Qt.rgba(0.25, 0.25, 0.25, 1.0)
|
||||
property color surface_container_translucent: Qt.rgba(0.25, 0.25, 0.25, 0.25)
|
||||
property color highlight: Qt.rgba(1.0, 1.0, 1.0, 0.85)
|
||||
// property color primary: "#2EADC6"
|
||||
property color active: Qt.rgba(1.0, 1.0, 1.0, 1.0)
|
||||
property color active_translucent: Qt.rgba(1.0, 1.0, 1.0, 0.15)
|
||||
property color border_translucent: Qt.rgba(1.0, 1.0, 1.0, 0.05)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue