changed settings due to alacrity depreciation warnings.

This commit is contained in:
Gabe Venberg 2022-10-16 13:21:05 -05:00
parent c8bda3b426
commit bd5af3b7d4

View file

@ -93,7 +93,7 @@ window:
# #
# Override the variant of the GTK theme. Commonly supported values are `dark` # Override the variant of the GTK theme. Commonly supported values are `dark`
# and `light`. Set this to `None` to use the default theme variant. # and `light`. Set this to `None` to use the default theme variant.
gtk_theme_variant: dark window.decorations_theme_variant: dark
#scrolling: #scrolling:
# Maximum number of lines in the scrollback buffer. # Maximum number of lines in the scrollback buffer.
@ -165,12 +165,6 @@ font:
x: 0 x: 0
y: 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. # If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: false draw_bold_text_with_bright_colors: false