AutoYADM commit: 2024-12-01 01:22:02
This commit is contained in:
parent
f56634d401
commit
552091629c
2 changed files with 74 additions and 0 deletions
41
.config/zathura/genconf.sh
Executable file
41
.config/zathura/genconf.sh
Executable file
|
@ -0,0 +1,41 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Generates zathura configuration file
|
||||
|
||||
. "$HOME"/.cache/wal/colors.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
|
|
@ -3,3 +3,36 @@ map <C-i> zoom in
|
|||
map <C-o> zoom out
|
||||
map <S-Down> navigate next
|
||||
map <S-Up> navigate previous
|
||||
|
||||
set completion-bg "#0f0f0f"
|
||||
set completion-fg "#d4d4d4"
|
||||
set completion-group-bg "#0f0f0f"
|
||||
set completion-group-fg "#A23D3D"
|
||||
set completion-highlight-bg "#d4d4d4"
|
||||
set completion-highlight-fg "#0f0f0f"
|
||||
|
||||
set recolor-lightcolor "#0f0f0f"
|
||||
set recolor-darkcolor "#d4d4d4"
|
||||
set default-bg "#0f0f0f"
|
||||
|
||||
set inputbar-bg "#0f0f0f"
|
||||
set inputbar-fg "#d4d4d4"
|
||||
set notification-bg "#0f0f0f"
|
||||
set notification-fg "#d4d4d4"
|
||||
set notification-error-bg "#933737"
|
||||
set notification-error-fg "#d4d4d4"
|
||||
set notification-warning-bg "#933737"
|
||||
set notification-warning-fg "#d4d4d4"
|
||||
set statusbar-bg "#0f0f0f"
|
||||
set statusbar-fg "#d4d4d4"
|
||||
set index-bg "#0f0f0f"
|
||||
set index-fg "#d4d4d4"
|
||||
set index-active-bg "#d4d4d4"
|
||||
set index-active-fg "#0f0f0f"
|
||||
set render-loading-bg "#0f0f0f"
|
||||
set render-loading-fg "#d4d4d4"
|
||||
|
||||
set window-title-home-tilde true
|
||||
set statusbar-basename true
|
||||
set window-title-basename true
|
||||
set recolor "true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue