Tweaking Chrome style with Ubuntu theme

I'm using Ubuntu 16.04 with ARC theme. In the GTK2 file I found:

# Chrome/Chromium
widget_class "*Chrom*Button*" style "button"
widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item"
# Chromium
style "chrome_menu_item" { bg[SELECTED] = @selected_bg_color }

and I can change chrome selected Menu BG color there. I want to change these colors:

chrome

chrome

  • Bookmark panel background color
  • Menu border color
  • Menu item hover text color
  • Address bar suggestion selected color and background color

How can I do that?

4 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like