-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from kurusus/master
Add hard and soft variants of gruvbox color scheme
- Loading branch information
Showing
4 changed files
with
160 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
set notification-error-bg "#1d2021" # bg | ||
set notification-error-fg "#fb4934" # bright:red | ||
set notification-warning-bg "#1d2021" # bg | ||
set notification-warning-fg "#fabd2f" # bright:yellow | ||
set notification-bg "#1d2021" # bg | ||
set notification-fg "#b8bb26" # bright:green | ||
|
||
set completion-bg "#504945" # bg2 | ||
set completion-fg "#ebdbb2" # fg | ||
set completion-group-bg "#3c3836" # bg1 | ||
set completion-group-fg "#928374" # gray | ||
set completion-highlight-bg "#83a598" # bright:blue | ||
set completion-highlight-fg "#504945" # bg2 | ||
|
||
# Define the color in index mode | ||
set index-bg "#504945" # bg2 | ||
set index-fg "#ebdbb2" # fg | ||
set index-active-bg "#83a598" # bright:blue | ||
set index-active-fg "#504945" # bg2 | ||
|
||
set inputbar-bg "#1d2021" # bg | ||
set inputbar-fg "#ebdbb2" # fg | ||
|
||
set statusbar-bg "#504945" # bg2 | ||
set statusbar-fg "#ebdbb2" # fg | ||
|
||
set highlight-color "#fabd2f" # bright:yellow | ||
set highlight-active-color "#fe8019" # bright:orange | ||
|
||
set default-bg "#1d2021" # bg | ||
set default-fg "#ebdbb2" # fg | ||
set render-loading true | ||
set render-loading-bg "#1d2021" # bg | ||
set render-loading-fg "#ebdbb2" # fg | ||
|
||
# Recolor book content's color | ||
set recolor-lightcolor "#1d2021" # bg | ||
set recolor-darkcolor "#ebdbb2" # fg | ||
set recolor "true" | ||
# set recolor-keephue true # keep original color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
set notification-error-bg "#32302f" # bg | ||
set notification-error-fg "#fb4934" # bright:red | ||
set notification-warning-bg "#32302f" # bg | ||
set notification-warning-fg "#fabd2f" # bright:yellow | ||
set notification-bg "#32302f" # bg | ||
set notification-fg "#b8bb26" # bright:green | ||
|
||
set completion-bg "#504945" # bg2 | ||
set completion-fg "#ebdbb2" # fg | ||
set completion-group-bg "#3c3836" # bg1 | ||
set completion-group-fg "#928374" # gray | ||
set completion-highlight-bg "#83a598" # bright:blue | ||
set completion-highlight-fg "#504945" # bg2 | ||
|
||
# Define the color in index mode | ||
set index-bg "#504945" # bg2 | ||
set index-fg "#ebdbb2" # fg | ||
set index-active-bg "#83a598" # bright:blue | ||
set index-active-fg "#504945" # bg2 | ||
|
||
set inputbar-bg "#32302f" # bg | ||
set inputbar-fg "#ebdbb2" # fg | ||
|
||
set statusbar-bg "#504945" # bg2 | ||
set statusbar-fg "#ebdbb2" # fg | ||
|
||
set highlight-color "#fabd2f" # bright:yellow | ||
set highlight-active-color "#fe8019" # bright:orange | ||
|
||
set default-bg "#32302f" # bg | ||
set default-fg "#ebdbb2" # fg | ||
set render-loading true | ||
set render-loading-bg "#32302f" # bg | ||
set render-loading-fg "#ebdbb2" # fg | ||
|
||
# Recolor book content's color | ||
set recolor-lightcolor "#32302f" # bg | ||
set recolor-darkcolor "#ebdbb2" # fg | ||
set recolor "true" | ||
# set recolor-keephue true # keep original color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
set notification-error-bg "#f9f5d7" # bg | ||
set notification-error-fg "#9d0006" # bright:red | ||
set notification-warning-bg "#f9f5d7" # bg | ||
set notification-warning-fg "#b57614" # bright:yellow | ||
set notification-bg "#f9f5d7" # bg | ||
set notification-fg "#79740e" # bright:green | ||
|
||
set completion-bg "#d5c4a1" # bg2 | ||
set completion-fg "#3c3836" # fg | ||
set completion-group-bg "#ebdbb2" # bg1 | ||
set completion-group-fg "#928374" # gray | ||
set completion-highlight-bg "#076678" # bright:blue | ||
set completion-highlight-fg "#d5c4a1" # bg2 | ||
|
||
# Define the color in index mode | ||
set index-bg "#d5c4a1" # bg2 | ||
set index-fg "#3c3836" # fg | ||
set index-active-bg "#076678" # bright:blue | ||
set index-active-fg "#d5c4a1" # bg2 | ||
|
||
set inputbar-bg "#f9f5d7" # bg | ||
set inputbar-fg "#3c3836" # fg | ||
|
||
set statusbar-bg "#d5c4a1" # bg2 | ||
set statusbar-fg "#3c3836" # fg | ||
|
||
set highlight-color "#b57614" # bright:yellow | ||
set highlight-active-color "#af3a03" # bright:orange | ||
|
||
set default-bg "#f9f5d7" # bg | ||
set default-fg "#3c3836" # fg | ||
set render-loading true | ||
set render-loading-bg "#f9f5d7" # bg | ||
set render-loading-fg "#3c3836" # fg | ||
|
||
# Recolor book content's color | ||
set recolor-lightcolor "#f9f5d7" # bg | ||
set recolor-darkcolor "#3c3836" # fg | ||
set recolor "true" | ||
# set recolor-keephue true # keep original color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
set notification-error-bg "#f2e5bc" # bg | ||
set notification-error-fg "#9d0006" # bright:red | ||
set notification-warning-bg "#f2e5bc" # bg | ||
set notification-warning-fg "#b57614" # bright:yellow | ||
set notification-bg "#f2e5bc" # bg | ||
set notification-fg "#79740e" # bright:green | ||
|
||
set completion-bg "#d5c4a1" # bg2 | ||
set completion-fg "#3c3836" # fg | ||
set completion-group-bg "#ebdbb2" # bg1 | ||
set completion-group-fg "#928374" # gray | ||
set completion-highlight-bg "#076678" # bright:blue | ||
set completion-highlight-fg "#d5c4a1" # bg2 | ||
|
||
# Define the color in index mode | ||
set index-bg "#d5c4a1" # bg2 | ||
set index-fg "#3c3836" # fg | ||
set index-active-bg "#076678" # bright:blue | ||
set index-active-fg "#d5c4a1" # bg2 | ||
|
||
set inputbar-bg "#f2e5bc" # bg | ||
set inputbar-fg "#3c3836" # fg | ||
|
||
set statusbar-bg "#d5c4a1" # bg2 | ||
set statusbar-fg "#3c3836" # fg | ||
|
||
set highlight-color "#b57614" # bright:yellow | ||
set highlight-active-color "#af3a03" # bright:orange | ||
|
||
set default-bg "#f2e5bc" # bg | ||
set default-fg "#3c3836" # fg | ||
set render-loading true | ||
set render-loading-bg "#f2e5bc" # bg | ||
set render-loading-fg "#3c3836" # fg | ||
|
||
# Recolor book content's color | ||
set recolor-lightcolor "#f2e5bc" # bg | ||
set recolor-darkcolor "#3c3836" # fg | ||
set recolor "true" | ||
# set recolor-keephue true # keep original color |