diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-02 13:58:28 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-02 13:58:28 -0500 |
commit | 6265e7dae1e06fe44883c7be7b2c1d301efb21eb (patch) | |
tree | 8762ca91407e0616e67295fa4fed4609a4aa8735 | |
parent | cc768ad2635e10c3cb4317f9d837fe552aac11c6 (diff) | |
download | rcm-6265e7dae1e06fe44883c7be7b2c1d301efb21eb.tar.gz rcm-6265e7dae1e06fe44883c7be7b2c1d301efb21eb.tar.bz2 rcm-6265e7dae1e06fe44883c7be7b2c1d301efb21eb.zip |
alacritty
Diffstat (limited to '')
-rw-r--r-- | alacritty.toml | 8 |
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" |