alacritty
· 363 B · Text
Ham
[env]
term = "xterm-256color"
[general]
import = [
"~/.config/alacritty/alacritty-theme/themes/solarized_dark.toml"
]
[window]
dimensions={columns=120,lines=30}
padding={x=10, y=22}
opacity=0.9
blur=true
option_as_alt = "Both"
[font]
normal={family="BlexMono Nerd Font", style="Regular"}
size=15
[cursor]
style={blinking="Always"}
| 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"} |
| 22 |