[design] change theme name

This commit is contained in:
zombieFox 2019-12-26 09:39:35 -07:00
parent 4fdf44b60e
commit aec2fa333d
5 changed files with 25 additions and 25 deletions

View File

@ -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 {

View File

@ -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;

View File

@ -1382,15 +1382,15 @@
</button>
</div>
<div class="button-wrap form-inline">
<button class="control-theme-preset-sunbloom theme-preset-button button mb-0" tabindex="-1">
<button class="control-theme-preset-sunburst theme-preset-button button mb-0" tabindex="-1">
<div class="theme-preset-preview">
<span class="theme-preset-background-01 theme-preset-background-sunbloom-01"></span>
<span class="theme-preset-background-02 theme-preset-background-sunbloom-02"></span>
<span class="theme-preset-background-03 theme-preset-background-sunbloom-03"></span>
<span class="theme-preset-background-04 theme-preset-background-sunbloom-04"></span>
<span class="theme-preset-accent theme-preset-accent-sunbloom"></span>
<span class="theme-preset-background-01 theme-preset-background-sunburst-01"></span>
<span class="theme-preset-background-02 theme-preset-background-sunburst-02"></span>
<span class="theme-preset-background-03 theme-preset-background-sunburst-03"></span>
<span class="theme-preset-background-04 theme-preset-background-sunburst-04"></span>
<span class="theme-preset-accent theme-preset-accent-sunburst"></span>
</div>
<span class="button-text small">Sun Bloom</span>
<span class="button-text small">Sun Burst</span>
</button>
</div>
<div class="button-wrap form-inline">

View File

@ -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();

View File

@ -255,7 +255,7 @@ var theme = (function() {
radius: 0.75,
style: "dark"
},
sunbloom: {
sunburst: {
color: {
hsl: {
h: 54,