fix: color update for Mist variant

This commit is contained in:
Webhooked 2025-06-09 10:12:45 +02:00
commit e1e0cd83e4
8 changed files with 32 additions and 32 deletions

View file

@ -1,11 +1,11 @@
# Kanso Mist Alacritty Colors
[colors.primary]
background = '#313238'
background = '#23252D'
foreground = '#C5C9C7'
[colors.normal]
black = '#313238'
black = '#23252D'
red = '#c4746e'
green = '#8a9a7b'
yellow = '#c4b28a'

View file

@ -1,4 +1,4 @@
palette = 0=#313238
palette = 0=#23252D
palette = 1=#c4746e
palette = 2=#8a9a7b
palette = 3=#c4b28a
@ -15,7 +15,7 @@ palette = 13=#938aa9
palette = 14=#7aa89f
palette = 15=#c5c9c7
background = #313238
background = #23252D
foreground = #c5c9c7
cursor-color = #c5c9c7
selection-background = #43464E

View file

@ -1,19 +1,19 @@
background #313238
background #23252D
foreground #C5C9C7
selection_background #43464E
selection_foreground #C5C9C7
url_color #72A7BC
cursor #C5C9C7
cursor_text_color #313238
cursor_text_color #23252D
# Tabs
active_tab_background #313238
active_tab_background #23252D
active_tab_foreground #C5C9C7
inactive_tab_background #313238
inactive_tab_background #23252D
inactive_tab_foreground #A4A7A4
# normal
color0 #313238
color0 #23252D
color1 #c4746e
color2 #8a9a7b
color3 #c4b28a

View file

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

View file

@ -3,10 +3,10 @@ local config = {
force_reverse_video_cursor = true,
colors = {
foreground = "#C5C9C7",
background = "#313238",
background = "#23252D",
cursor_bg = "#C5C9C7",
cursor_fg = "#313238",
cursor_fg = "#23252D",
cursor_border = "#C5C9C7",
selection_fg = "#C5C9C7",
@ -16,7 +16,7 @@ local config = {
split = "#43464E",
ansi = {
"#313238",
"#23252D",
"#C4746E",
"#8A9A7B",
"#C4B28A",

View file

@ -8,38 +8,38 @@ cwd = { fg = "#E6C384" }
hovered = { reversed = true }
preview_hovered = { reversed = true }
find_keyword = { fg = "#B98D7B", bg = "#313238" }
find_keyword = { fg = "#B98D7B", bg = "#23252D" }
find_position = {}
tab_active = { reversed = true }
tab_inactive = {}
tab_width = 1
count_copied = { fg = "#313238", bg = "#87A987" }
count_cut = { fg = "#313238", bg = "#E46876" }
count_selected = { fg = "#313238", bg = "#E6C384" }
count_copied = { fg = "#23252D", bg = "#87A987" }
count_cut = { fg = "#23252D", bg = "#E46876" }
count_selected = { fg = "#23252D", bg = "#E6C384" }
border_symbol = "│"
border_style = { fg = "#C5C9C7" }
[mode]
normal_main = { fg = "#313238", bg = "#8BA4B0" }
normal_alt = { fg = "#8BA4B0", bg = "#313238" }
select_main = { fg = "#313238", bg = "#957fb8" }
select_alt = { fg = "#957fb8", bg = "#313238" }
unset_main = { fg = "#313238", bg = "#e6c384" }
unset_alt = { fg = "#e6c384", bg = "#313238" }
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" }
[status]
sep_left = { open = "", close = "" }
sep_right = { open = "", close = "" }
overall = { fg = "#C5C9C7", bg = "#313238" }
overall = { fg = "#C5C9C7", bg = "#23252D" }
progress_label = { fg = "#8BA4B0", bg = "#313238", bold = true }
progress_normal = { fg = "#313238", bg = "#313238" }
progress_error = { fg = "#313238", bg = "#313238" }
progress_label = { fg = "#8BA4B0", bg = "#23252D", bold = true }
progress_normal = { fg = "#23252D", bg = "#23252D" }
progress_error = { fg = "#23252D", bg = "#23252D" }
perm_type = { fg = "#87A987" }
perm_read = { fg = "#E6C384" }
@ -73,7 +73,7 @@ hovered = { fg = "#938AA9" }
cols = 2
separator = " - "
separator_style = { fg = "#A4A7A4" }
mask = { bg = "#313238" }
mask = { bg = "#23252D" }
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 = "#313238", bg = "#C5C9C7" }
footer = { fg = "#23252D", bg = "#C5C9C7" }
[notify]
title_info = { fg = "#87A987" }

View file

@ -1,6 +1,6 @@
themes {
kanso-mist {
bg "#313238"
bg "#23252D"
fg "#C5C9C7"
red "#C4746E"
green "#8A9A7B"
@ -9,7 +9,7 @@ themes {
magenta "#A292A3"
orange "#B98D7B"
cyan "#8EA4A2"
black "#313238"
black "#23252D"
white "#C5C9C7"
}
}

View file

@ -66,7 +66,7 @@ local palette = {
-- "#8a9aa3",
-- Mist Shades
mist0 = "#313238",
mist0 = "#23252D",
mist1 = "#2a2c35",
mist2 = "#43464E",
mist3 = "#5C6066",