aboutsummaryrefslogtreecommitdiff
path: root/scripts/scripts/zatheme.sh
blob: 4cda1199720ff14071a14c2d1bc5a77f029ac060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#!/usr/bin/env bash


echo 'set incremental-search true

set recolor "true"

set default-bg "'$( get_xres color0 )'"
set default-fg "'$( get_xres color7 )'"

set completion-bg "'$( get_xres color0 )'"
set completion-fg "'$( get_xres color7 )'"
set completion-highlight-bg "'$( get_xres color5 )'"
set completion-highlight-fg "'$( get_xres color7 )'"

set statusbar-bg "'$( get_xres color0 )'"
set statusbar-fg "'$( get_xres color7 )'"

set inputbar-bg "'$( get_xres color0 )'"
set inputbar-fg "'$( get_xres color7 )'"

set recolor-darkcolor "'$( get_xres color7 )'"
set recolor-lightcolor "'$( get_xres color0 )'"

set window-height "800"
set window-width "600"

set adjust-open "width"
set smooth-scroll true
set statusbar-home-tilde "true"
set statusbar-h-padding "50"
set statusbar-v-padding "50"
set guioptions "s"

set font "Input 10"

' > ~/.config/zathura/zathurarc