summaryrefslogtreecommitdiff
path: root/rofi/colors
diff options
context:
space:
mode:
Diffstat (limited to 'rofi/colors')
-rw-r--r--rofi/colors/dracula.rasi16
-rw-r--r--rofi/colors/onedark.rasi16
-rw-r--r--rofi/colors/tokyonight.rasi16
-rw-r--r--rofi/colors/yousai.rasi16
4 files changed, 0 insertions, 64 deletions
diff --git a/rofi/colors/dracula.rasi b/rofi/colors/dracula.rasi
deleted file mode 100644
index 7ae606d..0000000
--- a/rofi/colors/dracula.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #1E1F29FF;
- background-alt: #282A36FF;
- foreground: #FFFFFFFF;
- selected: #BD93F9FF;
- active: #50FA7BFF;
- urgent: #FF5555FF;
-}
diff --git a/rofi/colors/onedark.rasi b/rofi/colors/onedark.rasi
deleted file mode 100644
index 7c76108..0000000
--- a/rofi/colors/onedark.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #1E2127FF;
- background-alt: #282B31FF;
- foreground: #FFFFFFFF;
- selected: #61AFEFFF;
- active: #98C379FF;
- urgent: #E06C75FF;
-}
diff --git a/rofi/colors/tokyonight.rasi b/rofi/colors/tokyonight.rasi
deleted file mode 100644
index 1145cbd..0000000
--- a/rofi/colors/tokyonight.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Levi Lacoss (fishyfishfish55)
- * Github : @fishyfishfish55
- *
- * Colors
- **/
-
-* {
- background: #15161EFF;
- background-alt: #1A1B26FF;
- foreground: #C0CAF5FF;
- selected: #33467CFF;
- active: #414868FF;
- urgent: #F7768EFF;
-}
diff --git a/rofi/colors/yousai.rasi b/rofi/colors/yousai.rasi
deleted file mode 100644
index 757cab3..0000000
--- a/rofi/colors/yousai.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #F5E7DEFF;
- background-alt: #EBDCD2FF;
- foreground: #34302DFF;
- selected: #D97742FF;
- active: #BF8F60FF;
- urgent: #B23636FF;
-}