[2024-05-09] Adding folder structure
This commit is contained in:
parent
ac035ff9f0
commit
3c56823411
7 changed files with 0 additions and 29 deletions
18
alacritty/alacritty.toml
Normal file
18
alacritty/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