Last active
November 11, 2023 09:48
-
-
Save Cardoso1994/8ff7831623e0d85061d20462f10ab301 to your computer and use it in GitHub Desktop.
Gruvbox Material color configuration for Zathura. Material Soft light and dark variants
This file contains hidden or 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
############################################################################### | |
# Zathura Gruvbox Material Dark | |
# | |
# Material Soft Variant | |
# Inspired by: https://github.com/sainnhe/gruvbox-material | |
# | |
# Written by: Marco Antonio Cardoso Moreno | |
# | |
############################################################################### | |
set notification-error-bg "#32302f" # bg0 | |
set notification-error-fg "#ea6962" # red | |
set notification-warning-bg "#32302f" # bg0 | |
set notification-warning-fg "#d8a657" # yellow | |
set notification-bg "#32302f" # bg0 | |
set notification-fg "#a9b665" # green | |
set completion-bg "#3c3836" # bg2 | |
set completion-fg "#d4be98" # fg0 | |
set completion-group-bg "#3c3836" # bg1 | |
set completion-group-fg "#928374" # gray | |
set completion-highlight-bg "#7daea3" # blue | |
set completion-highlight-fg "#3c3836" # bg2 | |
# Define the color in index mode | |
set index-bg "#3c3836" # bg2 | |
set index-fg "#d4be98" # fg0 | |
set index-active-bg "#7daea3" # blue | |
set index-active-fg "#3c3836" # bg2 | |
set inputbar-bg "#3c3836" # bg2 | |
set inputbar-fg "#d4be98" # fg0 | |
set statusbar-bg "#3c3836" # bg2 | |
set statusbar-fg "#d4be98" # fg0 | |
set highlight-color "#d8a657" # yellow | |
set highlight-active-color "#e78a4e" # orange | |
set default-bg "#504945" # bg3 | |
set default-fg "#ddc7a1" # fg1 | |
set render-loading true | |
set render-loading-bg "#32302f" # bg0 | |
set render-loading-fg "#d4be98" # fg0 | |
# Recolor book content's color | |
set recolor-lightcolor "#32302f" # bg0 | |
set recolor-darkcolor "#d4be98" # fg0 | |
set recolor "true" | |
set recolor-keephue true # keep original color | |
############################################################################### | |
# Zathura Gruvbox Material light | |
# | |
# Material Soft Variant | |
# Inspired by: https://github.com/sainnhe/gruvbox-material | |
# | |
# Written by: Marco Antonio Cardoso Moreno | |
# | |
############################################################################### | |
set notification-error-bg "#f2e5bc" # bg0 | |
set notification-error-fg "#c14a4a" # red | |
set notification-warning-bg "#f2e5bc" # bg0 | |
set notification-warning-fg "#b47109" # yellow | |
set notification-bg "#f2e5bc" # bg0 | |
set notification-fg "#6c782e" # green | |
set completion-bg "#eddeb5" # bg2 | |
set completion-fg "#654735" # fg0 | |
set completion-group-bg "#ebdbb2" # bg1 | |
set completion-group-fg "#928374" # gray | |
set completion-highlight-bg "#45707a" # blue | |
set completion-highlight-fg "#eddeb5" # bg2 | |
# Define the color in index mode | |
set index-bg "#ebdbb2" # bg2 | |
set index-fg "#654735" # fg0 | |
set index-active-bg "#45707a" # blue | |
set index-active-fg "#ebdbb2" # bg2 | |
set inputbar-bg "#ebdbb2" # bg2 | |
set inputbar-fg "#654735" # fg0 | |
set statusbar-bg "#ebdbb2" # bg2 | |
set statusbar-fg "#654735" # fg0 | |
set highlight-color "#b47109" # yellow | |
set highlight-active-color "#c14a4a" # orange | |
set default-bg "#e6d5ae" # bg3 | |
set default-fg "#4f3829" # fg1 | |
set render-loading true | |
set render-loading-bg "#eddeb5" # bg | |
set render-loading-fg "#4f3829" # fg | |
# Recolor book content's color | |
set recolor-lightcolor "#f2e5bc" # bg0 | |
set recolor-darkcolor "#654735" # fg0 | |
set recolor "true" | |
set recolor-keephue true # keep original color |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment