mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
upgrade alacritty config to the new format
This commit is contained in:
26
alacritty/alacritty.toml
Normal file
26
alacritty/alacritty.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
[colors.primary]
|
||||
background = "#000000"
|
||||
foreground = "#ffffff"
|
||||
|
||||
[font]
|
||||
size = 9.0
|
||||
|
||||
[font.bold]
|
||||
family = "terminus"
|
||||
style = "Bold"
|
||||
|
||||
[font.italic]
|
||||
family = "terminus"
|
||||
style = "MediumItalic"
|
||||
|
||||
[font.normal]
|
||||
family = "terminus"
|
||||
style = "Regular"
|
||||
|
||||
[[keyboard.bindings]]
|
||||
action = "SpawnNewInstance"
|
||||
key = "N"
|
||||
mods = "Control|Shift"
|
||||
|
||||
[window]
|
||||
dynamic_padding = false
|
||||
Reference in New Issue
Block a user