aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi/themes/colors.rasi
diff options
context:
space:
mode:
Diffstat (limited to '.config/rofi/themes/colors.rasi')
-rw-r--r--.config/rofi/themes/colors.rasi18
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/rofi/themes/colors.rasi b/.config/rofi/themes/colors.rasi
new file mode 100644
index 0000000..d1419e4
--- /dev/null
+++ b/.config/rofi/themes/colors.rasi
@@ -0,0 +1,18 @@
+/* colors */
+
+* {
+ alternative: #00101212;
+ background: #101010ff;
+ seperator: #00101212;
+ foreground: #FAFAFA;
+ ac: #00000000;
+ red: #CECCC9;
+ green: #CECCC9;
+ yellow: #CECCC9;
+ blue: #CECCC9;
+ purple: #CECCC9;
+ cyan: #CECCC9;
+ black: #101212;
+ cyber: #53E2AE;
+ orange: #fe8019;
+}