From c592fa0aca76ae2bd65a915d2df9152458ae8817 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 25 May 2025 19:14:02 +0530 Subject: changed alacritty theme, removed useless ones --- .config/alacritty/themes/embark.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .config/alacritty/themes/embark.toml (limited to '.config/alacritty/themes/embark.toml') diff --git a/.config/alacritty/themes/embark.toml b/.config/alacritty/themes/embark.toml new file mode 100644 index 0000000..209ed93 --- /dev/null +++ b/.config/alacritty/themes/embark.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "#585273" +blue = "#78a8ff" +cyan = "#63f2f1" +green = "#7fe9c3" +magenta = "#7676ff" +red = "#f02e6e" +white = "#8a889d" +yellow = "#f2b482" + +[colors.cursor] +cursor = "#a1efd3" +text = "#1e1c31" + +[colors.normal] +black = "#1e1c31" +blue = "#91ddff" +cyan = "#abf8f7" +green = "#a1efd3" +magenta = "#d4bfff" +red = "#f48fb1" +white = "#cbe3e7" +yellow = "#ffe6b3" + +[colors.primary] +background = "#1e1c31" +foreground = "#cbe3e7" -- cgit v1.2.3