From 2ab264b22801871a1d052695fed9cc296ee81506 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Mon, 25 Aug 2025 12:30:26 +0200 Subject: [PATCH] feat(alacritty): green it is now --- .config/alacritty/alacritty.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 45f2da3..0d5b13a 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,4 +1,3 @@ - [font] normal = { family = "BerkeleyMono Nerd Font Mono", style = "Regular" } # NOTE: if font seems to bold, disable font smoothing for Alacritty @@ -7,6 +6,7 @@ bold = { style = "Bold" } italic = { style = "Oblique" } bold_italic = { style = "Bold Oblique" } size = 18 +# offset = { x = 0, y = 0 } [window] option_as_alt = "Both" @@ -17,19 +17,19 @@ dynamic_padding = true # blur = true [bell] -duration = 10 +duration = 0 color = "#3a3a3a" [cursor] style = { shape = "Block", blinking = "Always" } [colors.search] -matches = { foreground = "#f4d03f", background = "#273746" } -focused_match = { foreground = "#273746", background = "#f4d03f" } +matches = { foreground = "#007a61", background = "#dedede" } +focused_match = { foreground = "#dedede", background = "#007a61" } [colors.footer_bar] -background = "#f4d03f" -foreground = "#273746" +background = "#007a61" +foreground = "#00dcaf" [keyboard]