diff options
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"} |