mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-09 14:59:21 +01:00
[design] change theme name
This commit is contained in:
parent
4fdf44b60e
commit
aec2fa333d
@ -208,24 +208,24 @@
|
|||||||
background-color: rgb(var(--theme-preset-accent-chocorum))
|
background-color: rgb(var(--theme-preset-accent-chocorum))
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-preset-background-sunbloom-01 {
|
.theme-preset-background-sunburst-01 {
|
||||||
background-color: rgb(var(--theme-preset-background-sunbloom-01))
|
background-color: rgb(var(--theme-preset-background-sunburst-01))
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-preset-background-sunbloom-02 {
|
.theme-preset-background-sunburst-02 {
|
||||||
background-color: rgb(var(--theme-preset-background-sunbloom-02))
|
background-color: rgb(var(--theme-preset-background-sunburst-02))
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-preset-background-sunbloom-03 {
|
.theme-preset-background-sunburst-03 {
|
||||||
background-color: rgb(var(--theme-preset-background-sunbloom-03))
|
background-color: rgb(var(--theme-preset-background-sunburst-03))
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-preset-background-sunbloom-04 {
|
.theme-preset-background-sunburst-04 {
|
||||||
background-color: rgb(var(--theme-preset-background-sunbloom-04))
|
background-color: rgb(var(--theme-preset-background-sunburst-04))
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-preset-accent-sunbloom {
|
.theme-preset-accent-sunburst {
|
||||||
background-color: rgb(var(--theme-preset-accent-sunbloom))
|
background-color: rgb(var(--theme-preset-accent-sunburst))
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-preset-background-coralgreen-01 {
|
.theme-preset-background-coralgreen-01 {
|
||||||
|
@ -56,11 +56,11 @@
|
|||||||
--theme-preset-background-chocorum-03: 25, 25, 25;
|
--theme-preset-background-chocorum-03: 25, 25, 25;
|
||||||
--theme-preset-background-chocorum-04: 25, 25, 25;
|
--theme-preset-background-chocorum-04: 25, 25, 25;
|
||||||
--theme-preset-accent-chocorum: 25, 25, 25;
|
--theme-preset-accent-chocorum: 25, 25, 25;
|
||||||
--theme-preset-background-sunbloom-01: 25, 25, 25;
|
--theme-preset-background-sunburst-01: 25, 25, 25;
|
||||||
--theme-preset-background-sunbloom-02: 25, 25, 25;
|
--theme-preset-background-sunburst-02: 25, 25, 25;
|
||||||
--theme-preset-background-sunbloom-03: 25, 25, 25;
|
--theme-preset-background-sunburst-03: 25, 25, 25;
|
||||||
--theme-preset-background-sunbloom-04: 25, 25, 25;
|
--theme-preset-background-sunburst-04: 25, 25, 25;
|
||||||
--theme-preset-accent-sunbloom: 25, 25, 25;
|
--theme-preset-accent-sunburst: 25, 25, 25;
|
||||||
--theme-preset-background-coralgreen-01: 25, 25, 25;
|
--theme-preset-background-coralgreen-01: 25, 25, 25;
|
||||||
--theme-preset-background-coralgreen-02: 25, 25, 25;
|
--theme-preset-background-coralgreen-02: 25, 25, 25;
|
||||||
--theme-preset-background-coralgreen-03: 25, 25, 25;
|
--theme-preset-background-coralgreen-03: 25, 25, 25;
|
||||||
|
@ -1382,15 +1382,15 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="button-wrap form-inline">
|
<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">
|
<div class="theme-preset-preview">
|
||||||
<span class="theme-preset-background-01 theme-preset-background-sunbloom-01"></span>
|
<span class="theme-preset-background-01 theme-preset-background-sunburst-01"></span>
|
||||||
<span class="theme-preset-background-02 theme-preset-background-sunbloom-02"></span>
|
<span class="theme-preset-background-02 theme-preset-background-sunburst-02"></span>
|
||||||
<span class="theme-preset-background-03 theme-preset-background-sunbloom-03"></span>
|
<span class="theme-preset-background-03 theme-preset-background-sunburst-03"></span>
|
||||||
<span class="theme-preset-background-04 theme-preset-background-sunbloom-04"></span>
|
<span class="theme-preset-background-04 theme-preset-background-sunburst-04"></span>
|
||||||
<span class="theme-preset-accent theme-preset-accent-sunbloom"></span>
|
<span class="theme-preset-accent theme-preset-accent-sunburst"></span>
|
||||||
</div>
|
</div>
|
||||||
<span class="button-text small">Sun Bloom</span>
|
<span class="button-text small">Sun Burst</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="button-wrap form-inline">
|
<div class="button-wrap form-inline">
|
||||||
|
@ -2609,10 +2609,10 @@ var control = (function() {
|
|||||||
render.class();
|
render.class();
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
element: helper.e(".control-theme-preset-sunbloom"),
|
element: helper.e(".control-theme-preset-sunburst"),
|
||||||
type: "button",
|
type: "button",
|
||||||
func: function() {
|
func: function() {
|
||||||
theme.preset("sunbloom");
|
theme.preset("sunburst");
|
||||||
theme.style.check();
|
theme.style.check();
|
||||||
theme.render.color.shade();
|
theme.render.color.shade();
|
||||||
theme.render.accent.color();
|
theme.render.accent.color();
|
||||||
|
@ -255,7 +255,7 @@ var theme = (function() {
|
|||||||
radius: 0.75,
|
radius: 0.75,
|
||||||
style: "dark"
|
style: "dark"
|
||||||
},
|
},
|
||||||
sunbloom: {
|
sunburst: {
|
||||||
color: {
|
color: {
|
||||||
hsl: {
|
hsl: {
|
||||||
h: 54,
|
h: 54,
|
||||||
|
Loading…
Reference in New Issue
Block a user