From 8600b3118864a26b7e95f23121e05d42e7bec283 Mon Sep 17 00:00:00 2001 From: josean-dev Date: Thu, 18 Apr 2024 10:16:25 -0400 Subject: [PATCH] Added my author name to coolnight.toml --- .../alacritty/themes/themes/coolnight.toml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.config/alacritty/themes/themes/coolnight.toml b/.config/alacritty/themes/themes/coolnight.toml index 42cfcea..9ec5f7e 100644 --- a/.config/alacritty/themes/themes/coolnight.toml +++ b/.config/alacritty/themes/themes/coolnight.toml @@ -1,3 +1,36 @@ +# By Josean Martinez + +# Built off of by aura.toml + +# Default colors +[colors.primary] +background = '#011423' +foreground = '#CBE0F0' + +# Colors the cursor will use if `custom_cursor_colors` is true +[colors.cursor] +text = "#011423" +cursor = "#47FF9C" + +[colors.normal] +black = "#022D51" +red = "#E52E2E" +green = "#44FFB1" +yellow = "#FFE073" +blue = "#0FC5ED" +magenta = "#a277ff" +cyan = "#24EAF7" +white = "#24EAF7" + +[colors.bright] +black = "#143652" +red = "#E52E2E" +green = "#44FFB1" +yellow = "#FFE073" +blue = "#A277FF" +magenta = "#a277ff" +cyan = "#24EAF7" +white = "#24EAF7" # Built off of by aura.toml # Default colors