summaryrefslogtreecommitdiff
path: root/.config/rofi
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-06-05 17:02:06 +0400
committerAndrew <saintruler@gmail.com>2020-06-05 17:02:06 +0400
commitea8ff6d7638cdd1f36cc978f1734759158b969b0 (patch)
tree18893c91594a2d58bb6757f592a076c5496e300e /.config/rofi
Initial commit
Diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/slate.rasi43
1 files changed, 43 insertions, 0 deletions
diff --git a/.config/rofi/slate.rasi b/.config/rofi/slate.rasi
new file mode 100644
index 0000000..762c1b0
--- /dev/null
+++ b/.config/rofi/slate.rasi
@@ -0,0 +1,43 @@
+* {
+ background-color: #32302f;
+ border-color: #32302f;
+ text-color: #ebdbb2;
+ 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: 10px;
+}
+
+element selected {
+ background-color: #504945;
+}