From 6f762062a689d16dd6d9ba6e16dc275d19ee62f7 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 20 Dec 2020 05:19:21 -0600 Subject: [PATCH] Polybar: Gruvbox --- .config/polybar/config | 26 +++++++++++++------------- .config/polybar/launch.sh | 6 +++--- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index c45143f9..730126ed 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -12,20 +12,20 @@ ## VARIABLES [res/colors] -red = #ed1515 -green = #11d116 -yellow = #fdbc4b -blue = #1d99f3 -magenta = #9b59b6 -cyan = #1abc9c -white = #eff0f1 -black = #232629 -gray = #31363b +red = #fb4934 +green = #b8bb26 +yellow = #fabd2f +blue = #83a598 +magenta = #de869b +cyan = #8ec07c +white = #ebdbb2 +black = #282828 +gray = #32302f -bg = ${env:PB_COLOR_BG:#232629} -fg = ${env:PB_COLOR_FG:#eff0f1} -border = ${env:PB_COLOR_BORDER:#31363b} -selection = #1d99f3 +bg = ${env:PB_COLOR_BG:#282828} +fg = ${env:PB_COLOR_FG:#ebdbb2} +border = ${env:PB_COLOR_BORDER:#32302f} +selection = #83a598 [res/config] bar-width = 50 diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh index 84c0e757..a241c33a 100755 --- a/.config/polybar/launch.sh +++ b/.config/polybar/launch.sh @@ -38,9 +38,9 @@ step_configure() { fi # Light theme if [ "$THEME" == "light" ]; then - export PB_COLOR_BG="#eff0f1" - export PB_COLOR_FG="#232629" - export PB_COLOR_BORDER="#bdc3c7" + export PB_COLOR_BG="#fbf1c7" + export PB_COLOR_FG="#3c3836" + export PB_COLOR_BORDER="#f2e5bc" fi } step_spawn_primary() {