From f826fa9851d1199f3acb7758f78d634bda31f9c3 Mon Sep 17 00:00:00 2001 From: Webhooked Date: Mon, 9 Jun 2025 10:31:25 +0200 Subject: [PATCH] fix: further improvements for color consistency across palette --- extras/alacritty/kanso_mist.toml | 4 +-- extras/ghostty/kanso-mist | 4 +-- extras/ghostty/kanso-pearl | 8 +++--- extras/ghostty/kanso-zen | 2 +- extras/kitty/kanso_ink.conf | 2 +- extras/kitty/kanso_mist.conf | 10 ++++---- extras/kitty/kanso_pearl.conf | 10 ++++---- extras/st/kanso-mist/theme.h | 2 +- extras/st/kanso-pearl/theme.h | 2 +- extras/urxvt/kanso-pearl/.Xresources | 6 ++--- extras/wezterm/kanso-mist.lua | 6 ++--- extras/wezterm/kanso-zen.lua | 6 ++--- extras/yazi/kanso-mist.yazi/flavor.toml | 32 ++++++++++++------------ extras/yazi/kanso-pearl.yazi/flavor.toml | 6 ++--- extras/zathura/kanso-pearl.zathurarc | 18 ++++++------- extras/zellij/kanso-mist.kdl | 4 +-- extras/zellij/kanso-pearl.kdl | 4 +-- lua/kanso/colors.lua | 10 ++++---- 18 files changed, 68 insertions(+), 68 deletions(-) diff --git a/extras/alacritty/kanso_mist.toml b/extras/alacritty/kanso_mist.toml index 7baa07d..bc95d08 100644 --- a/extras/alacritty/kanso_mist.toml +++ b/extras/alacritty/kanso_mist.toml @@ -1,11 +1,11 @@ # Kanso Mist Alacritty Colors [colors.primary] -background = '#24262D' +background = '#22262D' foreground = '#C5C9C7' [colors.normal] -black = '#24262D' +black = '#22262D' red = '#c4746e' green = '#8a9a7b' yellow = '#c4b28a' diff --git a/extras/ghostty/kanso-mist b/extras/ghostty/kanso-mist index 3f0ce2e..da19ac6 100644 --- a/extras/ghostty/kanso-mist +++ b/extras/ghostty/kanso-mist @@ -1,4 +1,4 @@ -palette = 0=#24262D +palette = 0=#23262D palette = 1=#c4746e palette = 2=#8a9a7b palette = 3=#c4b28a @@ -15,7 +15,7 @@ palette = 13=#938aa9 palette = 14=#7aa89f palette = 15=#c5c9c7 -background = #24262D +background = #23262D foreground = #c5c9c7 cursor-color = #c5c9c7 selection-background = #43464E diff --git a/extras/ghostty/kanso-pearl b/extras/ghostty/kanso-pearl index b38aeae..fcb29ec 100644 --- a/extras/ghostty/kanso-pearl +++ b/extras/ghostty/kanso-pearl @@ -1,4 +1,4 @@ -palette = 0=#24262D +palette = 0=#22262D palette = 1=#c84053 palette = 2=#6f894e palette = 3=#77713f @@ -16,7 +16,7 @@ palette = 14=#5e857a palette = 15=#f2f1ef background = #f2f1ef -foreground = #24262D -cursor-color = #24262D +foreground = #22262D +cursor-color = #22262D selection-background = #e2e1df -selection-foreground = #24262D +selection-foreground = #22262D diff --git a/extras/ghostty/kanso-zen b/extras/ghostty/kanso-zen index ac50e35..4e8c4f8 100644 --- a/extras/ghostty/kanso-zen +++ b/extras/ghostty/kanso-zen @@ -18,5 +18,5 @@ palette = 15=#c5c9c7 background = #090E13 foreground = #c5c9c7 cursor-color = #c5c9c7 -selection-background = #24262D +selection-background = #22262D selection-foreground = #c5c9c7 diff --git a/extras/kitty/kanso_ink.conf b/extras/kitty/kanso_ink.conf index ac85d6b..42cd7b5 100644 --- a/extras/kitty/kanso_ink.conf +++ b/extras/kitty/kanso_ink.conf @@ -1,6 +1,6 @@ background #14171d foreground #C5C9C7 -selection_background #24262D +selection_background #22262D selection_foreground #C5C9C7 url_color #72A7BC cursor #C5C9C7 diff --git a/extras/kitty/kanso_mist.conf b/extras/kitty/kanso_mist.conf index 808b3ab..f2dbf0d 100644 --- a/extras/kitty/kanso_mist.conf +++ b/extras/kitty/kanso_mist.conf @@ -1,19 +1,19 @@ -background #24262D +background #22262D foreground #C5C9C7 selection_background #43464E selection_foreground #C5C9C7 url_color #72A7BC cursor #C5C9C7 -cursor_text_color #24262D +cursor_text_color #22262D # Tabs -active_tab_background #24262D +active_tab_background #22262D active_tab_foreground #C5C9C7 -inactive_tab_background #24262D +inactive_tab_background #22262D inactive_tab_foreground #A4A7A4 # normal -color0 #24262D +color0 #22262D color1 #c4746e color2 #8a9a7b color3 #c4b28a diff --git a/extras/kitty/kanso_pearl.conf b/extras/kitty/kanso_pearl.conf index 0cb077c..0553d90 100644 --- a/extras/kitty/kanso_pearl.conf +++ b/extras/kitty/kanso_pearl.conf @@ -1,19 +1,19 @@ background #f2f1ef -foreground #24262D +foreground #22262D selection_background #e2e1df -selection_foreground #24262D +selection_foreground #22262D url_color #73A7BC -cursor #24262D +cursor #22262D cursor_text_color #f2f1ef # Tabs active_tab_background #f2f1ef -active_tab_foreground #24262D +active_tab_foreground #22262D inactive_tab_background #f2f1ef inactive_tab_foreground #6d6f6e # normal -color0 #24262D +color0 #22262D color1 #c84053 color2 #6f894e color3 #77713f diff --git a/extras/st/kanso-mist/theme.h b/extras/st/kanso-mist/theme.h index 786978f..1ec1377 100644 --- a/extras/st/kanso-mist/theme.h +++ b/extras/st/kanso-mist/theme.h @@ -1,5 +1,5 @@ static const char *colorname[] = { - "#24262D", + "#22262D", "#c4746e", "#8a9a7b", "#c4b28a", diff --git a/extras/st/kanso-pearl/theme.h b/extras/st/kanso-pearl/theme.h index 3636f22..4dce4c1 100644 --- a/extras/st/kanso-pearl/theme.h +++ b/extras/st/kanso-pearl/theme.h @@ -1,5 +1,5 @@ static const char *colorname[] = { - "#24262D", // 0 + "#22262D", // 0 "#C84053", "#6F894E", "#77713F", diff --git a/extras/urxvt/kanso-pearl/.Xresources b/extras/urxvt/kanso-pearl/.Xresources index aed40bf..6290dc8 100644 --- a/extras/urxvt/kanso-pearl/.Xresources +++ b/extras/urxvt/kanso-pearl/.Xresources @@ -1,10 +1,10 @@ ! special -*.foreground: #24262D +*.foreground: #22262D *.background: #f2f1ef -*.cursorColor: #24262D +*.cursorColor: #22262D ! black -*.color0: #24262D +*.color0: #22262D *.color8: #6D6F6E ! red diff --git a/extras/wezterm/kanso-mist.lua b/extras/wezterm/kanso-mist.lua index bf76b74..1869e84 100644 --- a/extras/wezterm/kanso-mist.lua +++ b/extras/wezterm/kanso-mist.lua @@ -3,10 +3,10 @@ local config = { force_reverse_video_cursor = true, colors = { foreground = "#C5C9C7", - background = "#24262D", + background = "#22262D", cursor_bg = "#C5C9C7", - cursor_fg = "#24262D", + cursor_fg = "#22262D", cursor_border = "#C5C9C7", selection_fg = "#C5C9C7", @@ -16,7 +16,7 @@ local config = { split = "#43464E", ansi = { - "#24262D", + "#22262D", "#C4746E", "#8A9A7B", "#C4B28A", diff --git a/extras/wezterm/kanso-zen.lua b/extras/wezterm/kanso-zen.lua index 13009d7..1dcc325 100644 --- a/extras/wezterm/kanso-zen.lua +++ b/extras/wezterm/kanso-zen.lua @@ -9,10 +9,10 @@ local config = { cursor_border = "#C5C9C7", selection_fg = "#C5C9C7", - selection_bg = "#24262D", + selection_bg = "#22262D", - scrollbar_thumb = "#24262D", - split = "#24262D", + scrollbar_thumb = "#22262D", + split = "#22262D", ansi = { "#090E13", diff --git a/extras/yazi/kanso-mist.yazi/flavor.toml b/extras/yazi/kanso-mist.yazi/flavor.toml index 1e616eb..697e91f 100644 --- a/extras/yazi/kanso-mist.yazi/flavor.toml +++ b/extras/yazi/kanso-mist.yazi/flavor.toml @@ -8,38 +8,38 @@ cwd = { fg = "#E6C384" } hovered = { reversed = true } preview_hovered = { reversed = true } -find_keyword = { fg = "#B98D7B", bg = "#24262D" } +find_keyword = { fg = "#B98D7B", bg = "#22262D" } find_position = {} tab_active = { reversed = true } tab_inactive = {} tab_width = 1 -count_copied = { fg = "#24262D", bg = "#87A987" } -count_cut = { fg = "#24262D", bg = "#E46876" } -count_selected = { fg = "#24262D", bg = "#E6C384" } +count_copied = { fg = "#22262D", bg = "#87A987" } +count_cut = { fg = "#22262D", bg = "#E46876" } +count_selected = { fg = "#22262D", bg = "#E6C384" } border_symbol = "│" border_style = { fg = "#C5C9C7" } [mode] -normal_main = { fg = "#24262D", bg = "#8BA4B0" } -normal_alt = { fg = "#8BA4B0", bg = "#24262D" } -select_main = { fg = "#24262D", bg = "#957fb8" } -select_alt = { fg = "#957fb8", bg = "#24262D" } -unset_main = { fg = "#24262D", bg = "#e6c384" } -unset_alt = { fg = "#e6c384", bg = "#24262D" } +normal_main = { fg = "#22262D", bg = "#8BA4B0" } +normal_alt = { fg = "#8BA4B0", bg = "#22262D" } +select_main = { fg = "#22262D", bg = "#957fb8" } +select_alt = { fg = "#957fb8", bg = "#22262D" } +unset_main = { fg = "#22262D", bg = "#e6c384" } +unset_alt = { fg = "#e6c384", bg = "#22262D" } [status] sep_left = { open = "", close = "" } sep_right = { open = "", close = "" } -overall = { fg = "#C5C9C7", bg = "#24262D" } +overall = { fg = "#C5C9C7", bg = "#22262D" } -progress_label = { fg = "#8BA4B0", bg = "#24262D", bold = true } -progress_normal = { fg = "#24262D", bg = "#24262D" } -progress_error = { fg = "#24262D", bg = "#24262D" } +progress_label = { fg = "#8BA4B0", bg = "#22262D", bold = true } +progress_normal = { fg = "#22262D", bg = "#22262D" } +progress_error = { fg = "#22262D", bg = "#22262D" } perm_type = { fg = "#87A987" } perm_read = { fg = "#E6C384" } @@ -73,7 +73,7 @@ hovered = { fg = "#938AA9" } cols = 2 separator = " - " separator_style = { fg = "#A4A7A4" } -mask = { bg = "#24262D" } +mask = { bg = "#22262D" } rest = { fg = "#A4A7A4" } cand = { fg = "#8EA4A2" } desc = { fg = "#C5C9C7" } @@ -83,7 +83,7 @@ on = { fg = "#7AA89F" } run = { fg = "#938AA9" } desc = {} hovered = { reversed = true, bold = true } -footer = { fg = "#24262D", bg = "#C5C9C7" } +footer = { fg = "#22262D", bg = "#C5C9C7" } [notify] title_info = { fg = "#87A987" } diff --git a/extras/yazi/kanso-pearl.yazi/flavor.toml b/extras/yazi/kanso-pearl.yazi/flavor.toml index d1c39ed..e007b1e 100644 --- a/extras/yazi/kanso-pearl.yazi/flavor.toml +++ b/extras/yazi/kanso-pearl.yazi/flavor.toml @@ -37,9 +37,9 @@ sep_left = { open = "", close = "" } sep_right = { open = "", close = "" } overall = { fg = "#43436c", bg = "#f2f1ef" } -progress_label = { fg = "#4d699b", bg = "#24262D", bold = true } -progress_normal = { fg = "#24262D", bg = "#f2f1ef" } -progress_error = { fg = "#24262D", bg = "#f2f1ef" } +progress_label = { fg = "#4d699b", bg = "#22262D", bold = true } +progress_normal = { fg = "#22262D", bg = "#f2f1ef" } +progress_error = { fg = "#22262D", bg = "#f2f1ef" } perm_type = { fg = "#6f894e" } perm_read = { fg = "#77713f" } diff --git a/extras/zathura/kanso-pearl.zathurarc b/extras/zathura/kanso-pearl.zathurarc index 1b79d36..8a57aa7 100644 --- a/extras/zathura/kanso-pearl.zathurarc +++ b/extras/zathura/kanso-pearl.zathurarc @@ -3,13 +3,13 @@ set notification-error-fg "#C84053" set notification-warning-bg "#F2F1EF" set notification-warning-fg "#77713F" set notification-bg "#F2F1EF" -set notification-fg "#24262D" +set notification-fg "#22262D" set completion-bg "#F2F1EF" -set completion-fg "#24262D" +set completion-fg "#22262D" set completion-group-bg "#F2F1EF" -set completion-group-fg "#24262D" -set completion-highlight-bg "#24262D" +set completion-group-fg "#22262D" +set completion-highlight-bg "#22262D" set completion-highlight-fg "#F2F1EF" set index-bg "#F2F1EF" @@ -18,20 +18,20 @@ set index-active-bg "#6D6F6E" set index-active-fg "#F2F1EF" set inputbar-bg "#F2F1EF" -set inputbar-fg "#24262D" +set inputbar-fg "#22262D" set statusbar-bg "#F2F1EF" -set statusbar-fg "#24262D" +set statusbar-fg "#22262D" set highlight-color "#77713F" set highlight-active-color "#C84053" set default-bg "#F2F1EF" -set default-fg "#24262D" +set default-fg "#22262D" set render-loading "true" set render-loading-bg "#F2F1EF" -set render-loading-fg "#24262D" +set render-loading-fg "#22262D" set recolor-lightcolor "#F2F1EF" -set recolor-darkcolor "#24262D" +set recolor-darkcolor "#22262D" set recolor "true" diff --git a/extras/zellij/kanso-mist.kdl b/extras/zellij/kanso-mist.kdl index 5061b95..4a409a8 100644 --- a/extras/zellij/kanso-mist.kdl +++ b/extras/zellij/kanso-mist.kdl @@ -1,6 +1,6 @@ themes { kanso-mist { - bg "#24262D" + bg "#22262D" fg "#C5C9C7" red "#C4746E" green "#8A9A7B" @@ -9,7 +9,7 @@ themes { magenta "#A292A3" orange "#B98D7B" cyan "#8EA4A2" - black "#24262D" + black "#22262D" white "#C5C9C7" } } diff --git a/extras/zellij/kanso-pearl.kdl b/extras/zellij/kanso-pearl.kdl index 7b8914b..a0b6321 100644 --- a/extras/zellij/kanso-pearl.kdl +++ b/extras/zellij/kanso-pearl.kdl @@ -1,7 +1,7 @@ themes { kanso-pearl { bg "#F2F1EF" - fg "#24262D" + fg "#22262D" red "#D7474B" green "#6F894E" blue "#4D699B" @@ -10,6 +10,6 @@ themes { orange "#CC6D00" cyan "#597B75" black "#F2F1EF" - white "#24262D" + white "#22262D" } } diff --git a/lua/kanso/colors.lua b/lua/kanso/colors.lua index ce7e4b6..45a9e3d 100644 --- a/lua/kanso/colors.lua +++ b/lua/kanso/colors.lua @@ -4,7 +4,7 @@ local palette = { -- Bg Shades zen0 = "#090E13", zen1 = "#1C1E25", - zen2 = "#24262D", + zen2 = "#22262D", zen3 = "#393B44", -- Popup and Floats @@ -42,7 +42,7 @@ local palette = { inkBlack0 = "#14171d", inkBlack1 = "#1f1f26", - inkBlack2 = "#24262D", + inkBlack2 = "#22262D", inkBlack3 = "#393B44", inkBlack4 = "#4b4e57", @@ -66,9 +66,9 @@ local palette = { -- "#8a9aa3", -- Mist Shades - mist0 = "#24262D", + mist0 = "#22262D", mist1 = "#2a2c35", - mist2 = "#43464E", + mist2 = "#393B44", mist3 = "#5C6066", mistWhite = "#C5C9C7", @@ -89,7 +89,7 @@ local palette = { mistTeal = "#949fb5", mistYellow = "#c4b28a", - pearlInk0 = "#24262D", + pearlInk0 = "#22262D", pearlInk1 = "#545464", pearlInk2 = "#43436c", pearlGray = "#e2e1df",