[vlc-commits] Add RebeccaPurple color
Jean-Baptiste Kempf
git at videolan.org
Fri Oct 16 00:45:04 CEST 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 16 00:44:45 2015 +0200| [0ad88e130be73fd7e8f301b43c5d3b292bc2c3a8] | committer: Jean-Baptiste Kempf
Add RebeccaPurple color
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ad88e130be73fd7e8f301b43c5d3b292bc2c3a8
---
include/vlc_text_style.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/vlc_text_style.h b/include/vlc_text_style.h
index f64c521..7d85fa8 100644
--- a/include/vlc_text_style.h
+++ b/include/vlc_text_style.h
@@ -340,6 +340,7 @@ static const struct {
{ "Plum", 0xDDA0DD },
{ "PowderBlue", 0xB0E0E6 },
{ "Purple", 0x800080 },
+ { "RebeccaPurple", 0x663399 },
{ "Red", 0xFF0000 },
{ "RosyBrown", 0xBC8F8F },
{ "RoyalBlue", 0x4169E1 },
More information about the vlc-commits
mailing list