/usr/share/themes/BlackMATE/apps/yumex.css is in mate-themes 3.22.16-4ubuntu1.
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | /*the order of the widgets is important! */
.button,
.menu-button {
padding: 6px;
}
column-header {
padding: 1px 2px;
}
column-header.button,
column-header .button {
border-image: none;
border-width: 0px 0px 1px 1px;
border-radius: 0;
border-style: solid;
border-color: @less_dark_color;
padding: 2px;
}
.view {
background-color: shade(@less_dark_color, 2.4);
color: @theme_main_color;
}
/* PackageView */
GtkPaned.vertical GtkBox.horizontal .view {
background-color: shade(@less_dark_color, 2.8);
}
GtkPaned.vertical GtkBox.vertical {
background-image: linear-gradient(to top,
@toolbar_gradient_base,
@bg_color);
border-radius: 5px 5px 0px 5px;
}
/* group view */
GtkPaned.horizontal .frame .view {
background-color: shade(@bg_color, 0.8);
color: @theme_fg_color;
}
GtkPaned.vertical .frame .view {
background-color: shade(@less_dark_color, 2.4);
}
/* infobar */
GtkRevealer .frame {
background-color: shade(@less_dark_color, 0.4);
}
GtkRevealer .frame .horizontal {
background-color: shade(@less_dark_color, 0.6);
border-radius: 4px;
}
|