Mam wiele otwartych okien terminali z czarnym tłem, a czarny cień na czarnym tle jest całkowicie zatracony, gdy się nakładają. Jest to problem w przypadku wszystkich okien z czarnym tłem. Kiedyś modyfikowałem unity.css, aby dodać obramowania okien , ale 17.10 to Gnome i to już nie działa! Nie widzę też żadnych kontrolek motywu Gnome w interfejsie ustawień.
Pracował w Ubuntu 17.04, ale nie 17.10
Edytuj /usr/share/themes/Ambiance/gtk-3.20/apps/unity.css
i zmień
-UnityDecoration-extents: 28px 0 0 0;
do
-UnityDecoration-extents: 28px 2 2 2;
Nie działa: gnome-terminal.css
Edytować /usr/share/themes/Ambiance/gtk-3.20/apps/gnome-terminal.css
@define-color terminal_border #ff0000;
vte-terminal.terminal-screen {
-TerminalScreen-background-darkness: 0.95;
background-color: @terminal_bg;
color: #fff;
border-width: 1px 1px 0px 1px;
border-color: @terminal_border;
}
Nie działa: gnome-applications.css
Edytuj, /usr/share/themes/Ambiance/gtk-3.20/apps/gnome-applications.css
aby powiedzieć
TerminalScreen {
background-color: @theme_base_color;
color: @theme_fg_color;
-TerminalScreen-background-darkness: 0.95;
border-bottom-width: 2px;
border-right-width: 2px;
border-left-width: 2px;
}
TerminalWindow GtkNotebook.notebook {
border-bottom-width: 2px;
border-right-width: 2px;
border-left-width: 2px;
}
Możliwa wskazówka:
Może powinienem coś edytować /usr/share/gnome-shell/theme
?
alternatives.log:update-alternatives 2017-11-12 10:59:31:
run with --install /usr/share/gnome-shell/theme/gdm3.css gdm3.css
/usr/share/gnome-shell/theme/ubuntu.css 10
alternatives.log:update-alternatives 2017-11-12 10:59:31:
link group gdm3.css updated to point to
/usr/share/gnome-shell/theme/ubuntu.css