aboutsummaryrefslogtreecommitdiff
path: root/scripts/scripts/zatheme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/scripts/zatheme.sh')
-rwxr-xr-xscripts/scripts/zatheme.sh37
1 files changed, 0 insertions, 37 deletions
diff --git a/scripts/scripts/zatheme.sh b/scripts/scripts/zatheme.sh
deleted file mode 100755
index 4cda119..0000000
--- a/scripts/scripts/zatheme.sh
+++ /dev/null
@@ -1,37 +0,0 @@
1#!/usr/bin/env bash
2
3
4echo 'set incremental-search true
5
6set recolor "true"
7
8set default-bg "'$( get_xres color0 )'"
9set default-fg "'$( get_xres color7 )'"
10
11set completion-bg "'$( get_xres color0 )'"
12set completion-fg "'$( get_xres color7 )'"
13set completion-highlight-bg "'$( get_xres color5 )'"
14set completion-highlight-fg "'$( get_xres color7 )'"
15
16set statusbar-bg "'$( get_xres color0 )'"
17set statusbar-fg "'$( get_xres color7 )'"
18
19set inputbar-bg "'$( get_xres color0 )'"
20set inputbar-fg "'$( get_xres color7 )'"
21
22set recolor-darkcolor "'$( get_xres color7 )'"
23set recolor-lightcolor "'$( get_xres color0 )'"
24
25set window-height "800"
26set window-width "600"
27
28set adjust-open "width"
29set smooth-scroll true
30set statusbar-home-tilde "true"
31set statusbar-h-padding "50"
32set statusbar-v-padding "50"
33set guioptions "s"
34
35set font "Input 10"
36
37' > ~/.config/zathura/zathurarc