diff options
| author | coasteen <coasteen@proton.me> | 2026-07-09 10:46:52 +0330 |
|---|---|---|
| committer | coasteen <coasteen@proton.me> | 2026-07-09 10:46:52 +0330 |
| commit | a3008666c6c75ff61b1fc329b4d962a6c367d5f0 (patch) | |
| tree | a203a54b3c61884ea13957cf18284f6c83f8e64d /home-configuration/config/zathura/zathurarc | |
Diffstat (limited to 'home-configuration/config/zathura/zathurarc')
| -rw-r--r-- | home-configuration/config/zathura/zathurarc | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/home-configuration/config/zathura/zathurarc b/home-configuration/config/zathura/zathurarc new file mode 100644 index 0000000..96ee898 --- /dev/null +++ b/home-configuration/config/zathura/zathurarc @@ -0,0 +1,46 @@ +set default-fg "#CDD6F4" +set default-bg "#09090F" + +set completion-bg "#09090F" +set completion-fg "#CDD6F4" +set completion-highlight-bg "#09090F" + +set completion-highlight-fg "#CDD6F4" +set completion-group-bg "#09090F" + +set completion-group-fg "#89B4FA" + +set statusbar-fg "#d4be98" +set statusbar-bg "#32302f" + + +set notification-bg "#09090F" + +set notification-fg "#CDD6F4" +set notification-error-bg "#09090F" +set notification-error-fg "#F38BA8" +set notification-warning-bg "#09090F" +set notification-warning-fg "#FAE3B0" + +set inputbar-fg "#CDD6F4" +set inputbar-bg "#09090F" + + +set recolor "true" +set recolor-lightcolor "#09090F" +set recolor-darkcolor "#d4be98" + +set index-fg "#CDD6F4" +set index-bg "#09090F" + +set index-active-fg "#CDD6F4" +set index-active-bg "#09090F" + + +set render-loading-bg "#09090F" +set render-loading-fg "#CDD6F4" + +set highlight-color "#575268" +set highlight-fg "#F5C2E7" +set highlight-active-color "#F5C2E7" +set guioptions none |
