/* * 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 */ @define-color bg_color #21252b; @define-color fg_color #a9b2c3; @define-color acc1_color #b9ca4a; @define-color acc2_color #61afef; @import url("shared.css"); @import url("widgets/menu.css");