Configure Catppuccin Mocha theme on Zathura

This commit is contained in:
Fabio Scotto di Santolo
2025-07-28 23:02:57 +02:00
parent 9a98a37ab3
commit 0554b142ef
2 changed files with 39 additions and 44 deletions

View File

@@ -0,0 +1,38 @@
set default-fg rgba(205,214,244,1)
set default-bg rgba(30,30,46,1)
set completion-bg rgba(49,50,68,1)
set completion-fg rgba(205,214,244,1)
set completion-highlight-bg rgba(87,82,104,1)
set completion-highlight-fg rgba(205,214,244,1)
set completion-group-bg rgba(49,50,68,1)
set completion-group-fg rgba(137,180,250,1)
set statusbar-fg rgba(205,214,244,1)
set statusbar-bg rgba(49,50,68,1)
set notification-bg rgba(49,50,68,1)
set notification-fg rgba(205,214,244,1)
set notification-error-bg rgba(49,50,68,1)
set notification-error-fg rgba(243,139,168,1)
set notification-warning-bg rgba(49,50,68,1)
set notification-warning-fg rgba(250,227,176,1)
set inputbar-fg rgba(205,214,244,1)
set inputbar-bg rgba(49,50,68,1)
set recolor "true"
set recolor-lightcolor rgba(30,30,46,1)
set recolor-darkcolor rgba(205,214,244,1)
set index-fg rgba(205,214,244,1)
set index-bg rgba(30,30,46,1)
set index-active-fg rgba(205,214,244,1)
set index-active-bg rgba(49,50,68,1)
set render-loading-bg rgba(30,30,46,1)
set render-loading-fg rgba(205,214,244,1)
set highlight-color rgba(87,82,104,0.5)
set highlight-fg rgba(245,194,231,0.5)
set highlight-active-color rgba(245,194,231,0.5)

View File

@@ -17,51 +17,8 @@ set zoom-min 10
set guioptions "" set guioptions ""
# zathurarc-dark # zathurarc-dark
set font "FiraCode Nerd Font 15" set font "FiraCode Nerd Font 15"
set default-fg "#96CDFB"
set default-bg "#1A1823"
set completion-bg "#1A1823"
set completion-fg "#96cdfb"
set completion-highlight-bg "#302D41"
set completion-highlight-fg "#96cdfb"
set completion-group-bg "#1a1823"
set completion-group-fg "#89DCEB"
set statusbar-fg "#C9CBFF"
set statusbar-bg "#1A1823"
set statusbar-h-padding 10
set statusbar-v-padding 10
set notification-bg "#1A1823"
set notification-fg "#D9E0EE"
set notification-error-bg "#d9e0ee"
set notification-error-fg "#D9E0EE"
set notification-warning-bg "#FAE3B0"
set notification-warning-fg "#D9E0EE"
set selection-notification "true"
set inputbar-fg "#C9CBFF"
set inputbar-bg "#1A1823"
set recolor "true"
set recolor-lightcolor "#D9E0EE"
set recolor-darkcolor "#1A1823"
set index-fg "#96cdfb"
set index-bg "#1A1823"
set index-active-fg "#96cdfb"
set index-active-bg "#1A1823"
set render-loading-bg "#1A1823"
set render-loading-fg "#96cdfb"
set highlight-color "#96cdfb"
set highlight-active-color "#DDB6F2"
set render-loading "false" set render-loading "false"
set scroll-step 50 set scroll-step 50
set selection-clipboard clipboard set selection-clipboard clipboard
include catppuccin-mocha