From ba8cc6ca62aeee0f6b2667357940f547bb3ac2e9 Mon Sep 17 00:00:00 2001 From: Never Gude Date: Wed, 11 Mar 2026 13:33:12 +0100 Subject: [PATCH] update alacritty colors --- .config/alacritty/alacritty.toml | 17 +++++++++++++++++ .config/fish/config.fish | 2 +- .config/fish/fish_variables | 2 +- .config/niri/config.kdl | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 0ae2890..5a8794c 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -10,12 +10,19 @@ bindings = [ { key = "Enter", mods = "Super|Shift", action = "CreateNewWindow" } ] +[colors] +line_indicator = { foreground = "#ebdbb2", background = "#504945" } +footer_bar = { foreground = "#ebdbb2", background = "#504945" } +selection = { text = "CellForeground", background = "#665c54" } + # Default colors [colors.primary] # hard contrast background = = '#1d2021' background = '#282828' # soft contrast background = = '#32302f' foreground = '#ebdbb2' +dim_foreground = '#d5c4a1' +bright_foreground = '#fbf1c7' # Normal colors [colors.normal] @@ -38,3 +45,13 @@ blue = '#83a598' magenta = '#d3869b' cyan = '#8ec07c' white = '#ebdbb2' + +[colors.search] +matches = { foreground = "#282828", background = "#fabd2f" } +focused_match = { foreground = "#282828", background = "#fe8019" } + +[colors.hints] +start = { foreground = "#282828", background = "#fe8019" } +end = { foreground = "#282828", background = "#fabd2f" } + + diff --git a/.config/fish/config.fish b/.config/fish/config.fish index f00dfae..6a773df 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -45,7 +45,7 @@ if status is-interactive set fish_color_error red --underline=curly set fish_color_param normal set fish_color_comment brblack - set fish_color_selection normal --background brblack + set fish_color_selection --background brblack set fish_color_search_match set fish_color_history_current set fish_color_operator yellow diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 1919273..6bd23f1 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -25,7 +25,7 @@ SETUVAR fish_color_param:normal SETUVAR fish_color_quote:green\x1e\x2d\x2ditalics SETUVAR fish_color_redirection:yellow SETUVAR fish_color_search_match:\x1d -SETUVAR fish_color_selection:normal\x1e\x2d\x2dbackground\x1ebrblack +SETUVAR fish_color_selection:\x2d\x2dbackground\x1ebrblack SETUVAR fish_color_status:red SETUVAR fish_color_user:brgreen SETUVAR fish_color_valid_path:\x2d\x2dunderline diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index d2a18cb..0079f09 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -88,7 +88,7 @@ output "eDP-1" { // mode "1920x1080@120.030" // You can use integer or fractional scale, for example use 1.5 for 150% scale. - scale 1.33 + scale 1.66 // Transform allows to rotate the output counter-clockwise, valid values are: // normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270.