diff --git a/extras/alacritty/kanso_mist.toml b/extras/alacritty/kanso_mist.toml index 8390636..7baa07d 100644 --- a/extras/alacritty/kanso_mist.toml +++ b/extras/alacritty/kanso_mist.toml @@ -1,11 +1,11 @@ # Kanso Mist Alacritty Colors [colors.primary] -background = '#23252D' +background = '#24262D' foreground = '#C5C9C7' [colors.normal] -black = '#23252D' +black = '#24262D' red = '#c4746e' green = '#8a9a7b' yellow = '#c4b28a' diff --git a/extras/ghostty/kanso-mist b/extras/ghostty/kanso-mist index 5280df9..3f0ce2e 100644 --- a/extras/ghostty/kanso-mist +++ b/extras/ghostty/kanso-mist @@ -1,4 +1,4 @@ -palette = 0=#23252D +palette = 0=#24262D palette = 1=#c4746e palette = 2=#8a9a7b palette = 3=#c4b28a @@ -15,7 +15,7 @@ palette = 13=#938aa9 palette = 14=#7aa89f palette = 15=#c5c9c7 -background = #23252D +background = #24262D foreground = #c5c9c7 cursor-color = #c5c9c7 selection-background = #43464E diff --git a/extras/ghostty/kanso-zen b/extras/ghostty/kanso-zen index 059913b..ac50e35 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 = #23252D +selection-background = #24262D selection-foreground = #c5c9c7 diff --git a/extras/kitty/kanso_ink.conf b/extras/kitty/kanso_ink.conf index c4b7091..ac85d6b 100644 --- a/extras/kitty/kanso_ink.conf +++ b/extras/kitty/kanso_ink.conf @@ -1,6 +1,6 @@ background #14171d foreground #C5C9C7 -selection_background #23252D +selection_background #24262D selection_foreground #C5C9C7 url_color #72A7BC cursor #C5C9C7 diff --git a/extras/kitty/kanso_mist.conf b/extras/kitty/kanso_mist.conf index 54711d1..808b3ab 100644 --- a/extras/kitty/kanso_mist.conf +++ b/extras/kitty/kanso_mist.conf @@ -1,19 +1,19 @@ -background #23252D +background #24262D foreground #C5C9C7 selection_background #43464E selection_foreground #C5C9C7 url_color #72A7BC cursor #C5C9C7 -cursor_text_color #23252D +cursor_text_color #24262D # Tabs -active_tab_background #23252D +active_tab_background #24262D active_tab_foreground #C5C9C7 -inactive_tab_background #23252D +inactive_tab_background #24262D inactive_tab_foreground #A4A7A4 # normal -color0 #23252D +color0 #24262D color1 #c4746e color2 #8a9a7b color3 #c4b28a diff --git a/extras/kitty/kanso_pearl.conf b/extras/kitty/kanso_pearl.conf index 77ea5d1..0cb077c 100644 --- a/extras/kitty/kanso_pearl.conf +++ b/extras/kitty/kanso_pearl.conf @@ -1,19 +1,19 @@ background #f2f1ef -foreground #23252D +foreground #24262D selection_background #e2e1df -selection_foreground #23252D +selection_foreground #24262D url_color #73A7BC -cursor #23252D +cursor #24262D cursor_text_color #f2f1ef # Tabs active_tab_background #f2f1ef -active_tab_foreground #23252D +active_tab_foreground #24262D inactive_tab_background #f2f1ef inactive_tab_foreground #6d6f6e # normal -color0 #23252D +color0 #24262D color1 #c84053 color2 #6f894e color3 #77713f diff --git a/extras/st/kanso-mist/theme.h b/extras/st/kanso-mist/theme.h index 1b2c670..786978f 100644 --- a/extras/st/kanso-mist/theme.h +++ b/extras/st/kanso-mist/theme.h @@ -1,5 +1,5 @@ static const char *colorname[] = { - "#23252D", + "#24262D", "#c4746e", "#8a9a7b", "#c4b28a", diff --git a/extras/st/kanso-pearl/theme.h b/extras/st/kanso-pearl/theme.h index 9ed9c1e..3636f22 100644 --- a/extras/st/kanso-pearl/theme.h +++ b/extras/st/kanso-pearl/theme.h @@ -1,5 +1,5 @@ static const char *colorname[] = { - "#23252D", // 0 + "#24262D", // 0 "#C84053", "#6F894E", "#77713F", diff --git a/extras/urxvt/kanso-pearl/.Xresources b/extras/urxvt/kanso-pearl/.Xresources index a7b62e3..aed40bf 100644 --- a/extras/urxvt/kanso-pearl/.Xresources +++ b/extras/urxvt/kanso-pearl/.Xresources @@ -1,10 +1,10 @@ ! special -*.foreground: #23252D +*.foreground: #24262D *.background: #f2f1ef -*.cursorColor: #23252D +*.cursorColor: #24262D ! black -*.color0: #23252D +*.color0: #24262D *.color8: #6D6F6E ! red diff --git a/extras/wezterm/kanso-mist.lua b/extras/wezterm/kanso-mist.lua index 114e766..bf76b74 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 = "#23252D", + background = "#24262D", cursor_bg = "#C5C9C7", - cursor_fg = "#23252D", + cursor_fg = "#24262D", cursor_border = "#C5C9C7", selection_fg = "#C5C9C7", @@ -16,7 +16,7 @@ local config = { split = "#43464E", ansi = { - "#23252D", + "#24262D", "#C4746E", "#8A9A7B", "#C4B28A", diff --git a/extras/wezterm/kanso-zen.lua b/extras/wezterm/kanso-zen.lua index 246f265..13009d7 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 = "#23252D", + selection_bg = "#24262D", - scrollbar_thumb = "#23252D", - split = "#23252D", + scrollbar_thumb = "#24262D", + split = "#24262D", ansi = { "#090E13", diff --git a/extras/yazi/kanso-mist.yazi/flavor.toml b/extras/yazi/kanso-mist.yazi/flavor.toml index e0a2821..1e616eb 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 = "#23252D" } +find_keyword = { fg = "#B98D7B", bg = "#24262D" } find_position = {} tab_active = { reversed = true } tab_inactive = {} tab_width = 1 -count_copied = { fg = "#23252D", bg = "#87A987" } -count_cut = { fg = "#23252D", bg = "#E46876" } -count_selected = { fg = "#23252D", bg = "#E6C384" } +count_copied = { fg = "#24262D", bg = "#87A987" } +count_cut = { fg = "#24262D", bg = "#E46876" } +count_selected = { fg = "#24262D", bg = "#E6C384" } border_symbol = "│" border_style = { fg = "#C5C9C7" } [mode] -normal_main = { fg = "#23252D", bg = "#8BA4B0" } -normal_alt = { fg = "#8BA4B0", bg = "#23252D" } -select_main = { fg = "#23252D", bg = "#957fb8" } -select_alt = { fg = "#957fb8", bg = "#23252D" } -unset_main = { fg = "#23252D", bg = "#e6c384" } -unset_alt = { fg = "#e6c384", bg = "#23252D" } +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" } [status] sep_left = { open = "", close = "" } sep_right = { open = "", close = "" } -overall = { fg = "#C5C9C7", bg = "#23252D" } +overall = { fg = "#C5C9C7", bg = "#24262D" } -progress_label = { fg = "#8BA4B0", bg = "#23252D", bold = true } -progress_normal = { fg = "#23252D", bg = "#23252D" } -progress_error = { fg = "#23252D", bg = "#23252D" } +progress_label = { fg = "#8BA4B0", bg = "#24262D", bold = true } +progress_normal = { fg = "#24262D", bg = "#24262D" } +progress_error = { fg = "#24262D", bg = "#24262D" } perm_type = { fg = "#87A987" } perm_read = { fg = "#E6C384" } @@ -73,7 +73,7 @@ hovered = { fg = "#938AA9" } cols = 2 separator = " - " separator_style = { fg = "#A4A7A4" } -mask = { bg = "#23252D" } +mask = { bg = "#24262D" } 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 = "#23252D", bg = "#C5C9C7" } +footer = { fg = "#24262D", 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 08ad62c..d1c39ed 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 = "#23252D", bold = true } -progress_normal = { fg = "#23252D", bg = "#f2f1ef" } -progress_error = { fg = "#23252D", bg = "#f2f1ef" } +progress_label = { fg = "#4d699b", bg = "#24262D", bold = true } +progress_normal = { fg = "#24262D", bg = "#f2f1ef" } +progress_error = { fg = "#24262D", 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 fc2db59..1b79d36 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 "#23252D" +set notification-fg "#24262D" set completion-bg "#F2F1EF" -set completion-fg "#23252D" +set completion-fg "#24262D" set completion-group-bg "#F2F1EF" -set completion-group-fg "#23252D" -set completion-highlight-bg "#23252D" +set completion-group-fg "#24262D" +set completion-highlight-bg "#24262D" 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 "#23252D" +set inputbar-fg "#24262D" set statusbar-bg "#F2F1EF" -set statusbar-fg "#23252D" +set statusbar-fg "#24262D" set highlight-color "#77713F" set highlight-active-color "#C84053" set default-bg "#F2F1EF" -set default-fg "#23252D" +set default-fg "#24262D" set render-loading "true" set render-loading-bg "#F2F1EF" -set render-loading-fg "#23252D" +set render-loading-fg "#24262D" set recolor-lightcolor "#F2F1EF" -set recolor-darkcolor "#23252D" +set recolor-darkcolor "#24262D" set recolor "true" diff --git a/extras/zellij/kanso-mist.kdl b/extras/zellij/kanso-mist.kdl index 4482092..5061b95 100644 --- a/extras/zellij/kanso-mist.kdl +++ b/extras/zellij/kanso-mist.kdl @@ -1,6 +1,6 @@ themes { kanso-mist { - bg "#23252D" + bg "#24262D" fg "#C5C9C7" red "#C4746E" green "#8A9A7B" @@ -9,7 +9,7 @@ themes { magenta "#A292A3" orange "#B98D7B" cyan "#8EA4A2" - black "#23252D" + black "#24262D" white "#C5C9C7" } } diff --git a/extras/zellij/kanso-pearl.kdl b/extras/zellij/kanso-pearl.kdl index 178f36c..7b8914b 100644 --- a/extras/zellij/kanso-pearl.kdl +++ b/extras/zellij/kanso-pearl.kdl @@ -1,7 +1,7 @@ themes { kanso-pearl { bg "#F2F1EF" - fg "#23252D" + fg "#24262D" red "#D7474B" green "#6F894E" blue "#4D699B" @@ -10,6 +10,6 @@ themes { orange "#CC6D00" cyan "#597B75" black "#F2F1EF" - white "#23252D" + white "#24262D" } } diff --git a/lua/kanso/colors.lua b/lua/kanso/colors.lua index 37b9f3e..ce7e4b6 100644 --- a/lua/kanso/colors.lua +++ b/lua/kanso/colors.lua @@ -4,7 +4,7 @@ local palette = { -- Bg Shades zen0 = "#090E13", zen1 = "#1C1E25", - zen2 = "#23252D", + zen2 = "#24262D", zen3 = "#393B44", -- Popup and Floats @@ -42,7 +42,7 @@ local palette = { inkBlack0 = "#14171d", inkBlack1 = "#1f1f26", - inkBlack2 = "#23252D", + inkBlack2 = "#24262D", inkBlack3 = "#393B44", inkBlack4 = "#4b4e57", @@ -66,7 +66,7 @@ local palette = { -- "#8a9aa3", -- Mist Shades - mist0 = "#23252D", + mist0 = "#24262D", mist1 = "#2a2c35", mist2 = "#43464E", mist3 = "#5C6066", @@ -89,7 +89,7 @@ local palette = { mistTeal = "#949fb5", mistYellow = "#c4b28a", - pearlInk0 = "#23252D", + pearlInk0 = "#24262D", pearlInk1 = "#545464", pearlInk2 = "#43436c", pearlGray = "#e2e1df",