Skip to content

Commit

Permalink
Merge pull request #21 from freeware-preacher/master
Browse files Browse the repository at this point in the history
Add gruvbox-i3 theme
  • Loading branch information
Tony Crisci committed Dec 2, 2015
2 parents c6635c3 + fb98519 commit feed77f
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions themes/gruvbox
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# vim: filetype=yaml
---
meta:
description: Made by freeware-preacher <https://github.com/freeware-preacher> to match gruvbox by morhetz <https://github.com/morhetz>
bar_colors:
separator: grey
background: black
statusline: wheat
focused_workspace:
border: darkseagreen
background: darkseagreen
text: black
active_workspace:
border: black1
background: black1
text: grey
inactive_workspace:
border: darkslategray
background: darkslategray
text: grey
urgent_workspace:
border: firebrick
background: firebrick
text: wheat
colors:
grey: '#928374'
black: '#282828'
wheat: '#ebdbb2'
darkseagreen: '#689d6a'
black1: '#1d2021'
darkslategray: '#32302f'
firebrick: '#cc241d'
window_colors:
focused:
border: darkseagreen
background: darkseagreen
text: black
indicator: black
focused_inactive:
border: black1
background: black1
text: grey
indicator: black
unfocused:
border: darkslategray
background: darkslategray
text: grey
indicator: black
urgent:
border: firebrick
background: firebrick
text: wheat
indicator: black

0 comments on commit feed77f

Please sign in to comment.