X-Git-Url: https://git.danix.xyz/?p=danixland-rofi.git;a=blobdiff_plain;f=theme%2Fmain.rasi;fp=theme%2Fmain.rasi;h=a250c6668d84d1baa7f9d1195405f38a7267f46e;hp=0000000000000000000000000000000000000000;hb=a442b5f5948a8099c458cc85b7dc3ae8a3af1f28;hpb=dfe1ea0cd0abfd1ed332cbbd85d3d73108b4be49 diff --git a/theme/main.rasi b/theme/main.rasi new file mode 100644 index 0000000..a250c66 --- /dev/null +++ b/theme/main.rasi @@ -0,0 +1,17 @@ +/* + * 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; +} +