diff options
| author | ryukamish <[email protected]> | 2026-04-27 15:52:03 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-27 15:52:03 +0530 |
| commit | d4d57e6a513f6404934c5c8ecf481ed80b4fc4f3 (patch) | |
| tree | 4006cfed3fa43b00bee21a57727c8c1283b79dd6 /rofi/colors | |
| parent | 45aaa45d258a6eddba61a1c737e3c9861fc0dd78 (diff) | |
fix: color overhaul
Diffstat (limited to 'rofi/colors')
| -rw-r--r-- | rofi/colors/dracula.rasi | 16 | ||||
| -rw-r--r-- | rofi/colors/onedark.rasi | 16 | ||||
| -rw-r--r-- | rofi/colors/tokyonight.rasi | 16 | ||||
| -rw-r--r-- | rofi/colors/yousai.rasi | 16 |
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; -} |
