From d843e48862993e903b0626604ac72cbc61c2412f Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sat, 12 Oct 2024 08:58:06 +0200 Subject: kitty is so annoying (probly conf issue but can't be bothered --- alacritty/alacritty.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 alacritty/alacritty.toml (limited to 'alacritty') diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml new file mode 100644 index 0000000..7df1d41 --- /dev/null +++ b/alacritty/alacritty.toml @@ -0,0 +1,27 @@ +[colors.primary] +background = '#000000' +foreground = '#ffffff' + +[colors.cursor] +text = '#000000' +cursor = '#ffff00' + +[colors.normal] +black = '#0e1415' +red = '#e25d56' +green = '#73ca50' +yellow = '#e9bf57' +blue = '#4a88e4' +magenta = '#ff00ff' +cyan = '#00ffff' +white = '#f0f0f0' + +[colors.bright] +black = '#777777' +red = '#f36868' +green = '#88db3f' +yellow = '#f0bf7a' +blue = '#6f8fdb' +magenta = '#ff22ff' +cyan = '#00ffff' +white = '#FFFFFF' -- cgit v1.3.1