Aitron Emper
commited on
Upload Applio.py
Browse files- assets/themes/Applio.py +6 -6
assets/themes/Applio.py
CHANGED
|
@@ -55,10 +55,10 @@ class Applio(Base):
|
|
| 55 |
|
| 56 |
super().set(
|
| 57 |
# Blaise
|
| 58 |
-
background_fill_primary="
|
| 59 |
-
background_fill_primary_dark="
|
| 60 |
-
background_fill_secondary="
|
| 61 |
-
background_fill_secondary_dark="
|
| 62 |
block_background_fill="*neutral_800",
|
| 63 |
block_background_fill_dark="*neutral_800",
|
| 64 |
block_border_color="*border_color_primary",
|
|
@@ -98,8 +98,8 @@ class Applio(Base):
|
|
| 98 |
block_title_text_color_dark="*neutral_200",
|
| 99 |
block_title_text_size="*text_md",
|
| 100 |
block_title_text_weight="600",
|
| 101 |
-
body_background_fill="
|
| 102 |
-
body_background_fill_dark="
|
| 103 |
body_text_color="white",
|
| 104 |
body_text_color_dark="white",
|
| 105 |
body_text_color_subdued="*neutral_400",
|
|
|
|
| 55 |
|
| 56 |
super().set(
|
| 57 |
# Blaise
|
| 58 |
+
background_fill_primary="#09090B",
|
| 59 |
+
background_fill_primary_dark="#09090B",
|
| 60 |
+
background_fill_secondary="#09090B",
|
| 61 |
+
background_fill_secondary_dark="#09090B",
|
| 62 |
block_background_fill="*neutral_800",
|
| 63 |
block_background_fill_dark="*neutral_800",
|
| 64 |
block_border_color="*border_color_primary",
|
|
|
|
| 98 |
block_title_text_color_dark="*neutral_200",
|
| 99 |
block_title_text_size="*text_md",
|
| 100 |
block_title_text_weight="600",
|
| 101 |
+
body_background_fill="#09090B",
|
| 102 |
+
body_background_fill_dark="#09090B",
|
| 103 |
body_text_color="white",
|
| 104 |
body_text_color_dark="white",
|
| 105 |
body_text_color_subdued="*neutral_400",
|