diff options
author | George Abbott <george@gabbott.dev> | 2023-01-24 22:53:23 +0000 |
---|---|---|
committer | George Abbott <george@gabbott.dev> | 2023-01-24 22:53:23 +0000 |
commit | 76b8de97c76a82d8410e4432d56af138f87ff60f (patch) | |
tree | 4d52ae48da36134a17a31449b3d8380d06951279 | |
parent | da68261ac4514f956dad33cf58ecd1136b2d747e (diff) |
alacritty
-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 |