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 | |
parent | 91e4e06f9080836c7095e7198e923ee4be768882 (diff) |
alacritty: Rewrite
-rw-r--r-- | .config/alacritty/alacritty.yml | 3 | ||||
-rw-r--r-- | alacritty.toml | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml deleted file mode 100644 index 24e666f..0000000 --- a/.config/alacritty/alacritty.yml +++ /dev/null @@ -1,3 +0,0 @@ -window: - opacity: 0.90 - 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"} |