Skip to content

Adding light variant of gruvbox light and improving color mapping! :) #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: multi-theme
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion themes/gruvbox/colors.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion themes/gruvbox/dark.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 26 additions & 0 deletions themes/gruvbox/light.styl
Original file line number Diff line number Diff line change
@@ -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