From 6a83b7ec09c32c5c6d3e98f932d6c45541524e5f Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 13 May 2026 16:59:11 +0000 Subject: [PATCH] =?UTF-8?q?.config/alacritty/theme.toml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/alacritty/theme.toml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .config/alacritty/theme.toml diff --git a/.config/alacritty/theme.toml b/.config/alacritty/theme.toml new file mode 100644 index 0000000..aecc253 --- /dev/null +++ b/.config/alacritty/theme.toml @@ -0,0 +1,31 @@ +[colors.primary] +background = '#1e1e2e' +foreground = '#cdd6f4' + +[colors.selection] +text = '#cdd6f4' +background = '#55307f' + +[colors.cursor] +text = '#1e1e2e' +cursor = '#cba6f7' + +[colors.normal] +black = '#181825' +red = '#ff728c' +green = '#7bf797' +yellow = '#ffdb72' +blue = '#b88eea' +magenta = '#9b72cf' +cyan = '#cba6f7' +white = '#f6efff' + +[colors.bright] +black = '#9994a0' +red = '#ff9fb1' +green = '#a5ffba' +yellow = '#ffe8a5' +blue = '#d8b7ff' +magenta = '#dfc4ff' +cyan = '#ead9ff' +white = '#fbf8ff' \ No newline at end of file