From: Stephen Jianu Date: Wed, 10 Jul 2024 00:58:09 +0000 (-0500) Subject: Add Alacritty toml file X-Git-Url: https://stephenjianu.com/gitweb/?a=commitdiff_plain;h=62ba303be3aed80cb1c66ce9f308387edb973e87;p=comet64.git Add Alacritty toml file --- 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"