Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 12250  / 1 Year ago, sun, january 29, 2023, 2:44:29

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


More From » unity

 Answers
5

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?


[#39511] Monday, January 30, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fulpu

Total Points: 116
Total Questions: 118
Total Answers: 104

Location: Solomon Islands
Member since Fri, Oct 8, 2021
3 Years ago
;