diff options
| author | tslil clingman <tslil@posteo.de> | 2024-02-06 19:59:14 +0100 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2024-02-06 19:59:14 +0100 |
| commit | 5cb627cccda6d745e4444675c735ddaa0b2a3d8a (patch) | |
| tree | 531b978ad5daa471c57d7f56cf92579976bce758 | |
| parent | a9dc8b2230cdf762dc6e067f6d8f07e82bbaf0d6 (diff) | |
[alacritty] tweaks
| -rw-r--r-- | alacritty/alacritty.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index 3862026..d054e04 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -1,10 +1,8 @@ -import = [ - "~/.config/alacritty/themes/themes/challenger_deep.toml" -] - +import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"] [font] size = 23.0 +builtin_box_drawing = false [font.bold] family = "Berkeley Mono" |
