[2024-05-09] Migrate Alacritty config to TOML
This commit is contained in:
parent
762776ef54
commit
062c5344e6
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
|
@ -1,15 +0,0 @@
|
||||
font:
|
||||
normal:
|
||||
family: Geist Mono
|
||||
style: Regular
|
||||
size: 9.0
|
||||
|
||||
cursor:
|
||||
style:
|
||||
shape: "Beam"
|
||||
blinking: "On"
|
||||
vi_mode_style:
|
||||
shape: "Block"
|
||||
|
||||
import:
|
||||
- ~/.config/alacritty/themes/tokyo-night.yml
|
Loading…
x
Reference in New Issue
Block a user