summaryrefslogtreecommitdiff
path: root/.config/rofi/colors/tokyonight.rasi
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2024-09-16 11:47:28 +0800
committergarhve <git@garhve.com>2024-09-16 11:47:28 +0800
commitbcfda983efdd527f75de54c35f5366f23e774233 (patch)
tree13df9f98cd06f78dbfa666b0e0e834346c76c247 /.config/rofi/colors/tokyonight.rasi
initialize
Diffstat (limited to '.config/rofi/colors/tokyonight.rasi')
-rw-r--r--.config/rofi/colors/tokyonight.rasi16
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/rofi/colors/tokyonight.rasi b/.config/rofi/colors/tokyonight.rasi
new file mode 100644
index 0000000..1145cbd
--- /dev/null
+++ b/.config/rofi/colors/tokyonight.rasi
@@ -0,0 +1,16 @@
+/**
+ *
+ * Author : Levi Lacoss (fishyfishfish55)
+ * Github : @fishyfishfish55
+ *
+ * Colors
+ **/
+
+* {
+ background: #15161EFF;
+ background-alt: #1A1B26FF;
+ foreground: #C0CAF5FF;
+ selected: #33467CFF;
+ active: #414868FF;
+ urgent: #F7768EFF;
+}