fix: improve color consistency across palette

This commit is contained in:
Webhooked 2025-06-09 10:17:08 +02:00
commit b25f3a78b2
17 changed files with 63 additions and 63 deletions

View file

@ -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'

View file

@ -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

View file

@ -18,5 +18,5 @@ palette = 15=#c5c9c7
background = #090E13
foreground = #c5c9c7
cursor-color = #c5c9c7
selection-background = #23252D
selection-background = #24262D
selection-foreground = #c5c9c7

View file

@ -1,6 +1,6 @@
background #14171d
foreground #C5C9C7
selection_background #23252D
selection_background #24262D
selection_foreground #C5C9C7
url_color #72A7BC
cursor #C5C9C7

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,5 @@
static const char *colorname[] = {
"#23252D",
"#24262D",
"#c4746e",
"#8a9a7b",
"#c4b28a",

View file

@ -1,5 +1,5 @@
static const char *colorname[] = {
"#23252D", // 0
"#24262D", // 0
"#C84053",
"#6F894E",
"#77713F",

View file

@ -1,10 +1,10 @@
! special
*.foreground: #23252D
*.foreground: #24262D
*.background: #f2f1ef
*.cursorColor: #23252D
*.cursorColor: #24262D
! black
*.color0: #23252D
*.color0: #24262D
*.color8: #6D6F6E
! red

View file

@ -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",

View file

@ -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",

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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",