From 627fc68eebf706e9ce446bd9765e6aa2654108ef Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 28 Aug 2021 15:43:14 +0200 Subject: alacritty --- alacritty/alacritty.yml | 35 ++++------------------------------- 1 file changed, 4 insertions(+), 31 deletions(-) (limited to 'alacritty/alacritty.yml') diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index d87e07a..1677977 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -40,17 +40,6 @@ # Spread additional padding evenly around the terminal content. #dynamic_padding: false - # Window decorations - # - # Values for `decorations`: - # - full: Borders and title bar - # - none: Neither borders nor title bar - # - # Values for `decorations` (macOS only): - # - transparent: Title bar, transparent background and title bar buttons - # - buttonless: Title bar, transparent background, but no title bar buttons - #decorations: full - # Startup Mode (changes require restart) # # Values for `startup_mode`: @@ -148,7 +137,7 @@ font: #style: Bold Italic # Point size - size: 12.0 + size: 10.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. @@ -163,22 +152,6 @@ font: # x: 0 # y: 0 - # Thin stroke font rendering (macOS only) - # - # Thin strokes are suitable for retina displays, but for non-retina screens - # it is recommended to set `use_thin_strokes` to `false` - # - # macOS >= 10.14.x: - # - # If the font quality on non-retina display looks bad then set - # `use_thin_strokes` to `true` and enable font smoothing by running the - # following command: - # `defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO` - # - # This is a global setting and will require a log out or restart to take - # effect. - #use_thin_strokes: true - # If `true`, bold text is drawn using the bright color variants. #draw_bold_text_with_bright_colors: true @@ -186,8 +159,8 @@ font: colors: # Default colors primary: - background: '0x000000ff' - # foreground: '0xeaeaea' + background: '0x000000' + foreground: '0xffffff' # Bright and dim foreground colors # @@ -290,7 +263,7 @@ colors: # # 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. -background_opacity: 0.7 +#background_opacity: 0.7 #selection: #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" -- cgit v1.2.3