pull/30/merge
Cal Martin 6 years ago committed by GitHub
commit 7a8b026c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,4 +17,21 @@ magenta = #b16286
violet = #d3869b
blue = #458588
cyan = #689d6a
green = #98971a
green = #98971a
light_base03 = #ebdbb2
light_base02 = #fbf1c7
light_base01 = #79740e
light_base00 = #b57614
light_base0 = #076678
light_base1 = #427b58
light_base2 = #7c6f64
light_base3 = #3c3836
light_yellow = #d79921
light_orange = #9d0006
light_red = #cc241d
light_magenta = #b16286
light_violet = #8f3f71
light_blue = #458588
light_cyan = #689d6a
light_green = #98971a

@ -15,7 +15,7 @@ color-background-highlight-tad-extra = lighten(color-background, 2%)
color-border = base00
color-text = base0
color-text = base3
comment = base01
emphasized = base1

@ -0,0 +1,26 @@
// * gruvbox-light.styl
@require colors
// ** Colors
color-a = light_blue
color-a-visited = light_violet
color-background = light_base02
color-background-highlight = light_base03
color-background-highlight-extra = light_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 = light_base0
color-text = light_base3
comment = light_base01
emphasized = light_base1
emphasized-more = light_base2
emphasized-more-more = light_base3
button-gradient-top = color-background-highlight-extra
button-gradient-bottom = color-background-highlight
Loading…
Cancel
Save