aboutsummaryrefslogtreecommitdiff
path: root/linux/alacritty/inferno.toml
diff options
context:
space:
mode:
Diffstat (limited to 'linux/alacritty/inferno.toml')
-rw-r--r--linux/alacritty/inferno.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/linux/alacritty/inferno.toml b/linux/alacritty/inferno.toml
new file mode 100644
index 0000000..97afd84
--- /dev/null
+++ b/linux/alacritty/inferno.toml
@@ -0,0 +1,23 @@
+[colors.bright]
+black = "0x663300"
+blue = "0xffcc33"
+cyan = "0xffcc99"
+green = "0xff9966"
+magenta = "0xff9966"
+red = "0xff6633"
+white = "0xd9d9d9"
+yellow = "0xffcc99"
+
+[colors.normal]
+black = "0x330000"
+blue = "0xffcc00"
+cyan = "0xff9900"
+green = "0xff6600"
+magenta = "0xff6600"
+red = "0xff3300"
+white = "0xd9d9d9"
+yellow = "0xff9900"
+
+[colors.primary]
+background = "0x270d06"
+foreground = "0xd9d9d9"