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

Unified Diff: ui/file_manager/file_manager/background/js/background.js

Issue 2433263002: Files app: Update color scheme. (Closed)
Patch Set: Files app: Update color scheme. Created 4 years, 2 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 | « no previous file | ui/file_manager/file_manager/foreground/css/common.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/background/js/background.js
diff --git a/ui/file_manager/file_manager/background/js/background.js b/ui/file_manager/file_manager/background/js/background.js
index bff74cf70ee9fe0190ff2b8c8c536f1172359f4d..ee0414d9a891ce82b2c6610872cc5e0d6b07da4a 100644
--- a/ui/file_manager/file_manager/background/js/background.js
+++ b/ui/file_manager/file_manager/background/js/background.js
@@ -296,7 +296,7 @@ var FILE_MANAGER_WINDOW_CREATE_OPTIONS = {
height: Math.min(Math.round(window.screen.availHeight * 0.8), 600)
},
frame: {
- color: '#1976d2'
+ color: '#254fae'
},
minWidth: 480,
minHeight: 300
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/css/common.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698