Skip to content

Commit aa52042

Browse files
committed
make 'automatic' the default
1 parent fd8072a commit aa52042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cascadia/TerminalSettingsModel/MTSMSettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Author(s):
136136
X(ConvergedAlignment, BackgroundImageAlignment, "backgroundImageAlignment", ConvergedAlignment::Horizontal_Center | ConvergedAlignment::Vertical_Center) \
137137
X(hstring, BackgroundImagePath, "backgroundImage") \
138138
X(Model::IntenseStyle, IntenseTextStyle, "intenseTextStyle", Model::IntenseStyle::Bright) \
139-
X(Core::AdjustTextMode, AdjustIndistinguishableColors, "adjustIndistinguishableColors", Core::AdjustTextMode::Never) \
139+
X(Core::AdjustTextMode, AdjustIndistinguishableColors, "adjustIndistinguishableColors", Core::AdjustTextMode::Automatic) \
140140
X(bool, UseAcrylic, "useAcrylic", false)
141141

142142
// Intentionally omitted Appearance settings:

0 commit comments

Comments
 (0)