summaryrefslogtreecommitdiff
path: root/alacritty.toml
diff options
context:
space:
mode:
authorphy <phy@localhost..>2026-04-06 18:27:58 +0100
committerphy <phy@localhost..>2026-04-06 18:27:58 +0100
commit087ddd566632d568cd59b499ec36a882e41a236e (patch)
tree2f6c045207892f65875755a8ffe4ad5e139403f8 /alacritty.toml
init
Diffstat (limited to 'alacritty.toml')
-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..fad2ba8
--- /dev/null
+++ b/alacritty.toml
@@ -0,0 +1,10 @@
+[general]
+live_config_reload = true
+
+[colors.primary]
+background = "#F2EFDF"
+foreground = "#5C6A72"
+
+[font]
+size = 12
+normal = { family = "JetBrainsMono Nerd Font", style = "Bald" }