Adding gruvbox dark theme - light one to follow! :)

This commit is contained in:
cal2195 2017-10-22 17:10:09 +01:00
parent b23feb589a
commit fc86465811
2 changed files with 46 additions and 0 deletions

20
styl/gruvbox-colors.styl Normal file
View File

@ -0,0 +1,20 @@
// * gruvbox-colors.styl
// ** A theme based of the gruvbox color scheme
base03 = #3c3836
base02 = #282828
base01 = #b8bb26
base00 = #fabd2f
base0 = #83a598
base1 = #8ec07c
base2 = #a89984
base3 = #ebdbb2
yellow = #d79921
orange = #fb4934
red = #cc241d
magenta = #b16286
violet = #d3869b
blue = #458588
cyan = #689d6a
green = #98971a

26
themes/gruvbox-dark.styl Normal file
View File

@ -0,0 +1,26 @@
// * gruvbox-dark.styl
@require gruvbox-colors
// ** Colors
color-a = blue
color-a-visited = violet
color-background = base02
color-background-highlight = base03
color-background-highlight-extra = base01
color-background-highlight-extra-less = lighten(color-background-highlight, 4%)
color-background-highlight-extra-less-less = lighten(color-background-highlight, 2%)
color-background-highlight-tad-extra = lighten(color-background, 2%)
color-border = base00
color-text = base0
comment = base01
emphasized = base1
emphasized-more = base2
emphasized-more-more = base3
button-gradient-top = color-background-highlight-extra
button-gradient-bottom = color-background-highlight