summaryrefslogtreecommitdiffstats
path: root/.config/zathura/catppuccin-latte
diff options
context:
space:
mode:
authorYigit Sever2022-12-21 13:21:39 +0300
committerYigit Sever2022-12-21 13:21:39 +0300
commit0fe3b7a279f6713a7c4c2b781d0078f1a07b2f94 (patch)
treee796858340b2a8cf4a190206f02efbedd0ccf338 /.config/zathura/catppuccin-latte
parentc3877c6a53183783bd7e1607d3c1b82c587f4986 (diff)
downloaddotfiles-0fe3b7a279f6713a7c4c2b781d0078f1a07b2f94.tar.gz
dotfiles-0fe3b7a279f6713a7c4c2b781d0078f1a07b2f94.tar.bz2
dotfiles-0fe3b7a279f6713a7c4c2b781d0078f1a07b2f94.zip
feat(zathura): catppuccin colors
Diffstat (limited to '.config/zathura/catppuccin-latte')
-rw-r--r--.config/zathura/catppuccin-latte37
1 files changed, 37 insertions, 0 deletions
diff --git a/.config/zathura/catppuccin-latte b/.config/zathura/catppuccin-latte
new file mode 100644
index 0000000..0a97225
--- /dev/null
+++ b/.config/zathura/catppuccin-latte
@@ -0,0 +1,37 @@
1set default-fg "#4C4F69"
2set default-bg "#EFF1F5"
3
4set completion-bg "#CCD0DA"
5set completion-fg "#4C4F69"
6set completion-highlight-bg "#575268"
7set completion-highlight-fg "#4C4F69"
8set completion-group-bg "#CCD0DA"
9set completion-group-fg "#1E66F5"
10
11set statusbar-fg "#4C4F69"
12set statusbar-bg "#CCD0DA"
13
14set notification-bg "#CCD0DA"
15set notification-fg "#4C4F69"
16set notification-error-bg "#CCD0DA"
17set notification-error-fg "#D20F39"
18set notification-warning-bg "#CCD0DA"
19set notification-warning-fg "#FAE3B0"
20
21set inputbar-fg "#4C4F69"
22set inputbar-bg "#CCD0DA"
23
24set recolor-lightcolor "#EFF1F5"
25set recolor-darkcolor "#4C4F69"
26
27set index-fg "#4C4F69"
28set index-bg "#EFF1F5"
29set index-active-fg "#4C4F69"
30set index-active-bg "#CCD0DA"
31
32set render-loading-bg "#EFF1F5"
33set render-loading-fg "#4C4F69"
34
35set highlight-color "#575268"
36set highlight-fg "#EA76CB"
37set highlight-active-color "#EA76CB"