New Setup 📦
This commit is contained in:
parent
d16174b447
commit
415dbd08a1
10194 changed files with 1368647 additions and 4 deletions
66
home/.config/zathura/zathurarc
Normal file
66
home/.config/zathura/zathurarc
Normal file
|
@ -0,0 +1,66 @@
|
|||
set sandbox none
|
||||
set statusbar-h-padding 0
|
||||
set statusbar-v-padding 0
|
||||
set page-padding 1
|
||||
set selection-clipboard clipboard
|
||||
map u scroll half-up
|
||||
map d scroll half-down
|
||||
map D toggle_page_mode
|
||||
map r reload
|
||||
map R rotate
|
||||
map K zoom in
|
||||
map J zoom out
|
||||
map i recolor
|
||||
map p print
|
||||
map g goto top
|
||||
|
||||
#
|
||||
# Dracula color theme
|
||||
#
|
||||
|
||||
set notification-error-bg "#ff5555" # Red
|
||||
set notification-error-fg "#c5c8c6" # Foreground
|
||||
set notification-warning-bg "#ffb86c" # Orange
|
||||
set notification-warning-fg "#44475a" # Selection
|
||||
set notification-bg "#1d1f21" # Background
|
||||
set notification-fg "#c5c8c6" # Foreground
|
||||
|
||||
set completion-bg "#1d1f21" # Background
|
||||
set completion-fg "#6272a4" # Comment
|
||||
set completion-group-bg "#1d1f21" # Background
|
||||
set completion-group-fg "#6272a4" # Comment
|
||||
set completion-highlight-bg "#44475a" # Selection
|
||||
set completion-highlight-fg "#c5c8c6" # Foreground
|
||||
|
||||
set index-bg "#1d1f21" # Background
|
||||
set index-fg "#c5c8c6" # Foreground
|
||||
set index-active-bg "#44475a" # Current Line
|
||||
set index-active-fg "#c5c8c6" # Foreground
|
||||
|
||||
set inputbar-bg "#1d1f21" # Background
|
||||
set inputbar-fg "#c5c8c6" # Foreground
|
||||
set statusbar-bg "#1d1f21" # Background
|
||||
set statusbar-fg "#c5c8c6" # Foreground
|
||||
|
||||
set highlight-color "#ffb86c" # Orange
|
||||
set highlight-active-color "#ff79c6" # Pink
|
||||
|
||||
set default-bg "#1d1f21" # Background
|
||||
set default-fg "#c5c8c6" # Foreground
|
||||
|
||||
set render-loading true
|
||||
set render-loading-fg "#1d1f21" # Background
|
||||
set render-loading-bg "#c5c8c6" # Foreground
|
||||
|
||||
#
|
||||
# Recolor mode settings
|
||||
#
|
||||
|
||||
set recolor-lightcolor "#1d1f21" # Background
|
||||
set recolor-darkcolor "#c5c8c6" # Foreground
|
||||
|
||||
#
|
||||
# Startup options
|
||||
#
|
||||
set adjust-open width
|
||||
set recolor true
|
Loading…
Add table
Add a link
Reference in a new issue