summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-08-10 14:21:14 -0500
committerMarc Coquand <marc@mccd.space>2024-08-10 14:21:14 -0500
commit459d36b3ea7286b884d3efc5b2c083ac3741ec43 (patch)
tree6e0b47c32ef3c995bf173c0dae74ee615b8cc01a
parent180f47818d9d739d277618ef9ecd718cda2f35a4 (diff)
downloadbsd-459d36b3ea7286b884d3efc5b2c083ac3741ec43.tar.gz
bsd-459d36b3ea7286b884d3efc5b2c083ac3741ec43.tar.bz2
bsd-459d36b3ea7286b884d3efc5b2c083ac3741ec43.zip
add alacritty
-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"