aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi/pywal.rasi
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-06-21 22:05:17 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-06-21 22:05:17 +0200
commit47a4416df21412a9184a9b5045233260c1cb80bb (patch)
treebd5463ec7698868ab61d84a1ae0af1ebd4984ce8 /.config/rofi/pywal.rasi
dots v2
Diffstat (limited to '.config/rofi/pywal.rasi')
-rw-r--r--.config/rofi/pywal.rasi40
1 files changed, 40 insertions, 0 deletions
diff --git a/.config/rofi/pywal.rasi b/.config/rofi/pywal.rasi
new file mode 100644
index 0000000..7297da0
--- /dev/null
+++ b/.config/rofi/pywal.rasi
@@ -0,0 +1,40 @@
+* {
+ background-color: #14141533;
+ text-color: #c4c4c4;
+ spacing: 0;
+ width: 720px;
+}
+
+inputbar {
+ border: 0 0 1px 0;
+ children: [prompt, entry];
+}
+
+prompt {
+ padding: 16px;
+}
+
+textbox {
+ background-color: #141415;
+ border-color: #141415;
+ padding: 8px 16px;
+}
+
+entry {
+ padding: 16px;
+}
+
+listview {
+ cycle: false;
+ margin: 0 0 -1px 0;
+ scrollbar: false;
+}
+
+element {
+ padding: 16px;
+}
+
+element selected {
+ background-color: #66615a;
+ text-color: #c4c4c4;
+} \ No newline at end of file