Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: remoting/ios/app/remoting_theme.h

Issue 2957943002: [CRD iOS] Add the host setup instruction page (Closed)
Patch Set: Resolve Feedback Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/ios/app/host_setup_view_controller.mm ('k') | remoting/ios/app/remoting_theme.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « remoting/ios/app/host_setup_view_controller.mm ('k') | remoting/ios/app/remoting_theme.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698