diff options
author | Thanos Apollo <[email protected]> | 2024-05-10 09:09:45 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-10 09:09:45 +0300 |
commit | 457c21c9aa423004efdcfb24568c23f5f66fa402 (patch) | |
tree | b74c9d856d4321ee4bd7bbb57cc95adebbae82ad /alacritty.toml | |
parent | 91e4e06f9080836c7095e7198e923ee4be768882 (diff) |
alacritty: Rewrite
Diffstat (limited to 'alacritty.toml')
-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..327ef67 --- /dev/null +++ b/alacritty.toml @@ -0,0 +1,8 @@ +[window] +opacity = 0.9 + +[colors] +primary.background="#0C0C0C" + +[font] +normal={family="Jetbrains Mono", style="Regular"} |