aboutsummaryrefslogtreecommitdiff
path: root/config/rofi/colors
diff options
context:
space:
mode:
Diffstat (limited to 'config/rofi/colors')
-rw-r--r--config/rofi/colors/adapta.rasi16
-rw-r--r--config/rofi/colors/arc.rasi16
-rw-r--r--config/rofi/colors/black.rasi16
-rw-r--r--config/rofi/colors/catppuccin.rasi16
-rw-r--r--config/rofi/colors/cyberpunk.rasi16
-rw-r--r--config/rofi/colors/dracula.rasi16
-rw-r--r--config/rofi/colors/everforest.rasi16
-rw-r--r--config/rofi/colors/gruvbox.rasi16
-rw-r--r--config/rofi/colors/lovelace.rasi16
-rw-r--r--config/rofi/colors/navy.rasi16
-rw-r--r--config/rofi/colors/nord.rasi16
-rw-r--r--config/rofi/colors/onedark.rasi16
-rw-r--r--config/rofi/colors/paper.rasi16
-rw-r--r--config/rofi/colors/solarized.rasi16
-rw-r--r--config/rofi/colors/tokyonight.rasi16
-rw-r--r--config/rofi/colors/yousai.rasi16
16 files changed, 0 insertions, 256 deletions
diff --git a/config/rofi/colors/adapta.rasi b/config/rofi/colors/adapta.rasi
deleted file mode 100644
index dcde9e5..0000000
--- a/config/rofi/colors/adapta.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #222D32FF;
- background-alt: #29353BFF;
- foreground: #B8C2C6FF;
- selected: #00BCD4FF;
- active: #21FF90FF;
- urgent: #FF4B60FF;
-}
diff --git a/config/rofi/colors/arc.rasi b/config/rofi/colors/arc.rasi
deleted file mode 100644
index 0dfb773..0000000
--- a/config/rofi/colors/arc.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #2F343FFF;
- background-alt: #383C4AFF;
- foreground: #BAC5D0FF;
- selected: #5294E2FF;
- active: #98C379FF;
- urgent: #E06B74FF;
-}
diff --git a/config/rofi/colors/black.rasi b/config/rofi/colors/black.rasi
deleted file mode 100644
index fa7b76f..0000000
--- a/config/rofi/colors/black.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #000000FF;
- background-alt: #101010FF;
- foreground: #FFFFFFFF;
- selected: #62AEEFFF;
- active: #98C379FF;
- urgent: #E06B74FF;
-}
diff --git a/config/rofi/colors/catppuccin.rasi b/config/rofi/colors/catppuccin.rasi
deleted file mode 100644
index 62c5945..0000000
--- a/config/rofi/colors/catppuccin.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #1E1D2FFF;
- background-alt: #282839FF;
- foreground: #D9E0EEFF;
- selected: #7AA2F7FF;
- active: #ABE9B3FF;
- urgent: #F28FADFF;
-}
diff --git a/config/rofi/colors/cyberpunk.rasi b/config/rofi/colors/cyberpunk.rasi
deleted file mode 100644
index f5fa0e7..0000000
--- a/config/rofi/colors/cyberpunk.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #000B1EFF;
- background-alt: #0A1528FF;
- foreground: #0ABDC6FF;
- selected: #0ABDC6FF;
- active: #00FF00FF;
- urgent: #FF0000FF;
-}
diff --git a/config/rofi/colors/dracula.rasi b/config/rofi/colors/dracula.rasi
deleted file mode 100644
index 7ae606d..0000000
--- a/config/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/config/rofi/colors/everforest.rasi b/config/rofi/colors/everforest.rasi
deleted file mode 100644
index 83d4f71..0000000
--- a/config/rofi/colors/everforest.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #323D43FF;
- background-alt: #3C474DFF;
- foreground: #DAD1BEFF;
- selected: #7FBBB3FF;
- active: #A7C080FF;
- urgent: #E67E80FF;
-}
diff --git a/config/rofi/colors/gruvbox.rasi b/config/rofi/colors/gruvbox.rasi
deleted file mode 100644
index 2ee85d0..0000000
--- a/config/rofi/colors/gruvbox.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #282828FF;
- background-alt: #353535FF;
- foreground: #EBDBB2FF;
- selected: #83A598FF;
- active: #B8BB26FF;
- urgent: #FB4934FF;
-}
diff --git a/config/rofi/colors/lovelace.rasi b/config/rofi/colors/lovelace.rasi
deleted file mode 100644
index 80140ee..0000000
--- a/config/rofi/colors/lovelace.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #1D1F28FF;
- background-alt: #282A36FF;
- foreground: #FDFDFDFF;
- selected: #79E6F3FF;
- active: #5ADECDFF;
- urgent: #F37F97FF;
-}
diff --git a/config/rofi/colors/navy.rasi b/config/rofi/colors/navy.rasi
deleted file mode 100644
index 1289f53..0000000
--- a/config/rofi/colors/navy.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #021B21FF;
- background-alt: #0C252BFF;
- foreground: #F2F1B9FF;
- selected: #44B5B1FF;
- active: #7CBF9EFF;
- urgent: #C2454EFF;
-}
diff --git a/config/rofi/colors/nord.rasi b/config/rofi/colors/nord.rasi
deleted file mode 100644
index c6bc05d..0000000
--- a/config/rofi/colors/nord.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #2E3440FF;
- background-alt: #383E4AFF;
- foreground: #E5E9F0FF;
- selected: #81A1C1FF;
- active: #A3BE8CFF;
- urgent: #BF616AFF;
-}
diff --git a/config/rofi/colors/onedark.rasi b/config/rofi/colors/onedark.rasi
deleted file mode 100644
index 7c76108..0000000
--- a/config/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/config/rofi/colors/paper.rasi b/config/rofi/colors/paper.rasi
deleted file mode 100644
index c3d76e8..0000000
--- a/config/rofi/colors/paper.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #F1F1F1FF;
- background-alt: #E0E0E0FF;
- foreground: #252525FF;
- selected: #008EC4FF;
- active: #10A778FF;
- urgent: #C30771FF;
-}
diff --git a/config/rofi/colors/solarized.rasi b/config/rofi/colors/solarized.rasi
deleted file mode 100644
index 9051e13..0000000
--- a/config/rofi/colors/solarized.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Colors
- **/
-
-* {
- background: #002B36FF;
- background-alt: #073642FF;
- foreground: #EEE8D5FF;
- selected: #268BD2FF;
- active: #859900FF;
- urgent: #DC322FFF;
-}
diff --git a/config/rofi/colors/tokyonight.rasi b/config/rofi/colors/tokyonight.rasi
deleted file mode 100644
index 1145cbd..0000000
--- a/config/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/config/rofi/colors/yousai.rasi b/config/rofi/colors/yousai.rasi
deleted file mode 100644
index 757cab3..0000000
--- a/config/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;
-}