mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
Add firefox userjs
This commit is contained in:
parent
94a357dbc5
commit
9210a5f99c
2 changed files with 449 additions and 0 deletions
32
config/zathura/zathurarc
Normal file
32
config/zathura/zathurarc
Normal file
|
@ -0,0 +1,32 @@
|
|||
set completion-bg "#191919"
|
||||
set completion-fg "#fefefe"
|
||||
set completion-group-bg "#191919"
|
||||
set completion-group-fg "#de935f"
|
||||
set completion-highlight-bg "#fefefe"
|
||||
set completion-highlight-fg "#191919"
|
||||
set recolor-lightcolor "#191919"
|
||||
set recolor-darkcolor "#fefefe"
|
||||
set default-bg "#191919"
|
||||
set inputbar-bg "#191919"
|
||||
set inputbar-fg "#fefefe"
|
||||
set notification-bg "#191919"
|
||||
set notification-fg "#fefefe"
|
||||
set notification-error-bg "#81a2be"
|
||||
set notification-error-fg "#fefefe"
|
||||
set notification-warning-bg "#81a2be"
|
||||
set notification-warning-fg "#fefefe"
|
||||
set statusbar-bg "#191919"
|
||||
set statusbar-fg "#fefefe"
|
||||
set index-bg "#191919"
|
||||
set index-fg "#fefefe"
|
||||
set index-active-bg "#fefefe"
|
||||
set index-active-fg "#191919"
|
||||
set render-loading-bg "#191919"
|
||||
set render-loading-fg "#fefefe"
|
||||
set window-title-home-tilde true
|
||||
set statusbar-basename true
|
||||
set selection-clipboard clipboard
|
||||
|
||||
set guioptions none
|
||||
|
||||
set recolor true
|
Loading…
Add table
Add a link
Reference in a new issue