diff options
| author | Yigit Sever | 2022-12-21 13:21:39 +0300 |
|---|---|---|
| committer | Yigit Sever | 2022-12-21 13:21:39 +0300 |
| commit | 0fe3b7a279f6713a7c4c2b781d0078f1a07b2f94 (patch) | |
| tree | e796858340b2a8cf4a190206f02efbedd0ccf338 /.config/zathura/zathurarc | |
| parent | c3877c6a53183783bd7e1607d3c1b82c587f4986 (diff) | |
| download | dotfiles-0fe3b7a279f6713a7c4c2b781d0078f1a07b2f94.tar.gz dotfiles-0fe3b7a279f6713a7c4c2b781d0078f1a07b2f94.tar.bz2 dotfiles-0fe3b7a279f6713a7c4c2b781d0078f1a07b2f94.zip | |
feat(zathura): catppuccin colors
Diffstat (limited to '.config/zathura/zathurarc')
| -rw-r--r-- | .config/zathura/zathurarc | 32 |
1 files changed, 2 insertions, 30 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index c8b52a6..37ed5d2 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc | |||
| @@ -2,38 +2,10 @@ set selection-clipboard "clipboard" | |||
| 2 | set incremental-search "true" | 2 | set incremental-search "true" |
| 3 | set guioptions "shv" | 3 | set guioptions "shv" |
| 4 | 4 | ||
| 5 | set default-bg "#191724" | ||
| 6 | set default-fg "#e0def4" | ||
| 7 | |||
| 8 | set statusbar-fg "#e0def4" | ||
| 9 | set statusbar-bg "#555169" | ||
| 10 | |||
| 11 | set inputbar-bg "#6e6a86" | ||
| 12 | set inputbar-fg "#ebbcba" | ||
| 13 | |||
| 14 | set notification-bg "#e0def4" | ||
| 15 | set notification-fg "#555169" | ||
| 16 | |||
| 17 | set notification-error-bg "#f6c177" | ||
| 18 | set notification-error-fg "#555169" | ||
| 19 | |||
| 20 | set notification-warning-bg "#ebbcba" | ||
| 21 | set notification-warning-fg "#555169" | ||
| 22 | |||
| 23 | set highlight-color "#ebbcba" | ||
| 24 | set highlight-active-color "#eb6f92" | ||
| 25 | |||
| 26 | set completion-bg "#6e6a86" | ||
| 27 | set completion-fg "#ebbcba" | ||
| 28 | |||
| 29 | set completion-highlight-fg "#26233a" | ||
| 30 | set completion-highlight-bg "#ebbcba" | ||
| 31 | |||
| 32 | set recolor-lightcolor "#191724" | ||
| 33 | set recolor-darkcolor "#e0def4" | ||
| 34 | |||
| 35 | set recolor "true" | 5 | set recolor "true" |
| 36 | set recolor-keephue "false" | 6 | set recolor-keephue "false" |
| 37 | set synctex "true" | 7 | set synctex "true" |
| 38 | 8 | ||
| 39 | set sandbox none | 9 | set sandbox none |
| 10 | |||
| 11 | include catppuccin-mocha | ||
