Void Linux workstation powered by niri, Fish and NeoVim. Contains scripts, browser extensions, custom XBPS packages, and typst plugins. git.anhgelus.world/anhgelus/dotfiles
void niri fish neovim nvim vim dotfiles linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(zathura): config

+75
+37
config/zathura/catppuccin-latte
··· 1 + set default-fg rgba(76,79,105,1) 2 + set default-bg rgba(239,241,245,1) 3 + 4 + set completion-bg rgba(204,208,218,1) 5 + set completion-fg rgba(76,79,105,1) 6 + set completion-highlight-bg rgba(136,57,239,1) 7 + set completion-highlight-fg rgba(239,241,245,1) 8 + set completion-group-bg rgba(230,233,239,1) 9 + set completion-group-fg rgba(76,79,105,1) 10 + 11 + set statusbar-fg rgba(76,79,105,1) 12 + set statusbar-bg rgba(220,224,232,1) 13 + set inputbar-fg rgba(76,79,105,1) 14 + set inputbar-bg rgba(239,241,245,1) 15 + 16 + set notification-bg rgba(239,241,245,1) 17 + set notification-fg rgba(76,79,105,1) 18 + set notification-error-bg rgba(239,241,245,1) 19 + set notification-error-fg rgba(210,15,57,1) 20 + set notification-warning-bg rgba(239,241,245,1) 21 + set notification-warning-fg rgba(223,142,29,1) 22 + 23 + set recolor "true" 24 + set recolor-lightcolor rgba(239,241,245,1) 25 + set recolor-darkcolor rgba(76,79,105,1) 26 + 27 + set index-fg rgba(76,79,105,1) 28 + set index-bg rgba(239,241,245,1) 29 + set index-active-fg rgba(76,79,105,1) 30 + set index-active-bg rgba(204,208,218,1) 31 + 32 + set render-loading-bg rgba(239,241,245,1) 33 + set render-loading-fg rgba(76,79,105,1) 34 + 35 + set highlight-color rgba(124,127,147,0.3) 36 + set highlight-fg rgba(76,79,105,1) 37 + set highlight-active-color rgba(136,57,239,0.3)
+37
config/zathura/catppuccin-macchiato
··· 1 + set default-fg rgba(202,211,245,1) 2 + set default-bg rgba(36,39,58,1) 3 + 4 + set completion-bg rgba(54,58,79,1) 5 + set completion-fg rgba(202,211,245,1) 6 + set completion-highlight-bg rgba(198,160,246,1) 7 + set completion-highlight-fg rgba(36,39,58,1) 8 + set completion-group-bg rgba(30,32,48,1) 9 + set completion-group-fg rgba(202,211,245,1) 10 + 11 + set statusbar-fg rgba(202,211,245,1) 12 + set statusbar-bg rgba(24,25,38,1) 13 + set inputbar-fg rgba(202,211,245,1) 14 + set inputbar-bg rgba(36,39,58,1) 15 + 16 + set notification-bg rgba(36,39,58,1) 17 + set notification-fg rgba(202,211,245,1) 18 + set notification-error-bg rgba(36,39,58,1) 19 + set notification-error-fg rgba(237,135,150,1) 20 + set notification-warning-bg rgba(36,39,58,1) 21 + set notification-warning-fg rgba(238,212,159,1) 22 + 23 + set recolor "true" 24 + set recolor-lightcolor rgba(36,39,58,1) 25 + set recolor-darkcolor rgba(202,211,245,1) 26 + 27 + set index-fg rgba(202,211,245,1) 28 + set index-bg rgba(36,39,58,1) 29 + set index-active-fg rgba(202,211,245,1) 30 + set index-active-bg rgba(54,58,79,1) 31 + 32 + set render-loading-bg rgba(36,39,58,1) 33 + set render-loading-fg rgba(202,211,245,1) 34 + 35 + set highlight-color rgba(147,154,183,0.3) 36 + set highlight-fg rgba(202,211,245,1) 37 + set highlight-active-color rgba(198,160,246,0.3)
+1
config/zathura/zathurarc
··· 1 + include catppuccin-macchiato