diff options
| author | Josh <joshott16@gmail.com> | 2025-07-24 08:15:52 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-24 08:15:52 -0400 |
| commit | 21150560c5762a4f6f446e74f2020f61d9ba4221 (patch) | |
| tree | 73a20509a1f19e90bc6e4bd240e89332693e2c8d /zathura/catppuccin-macchiato | |
| parent | 993b580ec5ea47a8f7d5b1d84556d6f27dc6a22c (diff) | |
| download | dotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.tar.gz dotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.zip | |
the great colorscheme migration
Diffstat (limited to 'zathura/catppuccin-macchiato')
| -rw-r--r-- | zathura/catppuccin-macchiato | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/zathura/catppuccin-macchiato b/zathura/catppuccin-macchiato deleted file mode 100644 index 4e447da..0000000 --- a/zathura/catppuccin-macchiato +++ /dev/null @@ -1,37 +0,0 @@ -set default-fg "#CAD3F5" -set default-bg "#24273A" - -set completion-bg "#363A4F" -set completion-fg "#CAD3F5" -set completion-highlight-bg "#575268" -set completion-highlight-fg "#CAD3F5" -set completion-group-bg "#363A4F" -set completion-group-fg "#8AADF4" - -set statusbar-fg "#CAD3F5" -set statusbar-bg "#363A4F" - -set notification-bg "#363A4F" -set notification-fg "#CAD3F5" -set notification-error-bg "#363A4F" -set notification-error-fg "#ED8796" -set notification-warning-bg "#363A4F" -set notification-warning-fg "#FAE3B0" - -set inputbar-fg "#CAD3F5" -set inputbar-bg "#363A4F" - -set recolor-lightcolor "#24273A" -set recolor-darkcolor "#CAD3F5" - -set index-fg "#CAD3F5" -set index-bg "#24273A" -set index-active-fg "#CAD3F5" -set index-active-bg "#363A4F" - -set render-loading-bg "#24273A" -set render-loading-fg "#CAD3F5" - -set highlight-color "#575268" -set highlight-fg "#F5BDE6" -set highlight-active-color "#F5BDE6" |