Skip to content

Commit

Permalink
White theme adaptations
Browse files Browse the repository at this point in the history
  • Loading branch information
imarkoff committed Feb 21, 2023
1 parent 8f7a238 commit 070986c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions colors.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"replace" : "ACCENT-COLOR",

"light" : {
"s" : 75,
"l" : 75,
"s" : 52,
"l" : 67,
"a" : 1
},

Expand All @@ -14,15 +14,14 @@
"l" : 26,
"a" : 1
}

},

"accent_hover" : {
"replace" : "ACCENT_HOVER",

"light" : {
"s" : 70,
"l" : 70,
"s" : 50,
"l" : 60,
"a" : 1
},

Expand All @@ -37,7 +36,7 @@
"replace" : "ACCENT-DISABLED-COLOR",

"light" : {
"s" : 35,
"s" : 40,
"l" : 90,
"a" : 1
},
Expand Down Expand Up @@ -115,8 +114,8 @@
"replace" : "BACKGROUND-COLOR",

"light" : {
"s" : 40,
"l" : 98,
"s" : 64,
"l" : 97,
"a" : 1
},

Expand Down

0 comments on commit 070986c

Please sign in to comment.