Skip to content

Commit

Permalink
Added transparency and decreased bg saturation in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
imarkoff committed Jul 25, 2023
1 parent 4490215 commit 9913027
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions colors.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"light" : {
"s" : 40,
"l" : 90,
"a" : 1
"a" : 0.9
},

"dark" : {
Expand All @@ -90,7 +90,7 @@
"light" : {
"s" : 35,
"l" : 85,
"a" : 1
"a" : 0.95
},

"dark" : {
Expand Down Expand Up @@ -197,9 +197,9 @@
"_comment" : "Background color. Used in overview, panel, different menus...",

"light" : {
"s" : 64,
"s" : 50,
"l" : 97,
"a" : 1
"a" : 0.92
},

"dark" : {
Expand All @@ -212,7 +212,7 @@
"_comment" : "Background color panel and overview (fix flickering)",

"light" : {
"s" : 64,
"s" : 50,
"l" : 97,
"a" : 1
},
Expand Down Expand Up @@ -505,7 +505,7 @@
"light" : {
"s" : 45,
"l" : 92,
"a" : 1
"a" : 0.8
},

"dark" : {
Expand Down

0 comments on commit 9913027

Please sign in to comment.