aboutsummaryrefslogtreecommitdiff
path: root/rofi/slate.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'rofi/slate.rasi')
-rw-r--r--rofi/slate.rasi43
1 files changed, 43 insertions, 0 deletions
diff --git a/rofi/slate.rasi b/rofi/slate.rasi
new file mode 100644
index 0000000..20133a9
--- /dev/null
+++ b/rofi/slate.rasi
@@ -0,0 +1,43 @@
+* {
+ background-color: #282C33;
+ border-color: #2e343f;
+ text-color: #8ca0aa;
+ spacing: 0;
+ width: 512px;
+}
+
+inputbar {
+ border: 0 0 1px 0;
+ children: [prompt,entry];
+}
+
+prompt {
+ padding: 16px;
+ border: 0 1px 0 0;
+}
+
+textbox {
+ background-color: #2e343f;
+ border: 0 0 1px 0;
+ border-color: #282C33;
+ padding: 8px 16px;
+}
+
+entry {
+ padding: 16px;
+}
+
+listview {
+ cycle: false;
+ margin: 0 0 -1px 0;
+ scrollbar: false;
+}
+
+element {
+ border: 0 0 1px 0;
+ padding: 16px;
+}
+
+element selected {
+ background-color: #2e343f;
+}