]> Stephen's Gitweb - comet64.git/commitdiff
Add Alacritty toml file
authorStephen Jianu <stephen@stephenjianu.com>
Wed, 10 Jul 2024 00:58:09 +0000 (19:58 -0500)
committerStephen Jianu <stephen@stephenjianu.com>
Wed, 10 Jul 2024 00:58:09 +0000 (19:58 -0500)
alacritty/comet64.toml [new file with mode: 0644]

diff --git a/alacritty/comet64.toml b/alacritty/comet64.toml
new file mode 100644 (file)
index 0000000..96652a3
--- /dev/null
@@ -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"