diff --git a/README.md b/README.md index e92a6d0..e788efa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,36 @@ -# zathura-gruvbox The gruvbox color theme for Zathura +============================= + +Visit the [Gruvbox homepage] +------------------------------ + +zathura-gruvbox is heavily inspired by [zathura-solarized][], [gruvbox][] and [zathura][]. + + +See the [gruvbox] homepage for screenshots, palette and documentation. + + +Installation +------------ +The dark or the light themes are available. To install the dark version please do the following: + + $ cd zathura-gruvbox + $ cp zathura-gruvbox-dark ~/.config/gruvbox/zathurarc + +To install the light version go with: + + $ cd zathura-gruvbox + $ cp zathura-gruvbox-light ~/.config/zathura/zathurarc + +Screenshots +----------- + +![dark main](screenshot/dark-main.png) +![dark index](screenshot/dark-index.png) +![light main](screenshot/light-main.png) +![light index](screenshot/light-index.png) + + +[zathura-solarized]: https://github.com/lennonwoo/zathura-solarized +[gruvbox]: https://github.com/morhetz/gruvbox +[zathura]: diff --git a/screenshot/dark-index.png b/screenshot/dark-index.png new file mode 100644 index 0000000..b185e2b Binary files /dev/null and b/screenshot/dark-index.png differ diff --git a/screenshot/dark-main.png b/screenshot/dark-main.png new file mode 100644 index 0000000..8cf39e7 Binary files /dev/null and b/screenshot/dark-main.png differ diff --git a/screenshot/light-index.png b/screenshot/light-index.png new file mode 100644 index 0000000..f4ba311 Binary files /dev/null and b/screenshot/light-index.png differ diff --git a/screenshot/light-main.png b/screenshot/light-main.png new file mode 100644 index 0000000..4f9e10f Binary files /dev/null and b/screenshot/light-main.png differ diff --git a/zathura-gruvbox-dark b/zathura-gruvbox-dark new file mode 100644 index 0000000..8e91fe6 --- /dev/null +++ b/zathura-gruvbox-dark @@ -0,0 +1,40 @@ +set notification-error-bg "#282828" # bg +set notification-error-fg "#fb4934" # bright:red +set notification-warning-bg "#282828" # bg +set notification-warning-fg "#fabd2f" # bright:yellow +set notification-bg "#282828" # 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 "#282828" # 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 "#282828" # bg +set default-fg "#ebdbb2" # fg +set render-loading true +set render-loading-bg "#282828" # bg +set render-loading-fg "#ebdbb2" # fg + +# Recolor book content's color +set recolor-lightcolor "#282828" # bg +set recolor-darkcolor "#ebdbb2" # fg +set recolor "true" +# set recolor-keephue true # keep original color diff --git a/zathura-gruvbox-light b/zathura-gruvbox-light new file mode 100644 index 0000000..18c4b70 --- /dev/null +++ b/zathura-gruvbox-light @@ -0,0 +1,40 @@ +set notification-error-bg "#fbf1c7" # bg +set notification-error-fg "#9d0006" # bright:red +set notification-warning-bg "#fbf1c7" # bg +set notification-warning-fg "#b57614" # bright:yellow +set notification-bg "#fbf1c7" # 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 "#fbf1c7" # 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 "#fbf1c7" # bg +set default-fg "#3c3836" # fg +set render-loading true +set render-loading-bg "#fbf1c7" # bg +set render-loading-fg "#3c3836" # fg + +# Recolor book content's color +set recolor-lightcolor "#fbf1c7" # bg +set recolor-darkcolor "#3c3836" # fg +set recolor "true" +# set recolor-keephue true # keep original color