Polybar: Gruvbox

This commit is contained in:
Salt 2020-12-20 05:19:21 -06:00
parent 9f67115368
commit 6f762062a6
2 changed files with 16 additions and 16 deletions

View File

@ -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

View File

@ -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() {