Zmiana koloru tła okien

Tylko tematy nie mieszczące się powyżej.
Awatar użytkownika
Lindt13
Serdeczny Borsuk
Serdeczny Borsuk
Posty: 119
Rejestracja: 12 maja 2017, 20:28
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME

Zmiana koloru tła okien

Post autor: Lindt13 »

Mam motyw, który bardzo mi się podoba, ale średnio odpowiada mi barwa tła okien (chodzi o miejsce, które widzimy pod ikonami po otwarciu menedżera plików - domyślnie jest ono białe).
Przeszukiwałem pliki motywu i zmieniłem kolory wszystkich plików .svg, które były czarne. Niestety bez skutku. Później w plikach gtk.css zmieniałem dane zsapisane jako kolory w HSV. Niestety wszystko bezskutecznie. Prawdą jest, że to wszystko było zmieniane na chybił-trafił, ale i tak myślałem że uda mi się "zgadnąć" gdzie zapisana jest informacja o kolorze tła. Niestety okazało się to trudniejsze.
Czy ktoś wie gdzie taka informacja może być zapisana? Fragment z pliki gtk.css z katalogu gtk-3.20 poniżej:
/* dark color scheme */
@define-color dark_bg_color #009c69;
@define-color dark_fg_color #009c69;
/* colormap actually used by the theme, to be overridden in other css files */
@define-color theme_bg_color #009c69;
@define-color theme_fg_color #009c69;
@define-color theme_base_color #009c69;
@define-color theme_text_color #009c69;
@define-color theme_selected_bg_color #009c69;
@define-color theme_selected_fg_color #009c69;
@define-color theme_tooltip_bg_color #009c69;
@define-color theme_tooltip_fg_color #009c69;
/* shadow effects */
@define-color light_shadow #030303;
@define-color dark_shadow #00302a;
/* misc colors used by gtk+ */
@define-color info_fg_color #041a1e;
@define-color info_bg_color #a870ff;
@define-color warning_fg_color #041a1e;
@define-color warning_bg_color #d9731c;
@define-color question_fg_color #041a1e;
@define-color question_bg_color #a870ff;
@define-color error_fg_color #041a1e;
@define-color error_bg_color #f56349;
@define-color link_color #5a81ff;
@define-color success_color #0e9491;
@define-color warning_color #d9731c;
@define-color error_color #f56349;
/* widget colors */
@define-color titlebar_bg_focused @dark_bg_color;
@define-color titlebar_bg_unfocused @theme_bg_color;
@define-color titlebar_fg_focused @dark_fg_color;
@define-color titlebar_fg_unfocused mix(#01f2d1,#020202,0.4);
@define-color menubar_bg_color @dark_bg_color;
@define-color menubar_fg_color @dark_fg_color;
@define-color toolbar_bg_color @theme_bg_color;
@define-color toolbar_fg_color @theme_fg_color;
@define-color menu_bg_color @dark_bg_color;
@define-color menu_fg_color @dark_fg_color;
@define-color panel_bg_color @dark_bg_color;
@define-color panel_fg_color @dark_fg_color;
@define-color borders mix(#020202,#01f2d1,0.18);
@define-color unfocused_borders mix(#020202,mix(#020202,#01f2d1,0.18),0.9);
@define-color button_bg_color #041a1e;
@define-color button_fg_color #01edcd;
@define-color header_button_bg_color #075e9a;
@define-color header_button_fg_color #eaeaea;
@define-color insensitive_bg_color mix(#020202,#041a1e,0.6);
@define-color insensitive_fg_color mix(#01f2d1,#020202,0.5);
/* osd */
@define-color osd_base #020202;
@define-color osd_bg rgba(2, 2, 2, 0.8);
@define-color osd_fg #01f2d1;
@define-color osd_insensitive_bg_color mix(#01f2d1,rgba(2, 2, 2, 0.8),0.5);
@define-color osd_insensitive_fg_color mix(#01f2d1,#020202,0.6);
@define-color osd_borders_color rgba(2, 2, 2, 0.8);
/* lightdm greeter colors */
@define-color lightdm_bg_color #020202;
@define-color lightdm_fg_color #01f2d1;
/* widget text/foreground color on backdrop windows */
@define-color theme_unfocused_fg_color mix(#01f2d1,#020202,0.5);
/* text color for entries, views and content in general on backdrop windows */
@define-color theme_unfocused_text_color #eaeaea;
/* widget base background color on backdrop windows */
@define-color theme_unfocused_bg_color #020202;
/* text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #041a1e;
/* base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #0e9491;
/* text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color #f4f4f4;
/* insensitive color on backdrop windows*/
@define-color unfocused_insensitive_color black;
/* window manager colors */
@define-color wm_bg_focused #020202;
@define-color wm_bg_unfocused #020202;
@define-color wm_border_focused #0c4343;
@define-color wm_border_unfocused #082d2d;
@define-color wm_title_focused #01f2d1;
@define-color wm_title_unfocused mix(#01f2d1,#020202,0.4);
@define-color wm_icons_focused #01f2d1;
@define-color wm_icons_focused_prelight #0e9491;
@define-color wm_icons_focused_pressed #0b7674;
@define-color wm_icons_unfocused mix(#01f2d1,#020202,0.4);
@define-color wm_icons_unfocused_prelight #0e9491;
@define-color wm_icons_unfocused_pressed #0b7674;
JerzyB
Sędziwy Jeż
Sędziwy Jeż
Posty: 79
Rejestracja: 25 lut 2011, 16:33
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: KDE Plasma
Architektura: x86_64
Lokalizacja: Lublin

Re: Zmiana koloru tła okien

Post autor: JerzyB »

Ustawienia systemowe - kolory
ODPOWIEDZ

Wróć do „Inne”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 56 gości