Zlata, new skills

set Gnome tab with different colors

Gnome-terminal tabs: no contrast between active and inactive tabs

open Gnome config file

1
vim ~/.config/gtk-3.0/gtk.css

add settings for TerminalWindow

1
2
3
4
5
6
7
8
9
TerminalWindow .notebook tab:active {
background-color: #f2f1f0;
foreground-color: #000000;
}
TerminalWindow .notebook tab {
background-color: #B6AFA8;
foreground-color: #1e1d1c;
}