Merge pull request #10 from bakageddy/extra_contrib

Add Support for Zathura and Zellij
This commit is contained in:
Webhooked 2025-05-28 20:21:19 +02:00 committed by GitHub
commit 3700f86dae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 156 additions and 0 deletions

View file

@ -0,0 +1,37 @@
set notification-error-bg "#F2F1EF"
set notification-error-fg "#C84053"
set notification-warning-bg "#F2F1EF"
set notification-warning-fg "#77713F"
set notification-bg "#F2F1EF"
set notification-fg "#24262D"
set completion-bg "#F2F1EF"
set completion-fg "#24262D"
set completion-group-bg "#F2F1EF"
set completion-group-fg "#24262D"
set completion-highlight-bg "#24262D"
set completion-highlight-fg "#F2F1EF"
set index-bg "#F2F1EF"
set index-fg "#6D6F6E"
set index-active-bg "#6D6F6E"
set index-active-fg "#F2F1EF"
set inputbar-bg "#F2F1EF"
set inputbar-fg "#24262D"
set statusbar-bg "#F2F1EF"
set statusbar-fg "#24262D"
set highlight-color "#77713F"
set highlight-active-color "#C84053"
set default-bg "#F2F1EF"
set default-fg "#24262D"
set render-loading "true"
set render-loading-bg "#F2F1EF"
set render-loading-fg "#24262D"
set recolor-lightcolor "#F2F1EF"
set recolor-darkcolor "#24262D"
set recolor "true"

View file

@ -0,0 +1,37 @@
set notification-error-bg "#090E13"
set notification-error-fg "#C4746E"
set notification-warning-bg "#090E13"
set notification-warning-fg "#E6C384"
set notification-bg "#090E13"
set notification-fg "#C5C9C7"
set completion-bg "#090E13"
set completion-fg "#C5C9C7"
set completion-group-bg "#090E13"
set completion-group-fg "#C5C9C7"
set completion-highlight-bg "#7AA98F"
set completion-highlight-fg "#090E13"
set index-bg "#090E13"
set index-fg "#A4A7A4"
set index-active-bg "#A4A7A4"
set index-active-fg "#090E13"
set inputbar-bg "#090E13"
set inputbar-fg "#C5C9C7"
set statusbar-bg "#090E13"
set statusbar-fg "#C5C9C7"
set highlight-color "#E6C384"
set highlight-active-color "#C4746E"
set default-bg "#090E13"
set default-fg "#C5C9C7"
set render-loading "true"
set render-loading-bg "#090E13"
set render-loading-fg "#C5C9C7"
set recolor-lightcolor "#090E13"
set recolor-darkcolor "#C5C9C7"
set recolor "true"

View file

@ -0,0 +1,37 @@
set notification-error-bg "#14171D"
set notification-error-fg "#C4746E"
set notification-warning-bg "#14171D"
set notification-warning-fg "#E6C384"
set notification-bg "#14171D"
set notification-fg "#C5C9C7"
set completion-bg "#14171D"
set completion-fg "#C5C9C7"
set completion-group-bg "#14171D"
set completion-group-fg "#C5C9C7"
set completion-highlight-bg "#7AA98F"
set completion-highlight-fg "#14171D"
set index-bg "#14171D"
set index-fg "#A4A7A4"
set index-active-bg "#A4A7A4"
set index-active-fg "#14171D"
set inputbar-bg "#14171D"
set inputbar-fg "#C5C9C7"
set statusbar-bg "#14171D"
set statusbar-fg "#C5C9C7"
set highlight-color "#E6C384"
set highlight-active-color "#C4746E"
set default-bg "#14171D"
set default-fg "#C5C9C7"
set render-loading "true"
set render-loading-bg "#14171D"
set render-loading-fg "#C5C9C7"
set recolor-lightcolor "#14171D"
set recolor-darkcolor "#C5C9C7"
set recolor "true"

View file

@ -0,0 +1,15 @@
themes {
kanso-ink {
bg "#14171D"
fg "#C5C9C7"
red "#C4746E"
green "#8A9A7B"
blue "#8BA4B0"
yellow "#C4B28A"
magenta "#A292A3"
orange "#B98D7B"
cyan "#8EA4A2"
black "#14171D"
white "#C5C9C7"
}
}

View file

@ -0,0 +1,15 @@
themes {
kanso-pearl {
bg "#F2F1EF"
fg "#24262D"
red "#D7474B"
green "#6F894E"
blue "#4D699B"
yellow "#77713F"
magenta "#B35B79"
orange "#CC6D00"
cyan "#597B75"
black "#F2F1EF"
white "#24262D"
}
}

View file

@ -0,0 +1,15 @@
themes {
kanso {
bg "#090E13"
fg "#C5C9C7"
red "#C4746E"
green "#8A9A7B"
blue "#8BA4B0"
yellow "#C4B28A"
magenta "#A292A3"
orange "#B98D7B"
cyan "#8EA4A2"
black "#090E13"
white "#C5C9C7"
}
}