Update alacritty.yml

This commit is contained in:
ITmail-dk
2022-01-06 11:01:55 +01:00
parent fc67f5eefa
commit a7f2956fdf

View File

@@ -108,55 +108,55 @@ window:
multiplier: 5 multiplier: 5
# Font configuration # Font configuration
#font: font:
# Normal (roman) font face # Normal (roman) font face
#normal: normal:
# Font family # Font family
# #
# Default: # Default:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
#family: monospace family: monospace
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Regular style: Regular
# Bold font face # Bold font face
#bold: bold:
# Font family # Font family
# #
# If the bold family is not specified, it will fall back to the # If the bold family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
#family: monospace family: monospace
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Bold style: Bold
# Italic font face # Italic font face
#italic: italic:
# Font family # Font family
# #
# If the italic family is not specified, it will fall back to the # If the italic family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
#family: monospace family: monospace
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Italic style: Italic
# Bold italic font face # Bold italic font face
#bold_italic: bold_italic:
# Font family # Font family
# #
# If the bold italic family is not specified, it will fall back to the # If the bold italic family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
#family: monospace family: monospace
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Bold Italic style: monospace
# Point size # Point size
#size: 11.0 size: 8.0
# Offset is the extra space around each character. `offset.y` can be thought # 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 # of as modifying the line spacing, and `offset.x` as modifying the letter
@@ -185,7 +185,7 @@ window:
colors: colors:
# Default colors # Default colors
#primary: #primary:
background: '#0A1B2A' background: '#09141E'
foreground: '#EBEBEB' foreground: '#EBEBEB'
# Bright and dim foreground colors # Bright and dim foreground colors