updated all my files for rofi
[danixland-rofi.git] / theme / runner.rasi
diff --git a/theme/runner.rasi b/theme/runner.rasi
new file mode 100644 (file)
index 0000000..fa2aabf
--- /dev/null
@@ -0,0 +1,56 @@
+/*
+ * DARKNIX runner rofi theme
+ * tested on a 1366x768 screen
+ */
+
+/* IMPORTS */
+@import "libs/settings.rasi"
+@import "libs/reset.rasi"
+
+window {
+       anchor: north;
+       location: north;
+       width: 600px;
+       height: 400px;
+       margin: 0;
+       background-color: @bg-trans;
+}
+mainbox {
+       background-color: @bg-trans;
+       children: [ inputbar, listview ];
+    border:  0;
+    padding: 0;
+}
+inputbar {
+}
+prompt {
+       enabled: false;
+}
+entry {
+       text-color: @accent;
+       background-color: @bg-focus;
+       border: 1px solid;
+       border-color: @accent;
+       border-radius: 5px;
+       padding: 10px; 
+       horizontal-align: 0.0;
+       vertical-align: 0.5;
+       placeholder: "enter app to search...";
+       placeholder-color: @fg;
+}
+listview {
+       margin: 60px 0;
+       columns: 1;
+       lines: 12;
+       expand: false;
+       /*cycle: true;*/
+       spacing: 10px;
+       /*padding: 50px 10px;*/
+}
+element {
+       text-color: @fg;
+}
+element.selected {
+       background-color: @bg-focus;
+       text-color: @accent;
+}