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

Unified Diff: chrome/browser/themes/theme_properties.h

Issue 2064903003: Set bookmarks bar text color to #646464 in MD mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Punctuation nit Created 4 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 | « no previous file | chrome/browser/themes/theme_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/theme_properties.h
diff --git a/chrome/browser/themes/theme_properties.h b/chrome/browser/themes/theme_properties.h
index 6b323472616c8e674f6bd2c0407de3faf5ccd830..83c719cb0beb2d235c08d4510a76d48e1819c267 100644
--- a/chrome/browser/themes/theme_properties.h
+++ b/chrome/browser/themes/theme_properties.h
@@ -107,6 +107,9 @@ class ThemeProperties {
// The color of a background tab, as well as the new tab button.
COLOR_BACKGROUND_TAB,
+ // The color of the "instructions text" in an empty bookmarks bar.
+ COLOR_BOOKMARK_BAR_INSTRUCTIONS_TEXT,
+
// Colors used for the detached (NTP) bookmark bar.
COLOR_DETACHED_BOOKMARK_BAR_BACKGROUND,
COLOR_DETACHED_BOOKMARK_BAR_SEPARATOR,
« no previous file with comments | « no previous file | chrome/browser/themes/theme_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698