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