diff --git a/themes/gruvbox/colors.styl b/themes/gruvbox/colors.styl index 8474b1f..cd52461 100644 --- a/themes/gruvbox/colors.styl +++ b/themes/gruvbox/colors.styl @@ -17,4 +17,21 @@ magenta = #b16286 violet = #d3869b blue = #458588 cyan = #689d6a -green = #98971a \ No newline at end of file +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 \ No newline at end of file diff --git a/themes/gruvbox/dark.styl b/themes/gruvbox/dark.styl index bccb3d5..f16e2d3 100644 --- a/themes/gruvbox/dark.styl +++ b/themes/gruvbox/dark.styl @@ -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 diff --git a/themes/gruvbox/light.styl b/themes/gruvbox/light.styl new file mode 100644 index 0000000..06f8ee1 --- /dev/null +++ b/themes/gruvbox/light.styl @@ -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