Skip to content

Commit

Permalink
Update themes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Aug 12, 2024
1 parent 6753f6e commit 7e47556
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ shortcode = "DC"
name = "nord"
shortcode = "ND"
[[params.styles]]
name = "purple"
shortcode = "PU"
name = "jo"
shortcode = "JO"
[[params.styles]]
name = "tuna"
shortcode = "TU"
Expand Down
2 changes: 1 addition & 1 deletion themes/dimension/assets/scss/themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ html[data-theme='palenight'] {
--link: #FFFFFF;
}

html[data-theme='purple'] {
html[data-theme='jo'] {
--background: #001100;
--primary: #8575fb;
--link: #a296ff;
Expand Down
2 changes: 1 addition & 1 deletion themes/dimension/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="bar" id="footer">
<small>
Themes: {{ range .Site.Params.styles -}}<a href="#" data-theme="{{ .name }}">{{ .shortcode }}</a>&nbsp;{{ end }}
Themes: {{ range .Site.Params.styles -}}<a href="#" data-theme="{{ .name }}" title="{{ .name | title }}">{{ .shortcode }}</a>&nbsp;{{ end }}
</small>
</div>

0 comments on commit 7e47556

Please sign in to comment.