mirror of
https://github.com/GHOSCHT/dotfiles.git
synced 2024-11-09 23:31:56 +01:00
Add zathura
This commit is contained in:
parent
0e6e4e9cbc
commit
1d5e16cc87
2 changed files with 40 additions and 0 deletions
37
.config/zathura/catppuccin-mocha
Normal file
37
.config/zathura/catppuccin-mocha
Normal file
|
@ -0,0 +1,37 @@
|
|||
set default-fg "#CDD6F4"
|
||||
set default-bg "#1E1E2E"
|
||||
|
||||
set completion-bg "#313244"
|
||||
set completion-fg "#CDD6F4"
|
||||
set completion-highlight-bg "#575268"
|
||||
set completion-highlight-fg "#CDD6F4"
|
||||
set completion-group-bg "#313244"
|
||||
set completion-group-fg "#89B4FA"
|
||||
|
||||
set statusbar-fg "#CDD6F4"
|
||||
set statusbar-bg "#313244"
|
||||
|
||||
set notification-bg "#313244"
|
||||
set notification-fg "#CDD6F4"
|
||||
set notification-error-bg "#313244"
|
||||
set notification-error-fg "#F38BA8"
|
||||
set notification-warning-bg "#313244"
|
||||
set notification-warning-fg "#FAE3B0"
|
||||
|
||||
set inputbar-fg "#CDD6F4"
|
||||
set inputbar-bg "#313244"
|
||||
|
||||
set recolor-lightcolor "#1E1E2E"
|
||||
set recolor-darkcolor "#CDD6F4"
|
||||
|
||||
set index-fg "#CDD6F4"
|
||||
set index-bg "#1E1E2E"
|
||||
set index-active-fg "#CDD6F4"
|
||||
set index-active-bg "#313244"
|
||||
|
||||
set render-loading-bg "#1E1E2E"
|
||||
set render-loading-fg "#CDD6F4"
|
||||
|
||||
set highlight-color "#575268"
|
||||
set highlight-fg "#F5C2E7"
|
||||
set highlight-active-color "#F5C2E7"
|
3
.config/zathura/zathurarc
Normal file
3
.config/zathura/zathurarc
Normal file
|
@ -0,0 +1,3 @@
|
|||
include catppuccin-mocha
|
||||
set selection-clipboard clipboard
|
||||
set recolor true
|
Loading…
Reference in a new issue