summaryrefslogtreecommitdiff
path: root/alacritty.toml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty.toml')
-rw-r--r--alacritty.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/alacritty.toml b/alacritty.toml
deleted file mode 100644
index f3e46c5..0000000
--- a/alacritty.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-[window]
-padding = { x = 2, y = 2 }
-
-[font]
-normal = { family = "Iosevka SS13 Extended", style = "Regular" }
-size = 6.5
-offset.y = 2
-
-[colors.primary]
-foreground = "#000000"
-background = "#FFFFFF"