From 54c67db06357b5f6d523fa97b03df8cfa6b44f28 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Fri, 14 Aug 2026 12:51:00 +0200 Subject: [PATCH] ala --- .config/alacritty/alacritty.toml | 42 ++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index b9b1fc2..c3f658c 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -3,6 +3,48 @@ draw_bold_text_with_bright_colors = true +[colors.primary] + +background = "#054A55" # Stop 0 +foreground = "#DEEDF1" # Stop 1 + + +[colors.normal] # OKLCH: L=0.75-0.77, C=0.098 (anchor), contrast 4.5+ + +black = "#2E2E32" # gray +blue = "#8BB0ED" # H=260 +cyan = "#7CBDCB" # Stop 3 (same L as siblings) +green = "#87C088" # H=145 +magenta = "#D99FD3" # H=330 +red = "#EA9A93" # H=25 +white = "#AED6DE" # Stop 2 +yellow = "#C2AF64" # H=95 + + +[colors.bright] # +0.10 L, contrast 6.1-6.6 + +black = "#0A6271" # Stop 9 (dim text, 1.4:1 - deliberately faint) +blue = "#ABD0FF" +cyan = "#4AA4B6" # Stop 4 +green = "#A7E0A7" +magenta = "#FBBEF4" +red = "#FFBAB2" +white = "#DEEDF1" # Stop 1 +yellow = "#E3CF83" + + +[colors.selection] + +text = "#DEEDF1" # Stop 1 +background = "#0A6271" # Stop 9 + + +[colors.cursor] + +text = "#054A55" # Stop 0 +cursor = "#DEEDF1" # Stop 1 + + [cursor]