aboutsummaryrefslogtreecommitdiff
path: root/.local/share/mode/switch.d/zathura
blob: 0fde1d12022df982468cf9f9d2ac8d90af5e770a (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
#!/bin/sh
cat << EOF > "$XDG_CONFIG_HOME/zathura/colors"
set default-bg				"$bg"
set statusbar-bg			"$bg"
set inputbar-bg				"$bg"
set completion-highlight-fg	"$bg"
set completion-bg			"$bg"
set notification-error-fg	"$bg"
set notification-warning-fg	"$bg"
set notification-fg			"$bg"
set recolor-lightcolor		"$bg"

set default-fg			"$fg"
set inputbar-fg			"$fg"
set completion-fg		"$fg"
set statusbar-fg		"$fg"
set recolor-darkcolor	"$fg"

set notification-error-bg   "$color9"
set notification-warning-bg "$color9"
set completion-highlight-bg "$color9"
set highlight-color         "$color9"

set highlight-active-color "$color13"
set notification-bg        "$color13"
EOF