Add alacritty/alacritty.toml
This commit is contained in:
parent
964bb9306e
commit
ba4507ec86
22
alacritty/alacritty.toml
Normal file
22
alacritty/alacritty.toml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
[window]
|
||||||
|
decorations_theme_variant = "Dark"
|
||||||
|
dynamic_title = true
|
||||||
|
|
||||||
|
[font]
|
||||||
|
normal = { family = "IosevkaTermSlab Nerd Font Mono" }
|
||||||
|
size = 11
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
cursor = { text = "#000000", cursor = "#22785E" }
|
||||||
|
selection = { text = "#D3D7CF", background = "#262626" }
|
||||||
|
|
||||||
|
[colors.primary]
|
||||||
|
background = "#101010"
|
||||||
|
foreground = "#BBBBBB"
|
||||||
|
|
||||||
|
[selection]
|
||||||
|
save_to_clipboard = true
|
||||||
|
|
||||||
|
[cursor]
|
||||||
|
style = { shape = "Block", blinking = "On" }
|
||||||
|
thickness = 1.0
|
Loading…
Reference in New Issue
Block a user