Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rohshall/8a0e276c69cf408c123f47c43468302e to your computer and use it in GitHub Desktop.
Save rohshall/8a0e276c69cf408c123f47c43468302e to your computer and use it in GitHub Desktop.
Gruvbox material colorscheme for i3wm
################################
#### Gruvbox Material Light ####
################################
set $bg #fbf1c7
set $fg #654735
set $red #c14a4a
set $orange #c35e0a
set $green #6c782e
set $blue #45707a
set $purple #945e80
set $aqua #4c7a5d
set $darkgray #fbf1c7
###############################
#### Gruvbox Material Dark ####
###############################
set $bg #282828
set $fg #d4be98
set $red #ea6962
set $orange #e78a4e
set $green #a9b665
set $blue #7daea3
set $purple #d3869b
set $aqua #89b482
set $darkgray #282828
#############
#### BAR ####
#############
bar {
colors {
# bar background color
background $bg
# text color used for blocks that do not have a color specified.
statusline $fg
# workspaces section
# border backgr. text
focused_workspace $orange $orange $bg
inactive_workspace $bg $aqua $bg
active_workspace $bg $blue $bg
urgent_workspace $red $red $fg
}
}
#######################
#### i3 appearance ####
#######################
# Gruvbox Theme brdr bg text indictr chld_brdr
client.focused $orange $orange $bg $orange $orange
client.focused_inactive $aqua $aqua $bg $aqua $aqua
client.unfocused $bg $bg $bg $bg $bg
client.urgent $red $red $bg $red $red
client.placeholder $bg $bg $bg $bg $bg
client.background $bg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment