Revert "river: menos contraste en la ventana activa"
This reverts commit 56c333675b
.
This commit is contained in:
parent
a9c5baeb7f
commit
7cef60ca67
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
export bg=181818
|
||||
export bg2=252525
|
||||
export fg=b9b9b9
|
||||
export fg2=777777
|
||||
export fg2=dedede
|
||||
export hl=368aeb
|
||||
|
||||
# solarized light
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
. ~/.config/river/colors
|
||||
|
||||
riverctl background-color 0x$bg
|
||||
riverctl border-color-focused 0x$fg2
|
||||
riverctl border-color-focused 0x$fg
|
||||
riverctl border-color-unfocused 0x$bg2
|
||||
riverctl border-width 2
|
||||
riverctl spawn yambar-run
|
||||
|
|
Loading…
Reference in a new issue