From 182cb9918352e93047d0fcc8c38048c61b3d4dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Fri, 7 Jun 2024 00:55:02 +0300 Subject: terminal: return to Alacritty I haven't actively used my trusty old X200 in more than a year, and I really did miss Alacritty's font rendering and features, namely config hot-reload. --- dotfiles/.config/alacritty/ultramar-light.toml | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dotfiles/.config/alacritty/ultramar-light.toml (limited to 'dotfiles/.config/alacritty/ultramar-light.toml') diff --git a/dotfiles/.config/alacritty/ultramar-light.toml b/dotfiles/.config/alacritty/ultramar-light.toml new file mode 100644 index 0000000..b93e837 --- /dev/null +++ b/dotfiles/.config/alacritty/ultramar-light.toml @@ -0,0 +1,34 @@ +[colors.primary] +background = "#faf6e5" +foreground = "#1b1e25" + +[colors.bright] +black = "#33333a" +blue = "#75a2b8" +cyan = "#7fac96" +green = "#92b078" +magenta = "#b48ead" +red = "#c45c5c" +white = "#b0afa8" +yellow = "#e2b55a" + +[colors.cursor] +cursor = "#1b1e25" + +[colors.normal] +black = "#151517" +blue = "#3f6e90" +cyan = "#5b8277" +green = "#6d974b" +magenta = "#9c6992" +red = "#b73030" +white = "#91908d" +yellow = "#b2872f" + +[colors.footer_bar] +background = "#e5e9f0" +foreground = "#252832" + +[colors.search.matches] +background = "#b2872f" +foreground = "#000000" -- cgit v1.2.3