Dial back opacity of border.1 in dark themes

This commit is contained in:
Max Brunsfeld 2022-01-26 11:27:00 -08:00
parent 76bbd101c6
commit f1d621133e
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ extends = "_base"
[border]
0 = "#000000B2"
1 = "#FFFFFF4A"
1 = "#FFFFFF20"
[text]
0 = { extends = "$text.base", color = "#ffffff" }

View file

@ -7,7 +7,7 @@ extends = "_base"
[border]
0 = "#1B222B"
1 = "#FFFFFF4A"
1 = "#FFFFFF20"
[text]
0 = { extends = "$text.base", color = "#FFFFFF" }