add alacritty themes and separated windows 11 folder
This commit is contained in:
3
configs/alacritty_g/Win11/README.md
Normal file
3
configs/alacritty_g/Win11/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## To apply themes, go to **Themes** folder and copy its content to **Alacritty** config, located in `%APPDATA%\alacritty\alacritty.toml` if it does not exist create one
|
||||
|
||||
|
||||
34
configs/alacritty_g/Win11/alacritty.toml
Executable file
34
configs/alacritty_g/Win11/alacritty.toml
Executable file
@@ -0,0 +1,34 @@
|
||||
[font]
|
||||
size = 14.0
|
||||
|
||||
[font.bold]
|
||||
family = "Iosevka Nerd Font"
|
||||
style = "Bold"
|
||||
|
||||
[font.bold_italic]
|
||||
family = "ZedMono Nerd Font"
|
||||
style = "Bold Italic"
|
||||
|
||||
[font.italic]
|
||||
family = "ZedMono Nerd Font"
|
||||
style = "Italic"
|
||||
|
||||
[font.normal]
|
||||
family = "ZedMono Nerd Font"
|
||||
style = "Regular"
|
||||
|
||||
[scrolling]
|
||||
history = 10000
|
||||
multiplier = 3
|
||||
|
||||
[window]
|
||||
startup_mode = "Windowed"
|
||||
opacity = 0.9
|
||||
|
||||
[window.padding]
|
||||
x = 36
|
||||
y = 36
|
||||
|
||||
[shell]
|
||||
program = "wsl"
|
||||
|
||||
1
configs/alacritty_g/Win11/themes
Submodule
1
configs/alacritty_g/Win11/themes
Submodule
Submodule configs/alacritty_g/Win11/themes added at 94e1dc0b95
Reference in New Issue
Block a user