From 62ba303be3aed80cb1c66ce9f308387edb973e87 Mon Sep 17 00:00:00 2001 From: Stephen Jianu Date: Tue, 9 Jul 2024 19:58:09 -0500 Subject: [PATCH] Add Alacritty toml file --- alacritty/comet64.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 alacritty/comet64.toml diff --git a/alacritty/comet64.toml b/alacritty/comet64.toml new file mode 100644 index 0000000..96652a3 --- /dev/null +++ b/alacritty/comet64.toml @@ -0,0 +1,23 @@ +[colors.bright] +black = "0x1f292b" +blue = "0xa99b81" +cyan = "0xb7a88e" +green = "0x636e71" +magenta = "0xa981a1" +red = "0xa98181" +white = "0xffffe5" +yellow = "0x6f7b7d" + +[colors.normal] +black = "0x2a3436" +blue = "0x8186a9" +cyan = "0x81a9a8" +green = "0x81a984" +magenta = "0x67445f" +red = "0x674444" +white = "0xfff3d7" +yellow = "0x676744" + +[colors.primary] +background = "0x1f292b" +foreground = "0xa99b81" -- 2.39.5