From bd5af3b7d4b620700f09f636549ad8cc93a5c737 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Sun, 16 Oct 2022 13:21:05 -0500 Subject: [PATCH] changed settings due to alacrity depreciation warnings. --- alacritty/.config/alacritty/alacritty.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 2be2ee3..3010c49 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -93,7 +93,7 @@ window: # # Override the variant of the GTK theme. Commonly supported values are `dark` # and `light`. Set this to `None` to use the default theme variant. - gtk_theme_variant: dark + window.decorations_theme_variant: dark #scrolling: # Maximum number of lines in the scrollback buffer. @@ -165,12 +165,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`. - use_thin_strokes: false - # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: false