diff options
| author | phy <phy@localhost..> | 2026-04-06 18:27:58 +0100 |
|---|---|---|
| committer | phy <phy@localhost..> | 2026-04-06 18:27:58 +0100 |
| commit | 087ddd566632d568cd59b499ec36a882e41a236e (patch) | |
| tree | 2f6c045207892f65875755a8ffe4ad5e139403f8 /alacritty.toml | |
init
Diffstat (limited to 'alacritty.toml')
| -rw-r--r-- | alacritty.toml | 10 |
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" } |
