summaryrefslogtreecommitdiff
path: root/rofi/colors.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'rofi/colors.rasi')
-rw-r--r--rofi/colors.rasi13
1 files changed, 13 insertions, 0 deletions
diff --git a/rofi/colors.rasi b/rofi/colors.rasi
new file mode 100644
index 0000000..48b4a9c
--- /dev/null
+++ b/rofi/colors.rasi
@@ -0,0 +1,13 @@
+* {
+ /* Theme Colors */
+ bg: #101010;
+ bg2: #4e4949;
+
+ fg: #cccccc;
+ fg2: #ebdada;
+
+ border: #202020;
+ border2: #615a5a;
+
+ transparent: #00000000;
+}