ADD: extras/zellij

This commit is contained in:
Dinesh Kumar 2025-05-27 17:34:05 +05:30
commit 804dfe24ee
3 changed files with 45 additions and 0 deletions

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"
}
}