hans revised this gist . Go to revision
1 file changed, 21 insertions
alacritty(file created)
| @@ -0,0 +1,21 @@ | |||
| 1 | + | [env] | |
| 2 | + | term = "xterm-256color" | |
| 3 | + | ||
| 4 | + | [general] | |
| 5 | + | import = [ | |
| 6 | + | "~/.config/alacritty/alacritty-theme/themes/solarized_dark.toml" | |
| 7 | + | ] | |
| 8 | + | ||
| 9 | + | [window] | |
| 10 | + | dimensions={columns=120,lines=30} | |
| 11 | + | padding={x=10, y=22} | |
| 12 | + | opacity=0.9 | |
| 13 | + | blur=true | |
| 14 | + | option_as_alt = "Both" | |
| 15 | + | ||
| 16 | + | [font] | |
| 17 | + | normal={family="BlexMono Nerd Font", style="Regular"} | |
| 18 | + | size=15 | |
| 19 | + | ||
| 20 | + | [cursor] | |
| 21 | + | style={blinking="Always"} | |
Newer
Older