commit 1d1f8c0851b1f2ba5eb8d27d50fad2a2a1500dd8 parent 9f08f4173cf0680410b7eb95e5b32000d56320d0 Author: Sebastiano Tronto <sebastiano@tronto.net> Date: Fri, 14 Aug 2026 08:31:09 +0200 Remove old unused file Diffstat:
| D | .config/zathura/zathurarc-gruvbox | | | 29 | ----------------------------- |
1 file changed, 0 insertions(+), 29 deletions(-)
diff --git a/.config/zathura/zathurarc-gruvbox b/.config/zathura/zathurarc-gruvbox @@ -1,29 +0,0 @@ -#set guioptions "" - -set font "monospace normal 12" - -set completion-bg "#282828" -set completion-fg "#fbf1c7" -set completion-group-bg "#1d2021" -set completion-group-fg "#458588" -set completion-highlight-bg "#83a598" -set completion-highlight-fg "#282828" - -set default-bg "#282828" -set default-fg "#fbf1c7" -set statusbar-bg "#282828" -set statusbar-fg "#fbf1c7" - -set inputbar-bg "#1d2021" -set inputbar-fg "#98971a" - -set notification-bg "#282828" -set notification-fg "#fbf1c7" -set notification-warning-bg "#282828" -set notification-warning-fg "#d79921" -set notification-error-bg "#282828" -set notification-error-fg "#cc241d" - -#set recolor true -set recolor-darkcolor "#1d2021" -set recolor-lightcolor "#f9f5d7"