updated all my files for rofi
[danixland-rofi.git] / theme / main.rasi
diff --git a/theme/main.rasi b/theme/main.rasi
new file mode 100644 (file)
index 0000000..a250c66
--- /dev/null
@@ -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;
+}
+