all repos

dotfiles @ 72c267b

my dotfiles

config/zathura/zathurarc (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set font                     "JetBrains Mono 10"
set default-fg               "#DFDFDF"
set default-bg               "#262A2B"

set statusbar-fg             "#CED4DA"
set statusbar-bg             "#1F2324"
set statusbar-h-padding      7
set statusbar-v-padding      7

set inputbar-fg              "#FFFFFF"
set inputbar-bg              "#1F2324"

set completion-bg            "#262A2B"
set completion-fg            "#FFFFFF"
set completion-highlight-bg  "#262A2B"
set completion-highlight-fg  "#51AFEF"
set completion-group-bg      "#262A2B"
set completion-group-fg      "#51AFEF"