summaryrefslogtreecommitdiff
path: root/.config/alacritty/alacritty.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/alacritty.toml')
-rw-r--r--.config/alacritty/alacritty.toml41
1 files changed, 41 insertions, 0 deletions
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml
new file mode 100644
index 0000000..67ca485
--- /dev/null
+++ b/.config/alacritty/alacritty.toml
@@ -0,0 +1,41 @@
+[colors.bright]
+black = "0x7f7c6b"
+blue = "0x0b9aef"
+cyan = "0x37efd4"
+green = "0x9be20b"
+magenta = "0x8a48ff"
+red = "0xf9085f"
+white = "0xfbf8ff"
+yellow = "0xe6d107"
+
+[colors.normal]
+black = "0x5f5f5f"
+blue = "0x2ea7ef"
+cyan = "0x6cefdd"
+green = "0xa6e22e"
+magenta = "0xae81ff"
+red = "0xf92672"
+white = "0xfbf8ff"
+yellow = "0xe6db74"
+
+[colors.primary]
+background = "0x0F1419"
+foreground = "0xfbf8ff"
+
+[colors.selection]
+background = "0x5f5f5f"
+text = "0xfbf8ff"
+
+[font]
+normal = { family = "Fira Code", style = "Nerd" }
+size = 13
+
+[window]
+opacity = 1
+
+[window.padding]
+x = 4
+y = 4
+
+[env]
+TERM = "xterm-256color"