黒い背景で複数のターミナルウィンドウを開いていますが、黒い背景の黒い影が重なると完全に失われます。これは、背景が黒のウィンドウの問題です。以前はunity.cssを変更してウィンドウの境界線を追加していましたが、17.10はGnomeであり、これはもう機能しません!設定UIにもGnomeテーマコントロールは表示されません。
Ubuntu 17.04で動作しましたが、17.10では動作しませんでした
編集/usr/share/themes/Ambiance/gtk-3.20/apps/unity.cssと変更
-UnityDecoration-extents: 28px 0 0 0;
に
-UnityDecoration-extents: 28px 2 2 2;
動作しない:gnome-terminal.css
編集 /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;
}
動作しない:gnome-applications.css
/usr/share/themes/Ambiance/gtk-3.20/apps/gnome-applications.css
発言して編集
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;
}
可能なヒント:
多分私は何かを編集する必要があり/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
          