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.

19 lines
564 B

4 years ago
  1. /*
  2. * see here for theming tutorial
  3. * https://ubuntu-mate.community/t/enabling-the-gtk-inspector-to-find-css-values-for-theme-styles/20150
  4. * for an example here
  5. * https://github.com/xi/gtk-theme-clearcodes/tree/master/gtk-3.0/widgets
  6. */
  7. @import url("themes/colors_current.css");
  8. @import url("shared.css");
  9. @import url("widgets/menu.css");
  10. @import url("widgets/button.css");
  11. @import url("widgets/checkbox.css");
  12. @import url("widgets/popover.css");
  13. @import url("widgets/notebook.css");
  14. @import url("widgets/tooltip.css");
  15. @import url("widgets/treeview.css");