Score:1

how to change google chrome colors from a gtk theme

us flag

I am currently using the dracula theme in gnome, but it has the problem that the active google chrome tab is the same color as the rest

There are other gtk themes that manage to change the title bar color, but I am not succeeding.

I have edited the theme and changed the selected_bg_color property, but I can't get the colors to change in chrome, I'm using ubuntu 18.04

I know that I could add a theme to google chrome, but unfortunately adding a theme loses the styling of the title bar buttons in gtk

Dracula theme:

enter image description here

Materia theme:

enter image description here

Score:0
sb flag

To change color of current tab:-
Open a New Tab in Chrome. On the right hand corner, click on Customize Chrome. Then go to Color and Theme and select the color you want. This way chrome shows the colors you selected. Not the color selected by gtk themes.

us flag
using custom colors and themes in chrome configuration loses the styling of the title bar buttons (close, minimize, maximize) in gtk :(
Score:0
us flag

Finnaly, I achive change this, the stpes are the folowing (using dracula theme):

  1. execute gulp default in the dracula theme folder

  2. modify the .scss files in the gtk-3.20, for example create new file withthe folowing:

    .background.chromium { color: $fg_color; background-color: $base_color; }

  3. change the theme to refresh changes

enter image description here

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.