/etc/xdg/lxlauncher/gtk.css is in lxlauncher 0.2.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | GtkViewport {
background: none;
}
.notebook {
background: #3675AD;
font: Sans Bold 11;
}
.notebook > .frame,
.notebook > .vertical {
background: #B7D6EA;
}
.notebook > .horizontal .label {
color: #B7D6EA;
}
.notebook > .horizontal.active-page .label {
color: #FFFFFF;
}
.notebook > .vertical .label,
.button .label {
color: #3675AD;
}
|