Fix for Whiteout theme and etc

Tweaked some colors
Moved CT a bit to the right to avoid overlapping with PTY in some languages.
Small language update
This commit is contained in:
MCelliotG
2024-08-08 14:36:42 +03:00
committed by GitHub
parent c922ff2a09
commit d6ebef864e
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
case 7: // Whiteout theme
PrimaryColor = Black;
PrimaryColorSmooth = White;
SecondaryColor = Grey;
SecondaryColor = Darkgrey;
SecondaryColorSmooth = White;
FrameColor = Darkgrey;
GreyoutColor = PureGrey;