File tree 2 files changed +2
-2
lines changed
Terminal.Gui/ConsoleDrivers
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -907,7 +907,7 @@ public override void Init (Action terminalResized)
907
907
908
908
Colors . Base . Normal = MakeColor ( Color . White , Color . Blue ) ;
909
909
Colors . Base . Focus = MakeColor ( Color . Black , Color . Gray ) ;
910
- Colors . Base . HotNormal = MakeColor ( Color . Cyan , Color . Blue ) ;
910
+ Colors . Base . HotNormal = MakeColor ( Color . BrightCyan , Color . Blue ) ;
911
911
Colors . Base . HotFocus = MakeColor ( Color . BrightBlue , Color . Gray ) ;
912
912
Colors . Base . Disabled = MakeColor ( Color . DarkGray , Color . Blue ) ;
913
913
Original file line number Diff line number Diff line change @@ -1351,7 +1351,7 @@ public override void Init (Action terminalResized)
1351
1351
1352
1352
Colors . Base . Normal = MakeColor ( ConsoleColor . White , ConsoleColor . DarkBlue ) ;
1353
1353
Colors . Base . Focus = MakeColor ( ConsoleColor . Black , ConsoleColor . Gray ) ;
1354
- Colors . Base . HotNormal = MakeColor ( ConsoleColor . DarkCyan , ConsoleColor . DarkBlue ) ;
1354
+ Colors . Base . HotNormal = MakeColor ( ConsoleColor . Cyan , ConsoleColor . DarkBlue ) ;
1355
1355
Colors . Base . HotFocus = MakeColor ( ConsoleColor . Blue , ConsoleColor . Gray ) ;
1356
1356
Colors . Base . Disabled = MakeColor ( ConsoleColor . DarkGray , ConsoleColor . DarkBlue ) ;
1357
1357
You can’t perform that action at this time.
0 commit comments