[vlc-commits] macosx: make sure to use the 'VLC' orange

Felix Paul Kühne git at videolan.org
Thu May 30 21:12:33 CEST 2019


vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Thu May 30 20:21:12 2019 +0200| [836c7f0fb405f6da3ee7bbafebc6cd20cca1ef31] | committer: Felix Paul Kühne

macosx: make sure to use the 'VLC' orange

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

 modules/gui/macosx/extensions/NSColor+VLCAdditions.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/extensions/NSColor+VLCAdditions.m b/modules/gui/macosx/extensions/NSColor+VLCAdditions.m
index 3e17ac64a9..6482412aac 100644
--- a/modules/gui/macosx/extensions/NSColor+VLCAdditions.m
+++ b/modules/gui/macosx/extensions/NSColor+VLCAdditions.m
@@ -26,7 +26,7 @@
 
 + (instancetype)VLClibraryHighlightColor
 {
-    return [NSColor colorWithRed:0.96 green:0.5 blue:.0 alpha:1.];
+    return [NSColor colorWithRed:1. green:136./255. blue:.0 alpha:1.];
 }
 
 + (instancetype)VLClibraryLightTitleColor



More information about the vlc-commits mailing list