diff --git a/src/css/theme.css b/src/css/theme.css index 893035e1..6090d015 100644 --- a/src/css/theme.css +++ b/src/css/theme.css @@ -208,24 +208,24 @@ background-color: rgb(var(--theme-preset-accent-chocorum)) } -.theme-preset-background-sunbloom-01 { - background-color: rgb(var(--theme-preset-background-sunbloom-01)) +.theme-preset-background-sunburst-01 { + background-color: rgb(var(--theme-preset-background-sunburst-01)) } -.theme-preset-background-sunbloom-02 { - background-color: rgb(var(--theme-preset-background-sunbloom-02)) +.theme-preset-background-sunburst-02 { + background-color: rgb(var(--theme-preset-background-sunburst-02)) } -.theme-preset-background-sunbloom-03 { - background-color: rgb(var(--theme-preset-background-sunbloom-03)) +.theme-preset-background-sunburst-03 { + background-color: rgb(var(--theme-preset-background-sunburst-03)) } -.theme-preset-background-sunbloom-04 { - background-color: rgb(var(--theme-preset-background-sunbloom-04)) +.theme-preset-background-sunburst-04 { + background-color: rgb(var(--theme-preset-background-sunburst-04)) } -.theme-preset-accent-sunbloom { - background-color: rgb(var(--theme-preset-accent-sunbloom)) +.theme-preset-accent-sunburst { + background-color: rgb(var(--theme-preset-accent-sunburst)) } .theme-preset-background-coralgreen-01 { diff --git a/src/css/variables.css b/src/css/variables.css index 2736683a..4daf64da 100644 --- a/src/css/variables.css +++ b/src/css/variables.css @@ -56,11 +56,11 @@ --theme-preset-background-chocorum-03: 25, 25, 25; --theme-preset-background-chocorum-04: 25, 25, 25; --theme-preset-accent-chocorum: 25, 25, 25; - --theme-preset-background-sunbloom-01: 25, 25, 25; - --theme-preset-background-sunbloom-02: 25, 25, 25; - --theme-preset-background-sunbloom-03: 25, 25, 25; - --theme-preset-background-sunbloom-04: 25, 25, 25; - --theme-preset-accent-sunbloom: 25, 25, 25; + --theme-preset-background-sunburst-01: 25, 25, 25; + --theme-preset-background-sunburst-02: 25, 25, 25; + --theme-preset-background-sunburst-03: 25, 25, 25; + --theme-preset-background-sunburst-04: 25, 25, 25; + --theme-preset-accent-sunburst: 25, 25, 25; --theme-preset-background-coralgreen-01: 25, 25, 25; --theme-preset-background-coralgreen-02: 25, 25, 25; --theme-preset-background-coralgreen-03: 25, 25, 25; diff --git a/src/index.html b/src/index.html index 4ba69c98..3765cffb 100644 --- a/src/index.html +++ b/src/index.html @@ -1382,15 +1382,15 @@
-
diff --git a/src/js/control.js b/src/js/control.js index 664dd0e4..05dcab6f 100644 --- a/src/js/control.js +++ b/src/js/control.js @@ -2609,10 +2609,10 @@ var control = (function() { render.class(); } }, { - element: helper.e(".control-theme-preset-sunbloom"), + element: helper.e(".control-theme-preset-sunburst"), type: "button", func: function() { - theme.preset("sunbloom"); + theme.preset("sunburst"); theme.style.check(); theme.render.color.shade(); theme.render.accent.color(); diff --git a/src/js/theme.js b/src/js/theme.js index 4d499e47..ce1c8347 100644 --- a/src/js/theme.js +++ b/src/js/theme.js @@ -255,7 +255,7 @@ var theme = (function() { radius: 0.75, style: "dark" }, - sunbloom: { + sunburst: { color: { hsl: { h: 54,