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 ## VARIABLES
[res/colors] [res/colors]
red = #ed1515 red = #fb4934
green = #11d116 green = #b8bb26
yellow = #fdbc4b yellow = #fabd2f
blue = #1d99f3 blue = #83a598
magenta = #9b59b6 magenta = #de869b
cyan = #1abc9c cyan = #8ec07c
white = #eff0f1 white = #ebdbb2
black = #232629 black = #282828
gray = #31363b gray = #32302f
bg = ${env:PB_COLOR_BG:#232629} bg = ${env:PB_COLOR_BG:#282828}
fg = ${env:PB_COLOR_FG:#eff0f1} fg = ${env:PB_COLOR_FG:#ebdbb2}
border = ${env:PB_COLOR_BORDER:#31363b} border = ${env:PB_COLOR_BORDER:#32302f}
selection = #1d99f3 selection = #83a598
[res/config] [res/config]
bar-width = 50 bar-width = 50

View File

@ -38,9 +38,9 @@ step_configure() {
fi fi
# Light theme # Light theme
if [ "$THEME" == "light" ]; then if [ "$THEME" == "light" ]; then
export PB_COLOR_BG="#eff0f1" export PB_COLOR_BG="#fbf1c7"
export PB_COLOR_FG="#232629" export PB_COLOR_FG="#3c3836"
export PB_COLOR_BORDER="#bdc3c7" export PB_COLOR_BORDER="#f2e5bc"
fi fi
} }
step_spawn_primary() { step_spawn_primary() {