diff --git a/.config/themer/themes/mono-light.sh b/.config/themer/themes/mono-light.sh index ffca9e6..657b992 100644 --- a/.config/themer/themes/mono-light.sh +++ b/.config/themer/themes/mono-light.sh @@ -3,5 +3,5 @@ export background=ffffff export backgroundish=cccccc export foreground=000000 export foregroundish=333333 -export accent=56949f +export accent=f5cac3 export dark=false diff --git a/.config/yambar/real-config.yml b/.config/yambar/real-config.yml index 1ca402f..daad61f 100644 --- a/.config/yambar/real-config.yml +++ b/.config/yambar/real-config.yml @@ -24,13 +24,13 @@ bar: focused: map: <<: *river_base - default: {string: {text: "{id}", foreground: *bg}} + default: {string: {text: "{id}"}} deco: {background: {color: *accent}} values: - 10: {string: {text: "u", foreground: *bg}} - 11: {string: {text: "i", foreground: *bg}} - 12: {string: {text: "o", foreground: *bg}} - 13: {string: {text: "p", foreground: *bg}} + 10: {string: {text: "u"}} + 11: {string: {text: "i"}} + 12: {string: {text: "o"}} + 13: {string: {text: "p"}} unfocused: map: <<: *river_base