Skip to content

Commit fa9d3a1

Browse files
committed
Revert "Enable ExtendedColors by default"
This reverts commit 1ba0e36.
1 parent e75d6a4 commit fa9d3a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ internal static bool CaretLineFrame
188188

189189
internal static bool ExtendedColors
190190
{
191-
get => GetRegValue("ExtendedColors", true);
191+
get => GetRegValue("ExtendedColors", false);
192192
set => SetRegValue("ExtendedColors", value);
193193
}
194194

0 commit comments

Comments
 (0)