mirror of https://github.com/kianby/dotfiles
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
369 B
TOML
24 lines
369 B
TOML
# Theme Nord
|
|
import = ["~/.config/alacritty/nord.toml"]
|
|
|
|
# Font configuration
|
|
[font]
|
|
size = 11.0
|
|
|
|
[font.normal]
|
|
family = "FiraCode Nerd Font Mono"
|
|
style = "Medium"
|
|
|
|
[font.bold]
|
|
family = "FiraCode Nerd Font Mono"
|
|
style = "Bold"
|
|
|
|
[font.italic]
|
|
family = "FiraCode Nerd Font Mono"
|
|
style = "Retina"
|
|
|
|
[font.bold_italic]
|
|
family = "FiraCode Nerd Font Mono"
|
|
style = "SemiBold"
|
|
|