How can we change the border color of the window ? (here blue)

MX-21
Thanks
Code: Select all
0f56d9
Code: Select all
@define-color wm_border_focused #0f56d9;
LS -d mx-com* of /usr/share/themes wrote: drwxr-xr-x 11 root root 4.0K Oct 18 23:48 mx-comfort
drwxr-xr-x 10 root root 4.0K Oct 18 23:48 mx-comfort-dark
drwxr-xr-x 10 root root 4.0K Dec 10 13:44 mx-comfort-dark-BOB
drwxr-xr-x 3 root root 4.0K Oct 18 23:48 mx-comfort-dark-thick-border
drwxr-xr-x 3 root root 4.0K Oct 18 23:48 mx-comfort-thick-border
And I changed the color of the css variable wm_border_focused inindex.theme of dark-bob wrote: [Desktop Entry]
Type=X-GNOME-Metatheme
Name=mx-comfort-dark-BOB
Comment=
Encoding=UTF-8
[X-GNOME-Metatheme]
Name=mx-comfort-dark-BOB
GtkTheme=mx-comfort-dark-BOB
IconTheme=mx-comfort-dark
MetacityTheme=mx-comfort-dark-BOB
Code: Select all
89 @define-color wm_border_focused #fff000;
SpongeBOB wrote: Fri Dec 10, 2021 8:12 am
And I changed the color of the css variable wm_border_focused in
/usr/share/themes/mx-comfort-dark-CS/gtk-3.0/gtk.css
/usr/share/themes/mx-comfort-dark-CS/gtk-3.0/gtk-dark.css
...
But the border still remain blue.. any ideas ?
Bob
Code: Select all
glib-compile-resources gtk.resource.xml
@Huckleberry Finn sorry it was from another test, but the directory is indeed mx-comfort-dark-BOBHuckleberry Finn wrote: Fri Dec 10, 2021 10:27 amSpongeBOB wrote: Fri Dec 10, 2021 8:12 am /usr/share/themes/mx-comfort-dark-CS/gtk-3.0/gtk.css
/usr/share/themes/mx-comfort-dark-CS/gtk-3.0/gtk-dark.css![]()
/usr/share/themes/mx-comfort-dark-BOB/gtk-3.0/dist/gtk.css
Thank you @dolphin_oracle .dolphin_oracle wrote: Fri Dec 10, 2021 10:30 am ...
I *think* this i the commandexecuted from the gtk3.0 folder of the theme.Code: Select all
glib-compile-resources gtk.resource.xml
CLI wrote: root@MX21b:/usr/share/themes/mx-comfort-dark-BOB/gtk-3.0# glib-compile-resources gtk.gresource.xml
Command 'glib-compile-resources' not found, but can be installed with:
apt install libglib2.0-dev-bin
root@MX21b:/usr/share/themes/mx-comfort-dark-BOB/gtk-3.0# apt install libglib2.0-dev-bin
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libglib2.0-dev-bin
E: Couldn't find any package by glob 'libglib2.0-dev-bin'
welp it tells you how to fix it.SpongeBOB wrote: Sat Dec 11, 2021 2:38 amThank you @dolphin_oracle .dolphin_oracle wrote: Fri Dec 10, 2021 10:30 am ...
I *think* this i the commandexecuted from the gtk3.0 folder of the theme.Code: Select all
glib-compile-resources gtk.resource.xml
Unfortunately I got a problem when I try to dw the libglib2 ->
CLI wrote: root@MX21b:/usr/share/themes/mx-comfort-dark-BOB/gtk-3.0# glib-compile-resources gtk.gresource.xml
Command 'glib-compile-resources' not found, but can be installed with:
apt install libglib2.0-dev-bin
root@MX21b:/usr/share/themes/mx-comfort-dark-BOB/gtk-3.0# apt install libglib2.0-dev-bin
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libglib2.0-dev-bin
E: Couldn't find any package by glob 'libglib2.0-dev-bin'
Moderator: color removed, please stick to regular color fonts, thank you.