/* * BLACKPEARL appsmenu rofi theme * tested on a 1366x768 screen */ /* IMPORTS */ @import "libs/settings.rasi" @import "libs/reset.rasi" /** Default settings, every widget inherits from this. */ * { /** Default background color is transparent. */ background-color: transparent; /** Default text is white */ text-color: @accent; }