Skip to content

Commit

Permalink
template tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 9, 2024
1 parent 2cafba6 commit c9902e7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
2 changes: 1 addition & 1 deletion applications/aws_dashboard/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Set up the Theme Manager
tm = ThemeManager()
tm.set_theme("dark")
tm.set_theme("quartz")
css_files = tm.css_files()
print(css_files)

Expand Down
6 changes: 3 additions & 3 deletions themes/dark/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,11 +566,11 @@
[0.25, "rgba(70, 200, 200, 0.5)"],
[0.35, "rgba(150, 150, 150, 0.0)"],
[0.65, "rgba(150, 150, 150, 0.0)"],
[0.75, "rgba(200, 200, 70, 0.5)"],
[1.0, "rgba(240, 80, 80, 1.0)"]
[0.75, "rgba(200, 200, 100, 0.5)"],
[1.0, "rgba(255, 60, 80, 1.0)"]
],
"sequential": [
[0.0, "rgba(100, 100, 255, 0.35)"],
[0.0, "rgba(100, 100, 255, 1.0)"],
[0.4, "rgb(100, 240, 100)"],
[0.65, "rgb(200, 200, 50)"],
[0.85, "rgb(255, 100, 100)"],
Expand Down
26 changes: 11 additions & 15 deletions themes/quartz/quartz.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,23 +562,19 @@
},
"colorscale": {
"diverging": [
[0.0, "rgba(39,100,25,1.0)"],
[0.1, "rgba(77,146,33,1.0)"],
[0.2, "rgba(127,188,65,0.7)"],
[0.3, "rgba(184,225,134,0.3)"],
[0.4, "rgba(230,245,208,0.0)"],
[0.5, "rgba(247,247,247,0.0)"],
[0.6, "rgba(253,224,239,0.0)"],
[0.7, "rgba(241,182,218,0.3)"],
[0.8, "rgba(222,119,174,0.7)"],
[0.9, "rgba(197,27,125,1.0)"],
[1.0, "rgba(142,1,82,1.0)"]
[0.0, "rgba(80, 100, 255, 1.0)"],
[0.25, "rgba(70, 145, 220, 0.5)"],
[0.35, "rgba(150, 150, 150, 0.0)"],
[0.65, "rgba(150, 150, 150, 0.0)"],
[0.75, "rgba(200, 100, 140, 0.5)"],
[1.0, "rgba(240, 80, 150, 1.0)"]
],
"sequential": [
[0.0, "rgba(232,50,131,1.0)"], [0.1, "rgba(240,63,126,1.0)"], [0.2, "rgba(248,76,121,1.0)"],
[0.3, "rgba(255,89,116,1.0)"], [0.4, "rgba(255,102,111,1.0)"], [0.5, "rgba(255,116,105,1.0)"],
[0.6, "rgba(255,129,100,1.0)"], [0.7, "rgba(255,142,95,1.0)"],
[0.8, "rgba(255,155,90,1.0)"], [0.9, "rgba(255,168,85,1.0)"], [1.0, "rgba(255,181,80,1.0)"]
[0.0, "rgba(80, 100, 255, 1.0)"],
[0.25, "rgba(70, 145, 220, 1.0)"],
[0.5, "rgba(70, 220, 100, 1.0)"],
[0.75, "rgba(255, 181, 80, 1.0)"],
[1.0, "rgba(232, 50, 131, 1.0)"]
],
"sequentialminus": [
[0.0, "rgba(13,8,135,1.0)"], [0.11, "rgba(70,3,159,1.0)"], [0.22, "rgba(114,1,168,1.0)"],
Expand Down

0 comments on commit c9902e7

Please sign in to comment.