summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alacritty.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/alacritty.toml b/alacritty.toml
new file mode 100644
index 0000000..77a703e
--- /dev/null
+++ b/alacritty.toml
@@ -0,0 +1,10 @@
+[window]
+padding = { x = 4, y = 4 }
+
+[font]
+normal = { family = "Iosevka SS13 Extended", style = "Regular" }
+size = 14
+
+[colors.primary]
+foreground = "#000000"
+background = "#FFFFFF"