From c7b8615aba89528f31fe29a1f0d5f52b821eb8f4 Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Sat, 30 Dec 2023 13:11:29 +0100 Subject: alacritty: convert to toml config files --- .config/alacritty/themes/one_dark.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .config/alacritty/themes/one_dark.toml (limited to '.config/alacritty/themes/one_dark.toml') diff --git a/.config/alacritty/themes/one_dark.toml b/.config/alacritty/themes/one_dark.toml new file mode 100644 index 0000000..ad576f3 --- /dev/null +++ b/.config/alacritty/themes/one_dark.toml @@ -0,0 +1,28 @@ +# Colors (One Dark) + +# Default colors +[colors.primary] +background = '#1e2127' +foreground = '#abb2bf' + +# Normal colors +[colors.normal] +black = '#1e2127' +red = '#e06c75' +green = '#98c379' +yellow = '#d19a66' +blue = '#61afef' +magenta = '#c678dd' +cyan = '#56b6c2' +white = '#abb2bf' + +# Bright colors +[colors.bright] +black = '#5c6370' +red = '#e06c75' +green = '#98c379' +yellow = '#d19a66' +blue = '#61afef' +magenta = '#c678dd' +cyan = '#56b6c2' +white = '#ffffff' -- cgit v1.2.3-70-g09d2