From 35334d6275b45065a436abaf99ed08ff0598075e Mon Sep 17 00:00:00 2001 From: bakageddy Date: Sun, 15 Jun 2025 01:39:23 +0530 Subject: [PATCH] Port Kanso Mist=Zathura & Kanso Pearl=Wezterm --- extras/urxvt/kanso-mist/.Xresources | 36 ++++++++++++++++ extras/wezterm/kanso-pearl.lua | 41 +++++++++++++++++++ ...{kanso.zathurarac => kanso-ink.zathurarac} | 0 extras/zathura/kanso-mist.zathurarc | 37 +++++++++++++++++ 4 files changed, 114 insertions(+) create mode 100644 extras/urxvt/kanso-mist/.Xresources create mode 100644 extras/wezterm/kanso-pearl.lua rename extras/zathura/{kanso.zathurarac => kanso-ink.zathurarac} (100%) create mode 100644 extras/zathura/kanso-mist.zathurarc diff --git a/extras/urxvt/kanso-mist/.Xresources b/extras/urxvt/kanso-mist/.Xresources new file mode 100644 index 0000000..dbadc07 --- /dev/null +++ b/extras/urxvt/kanso-mist/.Xresources @@ -0,0 +1,36 @@ +! special +*.foreground: #C5C9C7 +*.background: #22262D +*.cursorColor: #C5C9C7 + +! black +*.color0: #22262D +*.color8: #A4A7A4 + +! red +*.color1: #c4746e +*.color9: #e46876 + +! green +*.color2: #8a9a7b +*.color10: #87a987 + +! yellow +*.color3: #c4b28a +*.color11: #e6c384 + +! blue +*.color4: #8ba4b0 +*.color12: #7fb4ca + +! magenta +*.color5: #a292a3 +*.color13: #938aa9 + +! cyan +*.color6: #8ea4a2 +*.color14: #7aa89f + +! white +*.color7: #c8c093 +*.color15: #c5c9c7 diff --git a/extras/wezterm/kanso-pearl.lua b/extras/wezterm/kanso-pearl.lua new file mode 100644 index 0000000..86aff86 --- /dev/null +++ b/extras/wezterm/kanso-pearl.lua @@ -0,0 +1,41 @@ +-- Kanso Pearl +local config = { + force_reverse_video_cursor = true, + colors = { + foreground = "#22262D", + background = "#F2F1EF", + + cursor_bg = "#22262D", + cursor_fg = "#F2F1EF", + cursor_border = "#C5C9C7", + + selection_fg = "#22262D", + selection_bg = "#E2E1DF", + + scrollbar_thumb = "#43464E", + split = "#43464E", + + ansi = { + "#22262D", + "#c84053", + "#6f894e", + "#77713f", + "#4d699b", + "#b35b79", + "#597b75", + "#545464", + }, + brights = { + "#6d6f6e", + "#d7474b", + "#6e915f", + "#836f4a", + "#6693bf", + "#624c83", + "#5e857a", + "#43436c", + }, + }, +} + +return config diff --git a/extras/zathura/kanso.zathurarac b/extras/zathura/kanso-ink.zathurarac similarity index 100% rename from extras/zathura/kanso.zathurarac rename to extras/zathura/kanso-ink.zathurarac diff --git a/extras/zathura/kanso-mist.zathurarc b/extras/zathura/kanso-mist.zathurarc new file mode 100644 index 0000000..f86f002 --- /dev/null +++ b/extras/zathura/kanso-mist.zathurarc @@ -0,0 +1,37 @@ +set notification-error-bg "#22262D" +set notification-error-fg "#C4746E" +set notification-warning-bg "#22262D" +set notification-warning-fg "#E6C384" +set notification-bg "#22262D" +set notification-fg "#C5C9C7" + +set completion-bg "#22262D" +set completion-fg "#C5C9C7" +set completion-group-bg "#22262D" +set completion-group-fg "#C5C9C7" +set completion-highlight-bg "#7AA98F" +set completion-highlight-fg "#22262D" + +set index-bg "#22262D" +set index-fg "#A4A7A4" +set index-active-bg "#A4A7A4" +set index-active-fg "#22262D" + +set inputbar-bg "#22262D" +set inputbar-fg "#C5C9C7" + +set statusbar-bg "#22262D" +set statusbar-fg "#C5C9C7" + +set highlight-color "#E6C384" +set highlight-active-color "#C4746E" + +set default-bg "#22262D" +set default-fg "#C5C9C7" +set render-loading "true" +set render-loading-bg "#22262D" +set render-loading-fg "#C5C9C7" + +set recolor-lightcolor "#22262D" +set recolor-darkcolor "#C5C9C7" +set recolor "true"