diff --git a/alacritty--light-large.yml b/alacritty--light-large.yml index b49671a..bb7aa1a 100644 --- a/alacritty--light-large.yml +++ b/alacritty--light-large.yml @@ -86,11 +86,6 @@ font: x: 0 y: 0 - # OS X only: use thin stroke font rendering. Thin strokes are suitable - # for retina displays, but for non-retina you probably want this set to - # false. - use_thin_strokes: true - # Use custom cursor colors. If true, display the cursor in the cursor.foreground # and cursor.background colors, otherwise invert the colors of the cursor. custom_cursor_colors: false diff --git a/alacritty--light-small.yml b/alacritty--light-small.yml index d211e18..7eca53c 100644 --- a/alacritty--light-small.yml +++ b/alacritty--light-small.yml @@ -86,11 +86,6 @@ font: x: 0 y: 0 - # OS X only: use thin stroke font rendering. Thin strokes are suitable - # for retina displays, but for non-retina you probably want this set to - # false. - use_thin_strokes: true - # Use custom cursor colors. If true, display the cursor in the cursor.foreground # and cursor.background colors, otherwise invert the colors of the cursor. custom_cursor_colors: false diff --git a/alacritty--light.yml b/alacritty--light.yml index 10b0d99..2d6695e 100644 --- a/alacritty--light.yml +++ b/alacritty--light.yml @@ -86,11 +86,6 @@ font: x: 0 y: 0 - # OS X only: use thin stroke font rendering. Thin strokes are suitable - # for retina displays, but for non-retina you probably want this set to - # false. - use_thin_strokes: true - # Use custom cursor colors. If true, display the cursor in the cursor.foreground # and cursor.background colors, otherwise invert the colors of the cursor. custom_cursor_colors: false diff --git a/alacritty.yml b/alacritty.yml index 2797736..c35eca4 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -86,11 +86,6 @@ font: x: 0 y: 0 - # OS X only: use thin stroke font rendering. Thin strokes are suitable - # for retina displays, but for non-retina you probably want this set to - # false. - use_thin_strokes: true - # Use custom cursor colors. If true, display the cursor in the cursor.foreground # and cursor.background colors, otherwise invert the colors of the cursor. custom_cursor_colors: true