diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/alacritty.yml b/alacritty.yml index a249531..616a287 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -23,7 +23,7 @@ # available, otherwise `xterm-256color` is used. #TERM: alacritty -#window: +window: # Window dimensions (changes require restart) # # Number of lines/columns (not pixels) in the terminal. Both lines and columns @@ -68,7 +68,7 @@ # # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. - opacity: 0.7 + opacity: 1.0 # Startup Mode (changes require restart) # @@ -110,7 +110,7 @@ #multiplier: 3 # Font configuration -# font: +font: # Normal (roman) font face normal: # Font family @@ -119,7 +119,7 @@ # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: monospace + family: Code New Roman Nerd font Mono # The `style` can be specified to pick a specific face. style: Regular @@ -158,7 +158,7 @@ #style: Bold Italic # Point size - size: 9.0 + size: 7.5 # 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 |