[2024-05-09] Migrate Alacritty config to TOML
This commit is contained in:
parent
762776ef54
commit
062c5344e6
2 changed files with 18 additions and 15 deletions
18
alacritty.toml
Normal file
18
alacritty.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
import = ["/home/andrew/.config/alacritty/themes/tokyonight.toml"]
|
||||
|
||||
[cursor.style]
|
||||
blinking = "On"
|
||||
shape = "Beam"
|
||||
|
||||
[cursor.vi_mode_style]
|
||||
shape = "Block"
|
||||
|
||||
[font]
|
||||
size = 9.0
|
||||
|
||||
[font.normal]
|
||||
family = "Geist Mono"
|
||||
style = "Regular"
|
||||
|
||||
[window]
|
||||
opacity = 0.8
|
Loading…
Add table
Add a link
Reference in a new issue