summaryrefslogtreecommitdiff
path: root/alacritty.toml
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-09-20 19:11:00 +0300
committerMarc Coquand <marc@mccd.space>2024-09-20 19:11:00 +0300
commitb2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab (patch)
treeace0ee0d7acf2af94839e893d8a3a7e514e185c9 /alacritty.toml
parente233e7f028366ce8f5d58fe1cc8a88210664ddb3 (diff)
downloadbsd-b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab.tar.gz
bsd-b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab.tar.bz2
bsd-b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab.zip
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"