Skip to content

Commit

Permalink
theme tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 10, 2024
1 parent 7e0e094 commit 92d6f03
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 220 deletions.
4 changes: 2 additions & 2 deletions src/sageworks/themes/dark/custom.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
h1, h2, h3, h4 {
color: rgb(220, 220, 220); /* We want the text to dark gray */
color: rgb(220, 220, 220); /* We want the headers off white */
}
body {
color: rgb(180, 180, 180); /* We want the text to dark gray */
color: rgb(180, 180, 180); /* We want the text dim white */
}

/* Custom CSS to style bold text */
Expand Down
13 changes: 13 additions & 0 deletions src/sageworks/themes/light/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
h1, h2, h3, h4 {
color: rgb(60, 60, 60); /* We want the headers dark gray */
}

body {
color: rgb(80, 80, 80); /* Dark gray text */
background: linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 50%, rgba(147,150,195,1) 100%);
}

/* Custom CSS to style bold text */
b, strong {
color: rgb(120, 120, 240); /* Replace with your desired RGB color */
}
103 changes: 13 additions & 90 deletions src/sageworks/themes/light/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,96 +562,19 @@
},
"colorscale": {
"diverging": [
[
0,
"#8e0152"
],
[
0.1,
"#c51b7d"
],
[
0.2,
"#de77ae"
],
[
0.3,
"#f1b6da"
],
[
0.4,
"#fde0ef"
],
[
0.5,
"#f7f7f7"
],
[
0.6,
"#e6f5d0"
],
[
0.7,
"#b8e186"
],
[
0.8,
"#7fbc41"
],
[
0.9,
"#4d9221"
],
[
1,
"#276419"
]
[0.0, "rgba(80, 80, 240, 1.0)"],
[0.25, "rgba(70, 200, 200, 0.5)"],
[0.30, "rgba(70, 200, 200, 0.0)"],
[0.70, "rgba(200, 200, 100, 0.0)"],
[0.75, "rgba(200, 200, 100, 0.5)"],
[1.0, "rgba(120, 30, 30, 1.0)"]
],
"sequential": [
[
0.0,
"#0d6efd"
],
[
0.1,
"#286eef"
],
[
0.2,
"#426fe2"
],
[
0.30000000000000004,
"#5d6fd4"
],
[
0.4,
"#786fc7"
],
[
0.5,
"#926fb9"
],
[
0.6000000000000001,
"#ad70ac"
],
[
0.7000000000000001,
"#c8709e"
],
[
0.8,
"#e37091"
],
[
0.9,
"#fd7083"
],
[
1.0,
"#ff7176"
]
[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)"],
[1.0, "rgb(255, 100, 100)"]
],
"sequentialminus": [
[
Expand Down Expand Up @@ -725,8 +648,8 @@
"mapbox": {
"style": "light"
},
"paper_bgcolor": "#fff",
"plot_bgcolor": "#fff",
"paper_bgcolor": "rgba(240, 240, 240, 1)",
"plot_bgcolor": "rgba(240, 240, 240, 1)",
"polar": {
"angularaxis": {
"gridcolor": "#EBF0F8",
Expand Down
144 changes: 16 additions & 128 deletions src/sageworks/themes/quartz_dark/quartz_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,138 +562,26 @@
},
"colorscale": {
"diverging": [
[
0,
"#8e0152"
],
[
0.1,
"#c51b7d"
],
[
0.2,
"#de77ae"
],
[
0.3,
"#f1b6da"
],
[
0.4,
"#fde0ef"
],
[
0.5,
"#f7f7f7"
],
[
0.6,
"#e6f5d0"
],
[
0.7,
"#b8e186"
],
[
0.8,
"#7fbc41"
],
[
0.9,
"#4d9221"
],
[
1,
"#276419"
]
[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,
"#e83283"
],
[
0.1,
"#f03f7e"
],
[
0.2,
"#f84c79"
],
[
0.30000000000000004,
"#ff5974"
],
[
0.4,
"#ff666f"
],
[
0.5,
"#ff7469"
],
[
0.6000000000000001,
"#ff8164"
],
[
0.7000000000000001,
"#ff8e5f"
],
[
0.8,
"#ff9b5a"
],
[
0.9,
"#ffa855"
],
[
1.0,
"#ffb550"
]
[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,
"#0d0887"
],
[
0.1111111111111111,
"#46039f"
],
[
0.2222222222222222,
"#7201a8"
],
[
0.3333333333333333,
"#9c179e"
],
[
0.4444444444444444,
"#bd3786"
],
[
0.5555555555555556,
"#d8576b"
],
[
0.6666666666666666,
"#ed7953"
],
[
0.7777777777777778,
"#fb9f3a"
],
[
0.8888888888888888,
"#fdca26"
],
[
1.0,
"#f0f921"
]
[0.0, "rgba(13,8,135,1.0)"], [0.11, "rgba(70,3,159,1.0)"], [0.22, "rgba(114,1,168,1.0)"],
[0.33, "rgba(156,23,158,1.0)"], [0.44, "rgba(189,55,134,1.0)"],
[0.55, "rgba(216,87,107,1.0)"], [0.66, "rgba(237,121,83,1.0)"],
[0.77, "rgba(251,159,58,1.0)"], [0.88, "rgba(253,202,38,1.0)"],
[1.0, "rgba(240,249,33,1.0)"]
]
},
"colorway": [
Expand Down

0 comments on commit 92d6f03

Please sign in to comment.