feat(zathura): Add zathura & catppuccin theme

This commit is contained in:
punkfairie 2024-03-03 13:50:51 -08:00
parent 040a3127f1
commit fbf57f59f0
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
7 changed files with 157 additions and 0 deletions

View file

@ -0,0 +1,38 @@
set default-fg "#C6D0F5"
set default-bg "#303446"
set completion-bg "#414559"
set completion-fg "#C6D0F5"
set completion-highlight-bg "#575268"
set completion-highlight-fg "#C6D0F5"
set completion-group-bg "#414559"
set completion-group-fg "#8CAAEE"
set statusbar-fg "#C6D0F5"
set statusbar-bg "#414559"
set notification-bg "#414559"
set notification-fg "#C6D0F5"
set notification-error-bg "#414559"
set notification-error-fg "#E78284"
set notification-warning-bg "#414559"
set notification-warning-fg "#FAE3B0"
set inputbar-fg "#C6D0F5"
set inputbar-bg "#414559"
set recolor "true"
set recolor-lightcolor "#303446"
set recolor-darkcolor "#C6D0F5"
set index-fg "#C6D0F5"
set index-bg "#303446"
set index-active-fg "#C6D0F5"
set index-active-bg "#414559"
set render-loading-bg "#303446"
set render-loading-fg "#C6D0F5"
set highlight-color "#575268"
set highlight-fg "#F4B8E4"
set highlight-active-color "#F4B8E4"

View file

@ -0,0 +1,38 @@
set default-fg "#4C4F69"
set default-bg "#EFF1F5"
set completion-bg "#CCD0DA"
set completion-fg "#4C4F69"
set completion-highlight-bg "#575268"
set completion-highlight-fg "#4C4F69"
set completion-group-bg "#CCD0DA"
set completion-group-fg "#1E66F5"
set statusbar-fg "#4C4F69"
set statusbar-bg "#CCD0DA"
set notification-bg "#CCD0DA"
set notification-fg "#4C4F69"
set notification-error-bg "#CCD0DA"
set notification-error-fg "#D20F39"
set notification-warning-bg "#CCD0DA"
set notification-warning-fg "#FAE3B0"
set inputbar-fg "#4C4F69"
set inputbar-bg "#CCD0DA"
set recolor "true"
set recolor-lightcolor "#EFF1F5"
set recolor-darkcolor "#4C4F69"
set index-fg "#4C4F69"
set index-bg "#EFF1F5"
set index-active-fg "#4C4F69"
set index-active-bg "#CCD0DA"
set render-loading-bg "#EFF1F5"
set render-loading-fg "#4C4F69"
set highlight-color "#575268"
set highlight-fg "#EA76CB"
set highlight-active-color "#EA76CB"

View file

@ -0,0 +1,38 @@
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 "true"
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"

View file

@ -0,0 +1,38 @@
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 "true"
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"

View file

@ -0,0 +1 @@
include catppuccin-macchiato

3
.gitmodules vendored
View file

@ -43,3 +43,6 @@
[submodule "/home/marley/.themes/btop/catppuccin"]
path = /home/marley/.themes/btop/catppuccin
url = git@github.com:catppuccin/btop.git
[submodule ".themes/zathura/catppuccin"]
path = .themes/zathura/catppuccin
url = git@github.com:catppuccin/zathura.git

@ -0,0 +1 @@
Subproject commit 1bda9d8274dd327b7931886ef0c5c1eb33903814