From 148e47de6904b89adf7239e1f3bdb831cddcbf4c Mon Sep 17 00:00:00 2001 From: "erg@chromium.org" Date: Tue, 13 Apr 2010 21:49:43 +0000 Subject: GTK: Tint omnibox icons in GTK mode differently. - Tint highlighted icons (the *_DARK variety) the color of highlighted text. - Use new variants of the IDR_OMNIBOX_HTTP* and IDR_OMNIBOX_HISTORY* icons in GTK mode where there isn't a white background. BUG=41189 TEST=none Review URL: http://codereview.chromium.org/1559029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44401 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/theme/omnibox_history_dark_transparent.png | Bin 0 -> 311 bytes chrome/app/theme/omnibox_history_transparent.png | Bin 0 -> 317 bytes chrome/app/theme/omnibox_http_dark_transparent.png | Bin 0 -> 422 bytes chrome/app/theme/omnibox_http_transparent.png | Bin 0 -> 423 bytes chrome/app/theme/theme_resources.grd | 4 ++++ 5 files changed, 4 insertions(+) create mode 100644 chrome/app/theme/omnibox_history_dark_transparent.png create mode 100644 chrome/app/theme/omnibox_history_transparent.png create mode 100644 chrome/app/theme/omnibox_http_dark_transparent.png create mode 100644 chrome/app/theme/omnibox_http_transparent.png (limited to 'chrome/app/theme') diff --git a/chrome/app/theme/omnibox_history_dark_transparent.png b/chrome/app/theme/omnibox_history_dark_transparent.png new file mode 100644 index 0000000..2edc8d8 Binary files /dev/null and b/chrome/app/theme/omnibox_history_dark_transparent.png differ diff --git a/chrome/app/theme/omnibox_history_transparent.png b/chrome/app/theme/omnibox_history_transparent.png new file mode 100644 index 0000000..4b0fc77 Binary files /dev/null and b/chrome/app/theme/omnibox_history_transparent.png differ diff --git a/chrome/app/theme/omnibox_http_dark_transparent.png b/chrome/app/theme/omnibox_http_dark_transparent.png new file mode 100644 index 0000000..4f6fa89 Binary files /dev/null and b/chrome/app/theme/omnibox_http_dark_transparent.png differ diff --git a/chrome/app/theme/omnibox_http_transparent.png b/chrome/app/theme/omnibox_http_transparent.png new file mode 100644 index 0000000..e432be1 Binary files /dev/null and b/chrome/app/theme/omnibox_http_transparent.png differ diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index c38c3b2..baa714b 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -46,9 +46,13 @@ + + + + -- cgit v1.1