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.
15 lines
435 B
15 lines
435 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
|
|
*/
|
|
|
|
@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");
|