updated all my files for rofi
[danixland-rofi.git] / theme / main.rasi
1 /*
2 * BLACKPEARL appsmenu rofi theme
3 * tested on a 1366x768 screen
4 */
5
6 /* IMPORTS */
7 @import "libs/settings.rasi"
8 @import "libs/reset.rasi"
9
10 /** Default settings, every widget inherits from this. */
11 * {
12 /** Default background color is transparent. */
13 background-color: transparent;
14 /** Default text is white */
15 text-color: @accent;
16 }
17