aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi/launchers/slate/styles/Indigo.rasi
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2022-12-04 18:23:46 -0600
committerAlec Goncharow <alec@goncharow.dev>2022-12-04 18:23:46 -0600
commit1ec73cc2c14d2f62c32046d9585c3a745531d37a (patch)
tree8b9c6b2e5ba43ce1248c114758a55df9467cab64 /.config/rofi/launchers/slate/styles/Indigo.rasi
parentb257edf16c9b8b14ebb542e857a29c74fea00495 (diff)
Fresh start
Diffstat (limited to '.config/rofi/launchers/slate/styles/Indigo.rasi')
-rw-r--r--.config/rofi/launchers/slate/styles/Indigo.rasi36
1 files changed, 0 insertions, 36 deletions
diff --git a/.config/rofi/launchers/slate/styles/Indigo.rasi b/.config/rofi/launchers/slate/styles/Indigo.rasi
deleted file mode 100644
index e403909..0000000
--- a/.config/rofi/launchers/slate/styles/Indigo.rasi
+++ /dev/null
@@ -1,36 +0,0 @@
-/* -- Indigo -- */
-
-* {
-shade1: #1A237E;
-shade2: #283593;
-shade3: #303F9F;
-shade4: #3949AB;
-shade5: #3F51B5;
-shade6: #5C6BC0;
-shade7: #7986CB;
-shade8: #9FA8DA;
-}
-
-/**** Comment One First To Use Another ****/
-
-/* -- Dark -- */
-* {
- border: @shade1;
- border-alt: @shade2;
- background: @shade3;
- background-alt: @shade3;
- selected: @shade4;
- foreground: #ffffff;
- urgent: #DA4453;
-}
-
-/* -- light -- */
-* {
- border: @shade8;
- border-alt: @shade7;
- background: @shade6;
- background-alt: @shade6;
- selected: @shade5;
- foreground: #ffffff;
- urgent: #DA4453;
-}