Update theme.py
Browse files
theme.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
#----------Start of theme----------
|
4 |
theme = gr.themes.Ocean(
|
5 |
primary_hue="zinc",
|
6 |
-
secondary_hue="
|
7 |
neutral_hue="neutral",
|
8 |
font=[gr.themes.GoogleFont('Kavivanar'), gr.themes.GoogleFont('Kavivanar'), 'system-ui', 'sans-serif'],
|
9 |
font_mono=[gr.themes.GoogleFont('Source Code Pro'), gr.themes.GoogleFont('Inconsolata'), gr.themes.GoogleFont('Inconsolata'), 'monospace'],
|
@@ -36,7 +36,7 @@ theme = gr.themes.Ocean(
|
|
36 |
panel_background_fill='*primary_200',
|
37 |
accordion_text_color='*primary_600',
|
38 |
checkbox_border_radius='*radius_xl',
|
39 |
-
slider_color='*primary_600',
|
40 |
table_text_color='*primary_600',
|
41 |
input_background_fill='*primary_50',
|
42 |
input_background_fill_focus='*primary_100',
|
@@ -56,5 +56,8 @@ theme = gr.themes.Ocean(
|
|
56 |
button_primary_text_color_hover='*primary_700',
|
57 |
button_cancel_background_fill='*primary_500',
|
58 |
button_cancel_background_fill_hover='*primary_400'
|
|
|
|
|
|
|
59 |
)
|
60 |
#----------End of theme----------
|
|
|
3 |
#----------Start of theme----------
|
4 |
theme = gr.themes.Ocean(
|
5 |
primary_hue="zinc",
|
6 |
+
secondary_hue="stone",
|
7 |
neutral_hue="neutral",
|
8 |
font=[gr.themes.GoogleFont('Kavivanar'), gr.themes.GoogleFont('Kavivanar'), 'system-ui', 'sans-serif'],
|
9 |
font_mono=[gr.themes.GoogleFont('Source Code Pro'), gr.themes.GoogleFont('Inconsolata'), gr.themes.GoogleFont('Inconsolata'), 'monospace'],
|
|
|
36 |
panel_background_fill='*primary_200',
|
37 |
accordion_text_color='*primary_600',
|
38 |
checkbox_border_radius='*radius_xl',
|
39 |
+
#slider_color='*primary_600',
|
40 |
table_text_color='*primary_600',
|
41 |
input_background_fill='*primary_50',
|
42 |
input_background_fill_focus='*primary_100',
|
|
|
56 |
button_primary_text_color_hover='*primary_700',
|
57 |
button_cancel_background_fill='*primary_500',
|
58 |
button_cancel_background_fill_hover='*primary_400'
|
59 |
+
|
60 |
+
loader_color="#FF0000",
|
61 |
+
slider_color="#FF0000",
|
62 |
)
|
63 |
#----------End of theme----------
|