summaryrefslogtreecommitdiff
path: root/.config/zathura
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-09-01 16:14:42 +0530
committerlistout <listout@protonmail.com>2022-09-01 16:26:48 +0530
commit32f520ee89e9aa7fbfaea85dfc7a257f3c77a131 (patch)
tree0067f965b8e784fbf4e5b3f7fbbcced95515b55c /.config/zathura
parent4d3faf75a1ef39706c0a947aba7fcc478c17b796 (diff)
removing unnecessary code
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config/zathura')
-rw-r--r--.config/zathura/genzathurarc35
-rw-r--r--.config/zathura/zathurarc44
2 files changed, 0 insertions, 79 deletions
diff --git a/.config/zathura/genzathurarc b/.config/zathura/genzathurarc
deleted file mode 100644
index 9d662d7..0000000
--- a/.config/zathura/genzathurarc
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-
-. ./test.sh
-
-cat <<CONF
-set recolor "true"
-set completion-bg "$background"
-set completion-fg "$foreground"
-set completion-group-bg "$background"
-set completion-group-fg "$color2"
-set completion-highlight-bg "$foreground"
-set completion-highlight-fg "$background"
-set recolor-lightcolor "$background"
-set recolor-darkcolor "$foreground"
-set default-bg "$background"
-set inputbar-bg "$background"
-set inputbar-fg "$foreground"
-set notification-bg "$background"
-set notification-fg "$foreground"
-set notification-error-bg "$color1"
-set notification-error-fg "$foreground"
-set notification-warning-bg "$color1"
-set notification-warning-fg "$foreground"
-set statusbar-bg "$background"
-set statusbar-fg "$foreground"
-set index-bg "$background"
-set index-fg "$foreground"
-set index-active-bg "$foreground"
-set index-active-fg "$background"
-set render-loading-bg "$background"
-set render-loading-fg "$foreground"
-set window-title-home-tilde true
-set statusbar-basename true
-set selection-clipboard clipboard
-CONF
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
deleted file mode 100644
index 389f19c..0000000
--- a/.config/zathura/zathurarc
+++ /dev/null
@@ -1,44 +0,0 @@
-# Other settings
-set window-title-home-tilde true
-set statusbar-basename true
-set selection-clipboard clipboard
-
-set notification-error-bg "#2E3440"
-set notification-error-fg "#BF616A"
-set notification-warning-bg "#2E3440"
-set notification-warning-fg "#D08770"
-set notification-bg "#2E3440"
-set notification-fg "#D8DEE9"
-
-set completion-bg "#2E3440"
-set completion-fg "#D8DEE9"
-set completion-group-bg "#3B4252"
-set completion-group-fg "#D8DEE9"
-set completion-highlight-bg "#88C0D0"
-set completion-highlight-fg "#3B4252"
-
-set index-bg "#2E3440"
-set index-fg "#8FBCBB"
-set index-active-bg "#8FBCBB"
-set index-active-fg "#2E3440"
-
-set inputbar-bg "#2E3440"
-set inputbar-fg "#E5E9F0"
-
-set statusbar-bg "#2E3440"
-set statusbar-fg "#E5E9F0"
-
-set highlight-color "#D08770"
-set highlight-active-color "#BF616A"
-
-set default-bg "#2E3440"
-set default-fg "#D8DEE9"
-set render-loading "true"
-set render-loading-bg "#2E3440"
-set render-loading-fg "#434C5E"
-
-set recolor-lightcolor "#2E3440"
-set recolor-darkcolor "#ECEFF4"
-set recolor "true"
-
-# vim: set ft=config: