Skip to content

Commit

Permalink
Set forest as the default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Aug 15, 2024
1 parent 63de744 commit 495aa7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/dimension/assets/scss/themes.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Default theme is forest

html[data-theme='dracula'] {
--background: #282936;
--shadow: #3a3c4e;
Expand Down Expand Up @@ -93,7 +95,7 @@ html[data-theme='razz'] {
--logo-shadow: #{scale-color($for, $lightness: -25%)};
}

html[data-theme='forest'] {
html[data-theme='forest'], :root {
$for: #178D50;
$back: #090203;

Expand Down

0 comments on commit 495aa7e

Please sign in to comment.