You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
713 B
23 lines
713 B
/*
|
|
* see here for theming tutorial
|
|
* https://ubuntu-mate.community/t/enabling-the-gtk-inspector-to-find-css-values-for-theme-styles/20150
|
|
* for an example here
|
|
* https://github.com/xi/gtk-theme-clearcodes/tree/master/gtk-3.0/widgets
|
|
*/
|
|
|
|
@import url("themes/colors_current.css");
|
|
|
|
@import url("shared.css");
|
|
|
|
@import url("widgets/menu.css");
|
|
@import url("widgets/button.css");
|
|
@import url("widgets/checkbox.css");
|
|
@import url("widgets/popover.css");
|
|
@import url("widgets/notebook.css");
|
|
@import url("widgets/tooltip.css");
|
|
@import url("widgets/treeview.css");
|
|
@import url("widgets/headerbar.css");
|
|
@import url("widgets/list.css");
|
|
@import url("widgets/progressbar.css");
|
|
|
|
@import url("effects/overshoot.css");
|