[vlc-commits] macosx: Use better colors for text in VLCHUDTextFieldCells

Marvin Scholz git at videolan.org
Mon Dec 5 13:36:48 CET 2016


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Mon Dec  5 13:02:59 2016 +0100| [38e9a1728573d5048c3d944000b5d595b04dadeb] | committer: Marvin Scholz

macosx: Use better colors for text in VLCHUDTextFieldCells

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38e9a1728573d5048c3d944000b5d595b04dadeb
---

 modules/gui/macosx/VLCHUDTextFieldCell.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/macosx/VLCHUDTextFieldCell.m b/modules/gui/macosx/VLCHUDTextFieldCell.m
index 1b779d3..4f1460d 100644
--- a/modules/gui/macosx/VLCHUDTextFieldCell.m
+++ b/modules/gui/macosx/VLCHUDTextFieldCell.m
@@ -62,8 +62,8 @@
 {
     myCustomDrawsBorder = self.bordered || self.bezeled;
     myCustomDrawsBackground = self.drawsBackground;
-    _enabledTextColor  = [NSColor greenColor];
-    _disabledTextColor = [NSColor blueColor];
+    _enabledTextColor  = [NSColor whiteColor];
+    _disabledTextColor = [NSColor grayColor];
     _enabledBorderColor = [NSColor yellowColor];
     _disabledBorderColor = [NSColor greenColor];
     _enabledBackgroundColor = [NSColor purpleColor];



More information about the vlc-commits mailing list