How to change web browser's tab bar background color or image?

Hanynowsky

Running Precise. I am tweaking the ambiance theme to my taste. Yet I can't locate where I can modify the background color of the browser's tab bar (I suspect its value instruction to be somewhere in the gtk-widget or gtk-3 style files). See image: Web browser tab bar background color

Thanks in advance.

-------------------EDIT-----------------------

Solution:

Edited the following files:

  • /usr/share/themes/MyTheme/gtk-2.0/apps/chromium.rc ( style "chrome-gtk-frame"{ ...})

  • gtk.css

  • gtkrc (gtk-2.0 folder / first line of style dark - background - ) :


style "dark"
{
    color["bg_color_dark"]  = "#303030"   #original was 3c3b37
    color["fg_color_dark"]  = "#dfdbd2"
    color["selected_fg_color_dark"] = "#ffffff"

fg[NORMAL]        = @fg_color_dark
fg[PRELIGHT]      = shade (1.15, @fg_color_dark)
fg[ACTIVE]    = @fg_color_dark
fg[SELECTED]      = @selected_fg_color_dark
fg[INSENSITIVE]   = shade (0.5, @fg_color_dark)

bg[NORMAL]        = @bg_color_dark
bg[ACTIVE]    = shade (0.8, @bg_color_dark)
bg[SELECTED]      = @selected_bg_color
bg[PRELIGHT]      = shade (1.0, "#4D4C48")
bg[INSENSITIVE]   = shade (0.85, @bg_color_dark)

text[NORMAL]      = @fg_color_dark
text[PRELIGHT]    = shade (1.15, @fg_color_dark)
text[SELECTED]    = @selected_fg_color_dark
text[ACTIVE]      = @fg_color_dark
text[INSENSITIVE] = mix (0.5, @bg_color, @bg_color_dark)

}

RESULT:

Modified Browsers tab bar Background color

titaniumtux

Want to edit the desktop colors? No graphic way to do it in Ubuntu 11.10/12.04.

  1. Execute gksudo gedit /usr/share/themes/Ambiance/gtk-2.0/gtkrc
  2. Don't like orange? Change the value of selected_bg_color. Feel free to change the other colors using HTML colors.
  3. Save and exit, effects will kick in eventually.

This should set the background color for Chrome/Chromium.

See How to change tooltip background color in Unity?

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How to create a customize android tab widget, that the selected tab will change its default color background?

분류에서Dev

XPages - change background color of place bar button

분류에서Dev

Cannot change text and background color of searchbar in navigation bar

분류에서Dev

How to change color of image in JavaFX

분류에서Dev

How to change a font/background color in transparent windows?

분류에서Dev

Change Firefox new tab background

분류에서Dev

How to change section color of a stacked bar chart in Google Charts API?

분류에서Dev

Ubuntu SDK QML how to change the background color of TextField

분류에서Dev

How to change background-color of selected option in IE11?

분류에서Dev

How do I permanently change the background color of a row in a Listview?

분류에서Dev

How to setup QToolBar's background image?

분류에서Dev

Text element background color change

분류에서Dev

Background color change on page load

분류에서Dev

change background color on webpage jQuery

분류에서Dev

How to detect Mobile Browser (PHP/Javascript) and then make image/text change?

분류에서Dev

How do I change the background image of a UICollectionViewCell that has been tapped?

분류에서Dev

How to Change Button Background Image inside Listbox In Windows Phone 8

분류에서Dev

How to fade div out, change background image and fade in within a loop?

분류에서Dev

How to change the document background color when select list option for that color is selected

분류에서Dev

Get button's background color

분류에서Dev

<meter> Color Change on Animation Health Bar

분류에서Dev

how to change dynamically created div's background with on click JavaScript?

분류에서Dev

Change the background color of a layout from the code

분류에서Dev

UITableView change background color of specific cell

분류에서Dev

Flutter: How to change the status bar text color on Android and iOS when not using AppBar

분류에서Dev

How can I change background color using an if statement in PHP using CSS

분류에서Dev

How do you change the background color of a jquery mobile list view 1.40?

분류에서Dev

How can I change the purple background color of Ubuntu plymouth boot screen?

분류에서Dev

how to bring background color dynamically

Related 관련 기사

  1. 1

    How to create a customize android tab widget, that the selected tab will change its default color background?

  2. 2

    XPages - change background color of place bar button

  3. 3

    Cannot change text and background color of searchbar in navigation bar

  4. 4

    How to change color of image in JavaFX

  5. 5

    How to change a font/background color in transparent windows?

  6. 6

    Change Firefox new tab background

  7. 7

    How to change section color of a stacked bar chart in Google Charts API?

  8. 8

    Ubuntu SDK QML how to change the background color of TextField

  9. 9

    How to change background-color of selected option in IE11?

  10. 10

    How do I permanently change the background color of a row in a Listview?

  11. 11

    How to setup QToolBar's background image?

  12. 12

    Text element background color change

  13. 13

    Background color change on page load

  14. 14

    change background color on webpage jQuery

  15. 15

    How to detect Mobile Browser (PHP/Javascript) and then make image/text change?

  16. 16

    How do I change the background image of a UICollectionViewCell that has been tapped?

  17. 17

    How to Change Button Background Image inside Listbox In Windows Phone 8

  18. 18

    How to fade div out, change background image and fade in within a loop?

  19. 19

    How to change the document background color when select list option for that color is selected

  20. 20

    Get button's background color

  21. 21

    <meter> Color Change on Animation Health Bar

  22. 22

    how to change dynamically created div's background with on click JavaScript?

  23. 23

    Change the background color of a layout from the code

  24. 24

    UITableView change background color of specific cell

  25. 25

    Flutter: How to change the status bar text color on Android and iOS when not using AppBar

  26. 26

    How can I change background color using an if statement in PHP using CSS

  27. 27

    How do you change the background color of a jquery mobile list view 1.40?

  28. 28

    How can I change the purple background color of Ubuntu plymouth boot screen?

  29. 29

    how to bring background color dynamically

뜨겁다태그

보관