diff --git a/extra/alacritty/light-melya.yml b/extra/alacritty/light-melya.yml index 218e6de..d0d905a 100644 --- a/extra/alacritty/light-melya.yml +++ b/extra/alacritty/light-melya.yml @@ -26,7 +26,7 @@ colors: black: '0x7f8c98' red: '0xd84652' green: '0x58cd8b' - yellow: '0xffe37e' + yellow: '0xffca0a' blue: '0x84cee4' magenta: '0xb8a1e3' cyan: '0x59f0ff' diff --git a/extra/kitty/light_melya.conf b/extra/kitty/light_melya.conf index 839e35f..c5af213 100644 --- a/extra/kitty/light_melya.conf +++ b/extra/kitty/light_melya.conf @@ -27,7 +27,7 @@ color7 #393b44 color8 #7f8c98 color9 #e06c75 color10 #58cd8b -color11 #FFE37E +color11 #FFCA0A color12 #84cee4 color13 #b8a1e3 color14 #59F0FF diff --git a/extra/tmux/light_melya.conf b/extra/tmux/light_melya.conf index 660bc2e..a63c1a9 100644 --- a/extra/tmux/light_melya.conf +++ b/extra/tmux/light_melya.conf @@ -21,7 +21,7 @@ thm_pink="#d67ad2" thm_black_br="#7f8c98" thm_red_br="#d84652" thm_green_br="#58cd8b" -thm_yellow_br="#ffe37e" +thm_yellow_br="#ffca0a" thm_blue_br="#84cee4" thm_magenta_br="#b8a1e3" thm_cyan_br="#63cdcf" diff --git a/lua/catppuccino/color_schemes/light_melya.lua b/lua/catppuccino/color_schemes/light_melya.lua index aeb85e0..ede83e7 100644 --- a/lua/catppuccino/color_schemes/light_melya.lua +++ b/lua/catppuccino/color_schemes/light_melya.lua @@ -19,7 +19,7 @@ local colors = { black_br = "#7f8c98", red_br = "#D84652", green_br = "#58cd8b", - yellow_br = "#FFE37E", + yellow_br = "#FFCA0A", blue_br = "#84CEE4", magenta_br = "#B8A1E3", cyan_br = "#63cdcf",