dots


dots / config / .config / zathura
xxwhirlpool  ·  2025-09-10

catppuccin-latte

 1set default-fg                rgba(76,79,105,1)
 2set default-bg                rgba(239,241,245,1)
 3
 4set completion-bg             rgba(204,208,218,1)
 5set completion-fg             rgba(76,79,105,1)
 6set completion-highlight-bg   rgba(136,57,239,1)
 7set completion-highlight-fg   rgba(239,241,245,1)
 8set completion-group-bg       rgba(230,233,239,1)
 9set completion-group-fg       rgba(76,79,105,1)
10
11set statusbar-fg              rgba(76,79,105,1)
12set statusbar-bg              rgba(220,224,232,1)
13set inputbar-fg               rgba(76,79,105,1)
14set inputbar-bg               rgba(239,241,245,1)
15
16set notification-bg           rgba(239,241,245,1)
17set notification-fg           rgba(76,79,105,1)
18set notification-error-bg     rgba(239,241,245,1)
19set notification-error-fg     rgba(210,15,57,1)
20set notification-warning-bg   rgba(239,241,245,1)
21set notification-warning-fg   rgba(223,142,29,1)
22
23set recolor                   "true"
24set recolor-lightcolor        rgba(239,241,245,1)
25set recolor-darkcolor         rgba(76,79,105,1)
26
27set index-fg                  rgba(76,79,105,1)
28set index-bg                  rgba(239,241,245,1)
29set index-active-fg           rgba(76,79,105,1)
30set index-active-bg           rgba(204,208,218,1)
31
32set render-loading-bg         rgba(239,241,245,1)
33set render-loading-fg         rgba(76,79,105,1)
34
35set highlight-color           rgba(124,127,147,0.3)
36set highlight-fg              rgba(76,79,105,1)
37set highlight-active-color    rgba(136,57,239,0.3)