From c0a05225973f1f6fcae808129f00122fd362bc94 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 13 Jan 2022 00:15:34 -0300 Subject: [PATCH] river-tag-overlay: Mejorar colores --- .config/river/load-colors | 12 ++++++------ .config/themer/river-colors.sh | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.config/river/load-colors b/.config/river/load-colors index 8e354da..0858ef0 100755 --- a/.config/river/load-colors +++ b/.config/river/load-colors @@ -17,12 +17,12 @@ riverctl spawn "killall river-tag-overlay >/dev/null ; river-tag-overlay \ --border-colour=0x$border_unfocused \ --square-active-background-colour=0x$border_focused \ --square-active-border-colour=0x$border_focused \ - --square-active-occupied-colour=0x$background \ - --square-active-text-colour=0x$border_focused \ - --square-inactive-background-colour=0x$border_unfocused \ - --square-inactive-border-colour=0x$border_unfocused \ - --square-inactive-occupied-colour=0x$background \ - --square-inactive-text-colour=0x$border_focused \ + --square-active-occupied-colour=0x$border_unfocused \ + --square-active-text-colour=0x$foreground \ + --square-inactive-background-colour=0x$background \ + --square-inactive-border-colour=0x$background \ + --square-inactive-occupied-colour=0x$border_unfocused \ + --square-inactive-text-colour=0x$foreground \ " if test -n "$bg"; then diff --git a/.config/themer/river-colors.sh b/.config/themer/river-colors.sh index c662ec5..9017df2 100755 --- a/.config/themer/river-colors.sh +++ b/.config/themer/river-colors.sh @@ -15,6 +15,7 @@ rose_pine () { fi echo " export background=$base + export foreground=$text export border_focused=$border_focused export border_unfocused=$border_unfocused export dark=$dark @@ -23,6 +24,7 @@ rose_pine () { mono () { echo " export background=$background + export foreground=$foreground export border_focused=$accent export border_unfocused=$backgroundish export dark=$dark