1

Modules: Update color module color aliases

This commit is contained in:
2025-07-20 15:23:11 +02:00
parent 6c61c30294
commit ca61a58199
6 changed files with 36 additions and 36 deletions

View File

@ -25,12 +25,12 @@ in {
window-title-home-tilde = statusbar-home-tilde;
# Colorscheme
default-bg = "#${color.hex.bg}";
default-bg = "#${color.hex.base}";
default-fg = "#${color.hex.text}";
highlight-color = "rgba(${color.rgbS.accent}, 0.5)";
highlight-fg = "rgba(${color.rgbS.accentText}, 0.5)";
highlight-active-color = "rgba(${color.rgbS.accentHL}, 0.5)";
highlight-active-color = "rgba(${color.rgbS.accentHl}, 0.5)";
statusbar-bg = "#${color.hex.accent}";
statusbar-fg = "#${color.hex.accentText}";
@ -38,7 +38,7 @@ in {
inputbar-bg = statusbar-bg;
inputbar-fg = statusbar-fg;
completion-bg = "#${color.hex.bg}";
completion-bg = "#${color.hex.base}";
completion-fg = default-fg;
completion-highlight-bg = statusbar-bg;
completion-highlight-fg = statusbar-fg;