crcdng
commited on
Commit
·
d2102b2
1
Parent(s):
86d89de
button text colors
Browse files- README.md +6 -1
- themes/[email protected] +2 -2
README.md
CHANGED
@@ -12,6 +12,11 @@ license: apache-2.0
|
|
12 |
---
|
13 |
# cyber
|
14 |
## Description
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
16 |
## Contributions
|
17 |
Thanks to [@crcdng](https://huggingface.co/crcdng) for adding this gradio theme!
|
|
|
12 |
---
|
13 |
# cyber
|
14 |
## Description
|
15 |
+
Work in progress.
|
16 |
+
|
17 |
+
The default theme only provides primary, secondary and neutral color. I am "abusing" the color palettes which allows to add more colors.
|
18 |
+
|
19 |
+
[source of color scheme](https://www.cssscript.com/demo/cyberpunk-2077/)
|
20 |
+
|
21 |
## Contributions
|
22 |
Thanks to [@crcdng](https://huggingface.co/crcdng) for adding this gradio theme!
|
themes/[email protected]
CHANGED
@@ -161,7 +161,7 @@
|
|
161 |
"button_primary_shadow_dark": "none",
|
162 |
"button_primary_shadow_hover": "*button_primary_shadow",
|
163 |
"button_primary_shadow_hover_dark": "*button_primary_shadow",
|
164 |
-
"button_primary_text_color": "
|
165 |
"button_primary_text_color_dark": "white",
|
166 |
"button_primary_text_color_hover": "red",
|
167 |
"button_primary_text_color_hover_dark": "red",
|
@@ -179,7 +179,7 @@
|
|
179 |
"button_secondary_shadow_dark": "*button_primary_shadow",
|
180 |
"button_secondary_shadow_hover": "*button_secondary_shadow",
|
181 |
"button_secondary_shadow_hover_dark": "*button_secondary_shadow",
|
182 |
-
"button_secondary_text_color": "
|
183 |
"button_secondary_text_color_dark": "white",
|
184 |
"button_secondary_text_color_hover": "red",
|
185 |
"button_secondary_text_color_hover_dark": "red",
|
|
|
161 |
"button_primary_shadow_dark": "none",
|
162 |
"button_primary_shadow_hover": "*button_primary_shadow",
|
163 |
"button_primary_shadow_hover_dark": "*button_primary_shadow",
|
164 |
+
"button_primary_text_color": "*neutral_700",
|
165 |
"button_primary_text_color_dark": "white",
|
166 |
"button_primary_text_color_hover": "red",
|
167 |
"button_primary_text_color_hover_dark": "red",
|
|
|
179 |
"button_secondary_shadow_dark": "*button_primary_shadow",
|
180 |
"button_secondary_shadow_hover": "*button_secondary_shadow",
|
181 |
"button_secondary_shadow_hover_dark": "*button_secondary_shadow",
|
182 |
+
"button_secondary_text_color": "*neutral_700",
|
183 |
"button_secondary_text_color_dark": "white",
|
184 |
"button_secondary_text_color_hover": "red",
|
185 |
"button_secondary_text_color_hover_dark": "red",
|