diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 43c046c..1872d35 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -121,56 +121,53 @@ import: #multiplier: 3 # Font configuration -#font: -# Normal (roman) font face -#normal: -# Font family -# -# Default: -# - (macOS) Menlo -# - (Linux/BSD) monospace -# - (Windows) Consolas -#family: monospace +font: + # Normal (roman) font face + normal: + # Font family + # + # Default: + # - (macOS) Menlo + # - (Linux/BSD) monospace + # - (Windows) Consolas + family: MesloLGS NF + # The `style` can be specified to pick a specific face. + style: Regular + # Bold font face + #bold: + # Font family + # + # If the bold family is not specified, it will fall back to the + # value specified for the normal font. + #family: monospace -# The `style` can be specified to pick a specific face. -#style: Regular + # The `style` can be specified to pick a specific face. + #style: Bold -# Bold font face -#bold: -# Font family -# -# If the bold family is not specified, it will fall back to the -# value specified for the normal font. -#family: monospace + # Italic font face + #italic: + # Font family + # + # If the italic family is not specified, it will fall back to the + # value specified for the normal font. + #family: monospace -# The `style` can be specified to pick a specific face. -#style: Bold + # The `style` can be specified to pick a specific face. + #style: Italic -# Italic font face -#italic: -# Font family -# -# If the italic family is not specified, it will fall back to the -# value specified for the normal font. -#family: monospace + # Bold italic font face + #bold_italic: + # Font family + # + # If the bold italic family is not specified, it will fall back to the + # value specified for the normal font. + #family: monospace -# The `style` can be specified to pick a specific face. -#style: Italic - -# Bold italic font face -#bold_italic: -# Font family -# -# If the bold italic family is not specified, it will fall back to the -# value specified for the normal font. -#family: monospace - -# The `style` can be specified to pick a specific face. -#style: Bold Italic - -# Point size -#size: 11.0 + # The `style` can be specified to pick a specific face. + #style: Bold Italic + # Point size + size: 13.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter # spacing. diff --git a/.config/alacritty/themes b/.config/alacritty/themes new file mode 160000 index 0000000..e1b08b5 --- /dev/null +++ b/.config/alacritty/themes @@ -0,0 +1 @@ +Subproject commit e1b08b5bc06d07dd65f5e72b12fd7f736e0e7928