diff options
author | gidsi <gidsi@chaospott.de> | 2019-11-13 02:44:28 +0100 |
---|---|---|
committer | gidsi <gidsi@chaospott.de> | 2019-11-13 02:44:28 +0100 |
commit | 3e02388fa8251e710af3976e77d29a5400294e19 (patch) | |
tree | 3a7b57d08a14ebfa293b0528627cd948e7f2bb07 /themes/base16-zenburn.rasi | |
parent | 471452af71f7f2646848b8ebffebc7fee12d20ca (diff) |
Update themes
Diffstat (limited to 'themes/base16-zenburn.rasi')
-rw-r--r-- | themes/base16-zenburn.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/base16-zenburn.rasi b/themes/base16-zenburn.rasi index 401d9ca..bbfca41 100644 --- a/themes/base16-zenburn.rasi +++ b/themes/base16-zenburn.rasi @@ -12,8 +12,8 @@ lightfg: rgba ( 192, 192, 192, 100 % ); lightbg: rgba ( 64, 64, 64, 100 % ); foreground: rgba ( 220, 220, 204, 100 % ); - background: rgba ( 63, 63, 63, 100 % ); - background-color: rgba ( 63, 63, 63, 0 % ); + background: rgba ( 56, 56, 56, 100 % ); + background-color: rgba ( 56, 56, 56, 0 % ); separatorcolor: @foreground; border-color: @foreground; selected-normal-foreground: @lightbg; |