From 0b7c7dc4038f0e9049cfd2424ae358b17e3c63a7 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 30 Aug 2024 16:12:47 -0500 Subject: fix(nvim,zathura): fix texlab forward search --- .../zathura/base16-gruvbox-dark-hard.config | 69 +++++++++++++--------- 1 file changed, 40 insertions(+), 29 deletions(-) (limited to 'zathura') diff --git a/zathura/.config/zathura/base16-gruvbox-dark-hard.config b/zathura/.config/zathura/base16-gruvbox-dark-hard.config index e251323..995ba72 100644 --- a/zathura/.config/zathura/base16-gruvbox-dark-hard.config +++ b/zathura/.config/zathura/base16-gruvbox-dark-hard.config @@ -1,32 +1,43 @@ # Base16 Gruvbox dark, hard # Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) -set default-bg "#1d2021" -set default-fg "#3c3836" - -set statusbar-fg "#bdae93" -set statusbar-bg "#504945" - -set inputbar-bg "#1d2021" -set inputbar-fg "#fbf1c7" - -set notification-bg "#1d2021" -set notification-fg "#fbf1c7" - -set notification-error-bg "#1d2021" -set notification-error-fg "#fb4934" - -set notification-warning-bg "#1d2021" -set notification-warning-fg "#fb4934" - -set highlight-color "#fabd2f" -set highlight-active-color "#83a598" - -set completion-bg "#3c3836" -set completion-fg "#83a598" - -set completion-highlight-fg "#fbf1c7" -set completion-highlight-bg "#83a598" - -set recolor-lightcolor "#1d2021" -set recolor-darkcolor "#ebdbb2" +set notification-error-bg "rgba(29,32,33,1)" # bg +set notification-error-fg "rgba(251,73,52,1)" # bright:red +set notification-warning-bg "rgba(29,32,33,1)" # bg +set notification-warning-fg "rgba(250,189,47,1)" # bright:yellow +set notification-bg "rgba(29,32,33,1)" # bg +set notification-fg "rgba(184,187,38,1)" # bright:green + +set completion-bg "rgba(80,73,69,1)" # bg2 +set completion-fg "rgba(235,219,178,1)" # fg +set completion-group-bg "rgba(60,56,54,1)" # bg1 +set completion-group-fg "rgba(146,131,116,1)" # gray +set completion-highlight-bg "rgba(131,165,152,1)" # bright:blue +set completion-highlight-fg "rgba(80,73,69,1)" # bg2 + +# Define the color in index mode +set index-bg "rgba(80,73,69,1)" # bg2 +set index-fg "rgba(235,219,178,1)" # fg +set index-active-bg "rgba(131,165,152,1)" # bright:blue +set index-active-fg "rgba(80,73,69,1)" # bg2 + +set inputbar-bg "rgba(29,32,33,1)" # bg +set inputbar-fg "rgba(235,219,178,1)" # fg + +set statusbar-bg "rgba(80,73,69,1)" # bg2 +set statusbar-fg "rgba(235,219,178,1)" # fg + +set highlight-color "rgba(250,189,47,0.5)" # bright:yellow +set highlight-active-color "rgba(254,128,25,0.5)" # bright:orange + +set default-bg "rgba(29,32,33,1)" # bg +set default-fg "rgba(235,219,178,1)" # fg +set render-loading true +set render-loading-bg "rgba(29,32,33,1)" # bg +set render-loading-fg "rgba(235,219,178,1)" # fg + +# Recolor book content's color +set recolor-lightcolor "rgba(29,32,33,1)" # bg +set recolor-darkcolor "rgba(235,219,178,1)" # fg +set recolor "true" +set recolor-keephue "true" # keep original color -- cgit v1.2.3-70-g09d2