From 7fd75ce1e57ecb3948464921f8612dfa1480e97d Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 27 Jan 2022 16:00:21 -0300 Subject: [PATCH] Cambiar tono de acento en mono-light y ajustar yambar --- .config/themer/themes/mono-light.sh | 2 +- .config/yambar/real-config.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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