summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-06-02 13:58:28 -0500
committerMarc Coquand <marc@mccd.space>2024-06-02 13:58:28 -0500
commit6265e7dae1e06fe44883c7be7b2c1d301efb21eb (patch)
tree8762ca91407e0616e67295fa4fed4609a4aa8735
parentcc768ad2635e10c3cb4317f9d837fe552aac11c6 (diff)
downloadrcm-6265e7dae1e06fe44883c7be7b2c1d301efb21eb.tar.gz
rcm-6265e7dae1e06fe44883c7be7b2c1d301efb21eb.tar.bz2
rcm-6265e7dae1e06fe44883c7be7b2c1d301efb21eb.zip
alacritty
-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"