We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee73519 commit 8ac1958Copy full SHA for 8ac1958
src/js/theme.js
@@ -409,7 +409,7 @@ var theme = (function(){
409
opacity: 0.4
410
}
411
},{
412
-name: "Snow Glow",
+name: "Snow",
413
font: {
414
display: {
415
name: "Righteous",
@@ -439,12 +439,12 @@ var theme = (function(){
439
440
},
441
accent: {
442
-r: 59,
443
-g: 207,
444
-b: 214
+r: 181,
+g: 226,
+b: 236
445
446
radius: 0,
447
-shadow: 0.5,
+shadow: 0.25,
448
style: "light",
449
shade: {
450
opacity: 0.6
@@ -775,7 +775,7 @@ var theme = (function(){
775
shadow: 0,
776
style: "dark",
777
778
-opacity: 0.4
+opacity: 0.7
779
780
781
name: "Pumpkin",
0 commit comments