diff options
author | Marc Coquand <marc@mccd.space> | 2024-08-10 14:21:14 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-08-10 14:21:14 -0500 |
commit | 459d36b3ea7286b884d3efc5b2c083ac3741ec43 (patch) | |
tree | 6e0b47c32ef3c995bf173c0dae74ee615b8cc01a /alacritty.toml | |
parent | 180f47818d9d739d277618ef9ecd718cda2f35a4 (diff) | |
download | bsd-459d36b3ea7286b884d3efc5b2c083ac3741ec43.tar.gz bsd-459d36b3ea7286b884d3efc5b2c083ac3741ec43.tar.bz2 bsd-459d36b3ea7286b884d3efc5b2c083ac3741ec43.zip |
add alacritty
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..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" |