feat(alacritty): green it is now

This commit is contained in:
Oliver Ladner 2025-08-25 12:30:26 +02:00
commit 2ab264b228

View file

@ -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]