summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alacritty.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/alacritty.toml b/alacritty.toml
new file mode 100644
index 0000000..467f81c
--- /dev/null
+++ b/alacritty.toml
@@ -0,0 +1,8 @@
+[font]
+normal = { family="terminus (TTF)" }
+size = 8
+offset = { x = 0, y = 5 }
+
+[colors.primary]
+foreground = "#000000"
+background = "#FFFFFF"