| Index: remoting/ios/app/remoting_theme.h
|
| diff --git a/remoting/ios/app/remoting_theme.h b/remoting/ios/app/remoting_theme.h
|
| index 2e621021fb111b26998240a2a8cd18624fa4c79c..6ff50112100149add79a4214fd2814037e670bf8 100644
|
| --- a/remoting/ios/app/remoting_theme.h
|
| +++ b/remoting/ios/app/remoting_theme.h
|
| @@ -17,6 +17,10 @@
|
| @property(class, nonatomic, readonly) UIColor* menuBlueColor;
|
| @property(class, nonatomic, readonly) UIColor* offlineHostColor;
|
| @property(class, nonatomic, readonly) UIColor* onlineHostColor;
|
| +@property(class, nonatomic, readonly) UIColor* buttonTextColor;
|
| +@property(class, nonatomic, readonly) UIColor* setupListBackgroundColor;
|
| +@property(class, nonatomic, readonly) UIColor* setupListTextColor;
|
| +@property(class, nonatomic, readonly) UIColor* setupListNumberColor;
|
|
|
| // Icons
|
|
|
|
|