aboutsummaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-08-28 15:43:14 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-08-28 15:43:14 +0200
commit627fc68eebf706e9ce446bd9765e6aa2654108ef (patch)
treef97ab388c9c1f4270d013d00350d261700c21cf6 /alacritty
parent8a63b845cb8c7bad955a4eea762a3f95003e8a97 (diff)
downloaddotfiles-627fc68eebf706e9ce446bd9765e6aa2654108ef.tar.gz
alacritty
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/alacritty.yml35
1 files changed, 4 insertions, 31 deletions
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"