summaryrefslogtreecommitdiff
path: root/rofi/config.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'rofi/config.rasi')
-rw-r--r--rofi/config.rasi21
1 files changed, 21 insertions, 0 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi
new file mode 100644
index 0000000..c2884dc
--- /dev/null
+++ b/rofi/config.rasi
@@ -0,0 +1,21 @@
+/* Original theme author: Newman Sanchez (https://github.com/newmanls) */
+/* The theme is adjusted to no longer be rounded */
+
+@theme "/dev/null"
+
+* {
+ fg0: #E6EEF2; /* primary text (light) */
+ fg1: #C9D0D3; /* secondary text */
+ fg2: #9DA4A7; /* prompt / muted text */
+ fg3: #858B8E; /* placeholder / subtle */
+
+ bg0: #6b6b6b; /* window background (a bit lighter) */
+ bg1: #4C4C4C; /* inputbar & list background */
+ bg2: #6B6B6B; /* hover / message panel */
+ bg3: #4C4C4C; /* selected element background (lighter than before) */
+}
+@import "shape.rasi"
+
+element selected {
+ text-color: @bg1;
+}