Skip to content

Commit

Permalink
💄 add new theme "Chimera-nightsky" (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
SindreKjelsrud authored Jan 23, 2024
1 parent 65cff27 commit f71c322
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/compile-themes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ runs:
sass src/themes/chimera-autumn.scss build/chimera-autumn.css
sass src/themes/chimera-plain.scss build/chimera-plain.css
sass src/themes/chimera-blues.scss build/chimera-blues.css
sass src/themes/chimera-nightsky.scss build/chimera-nightsky.css
shell: bash
303 changes: 303 additions & 0 deletions build/chimera-nightsky.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/chimera-nightsky.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions src/themes/chimera-nightsky.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// fonts
$font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif;

//Color palette
$Chimera: hsl(210, 90%, 30%); // Dark Blue
$Chimera-dark: hsl(210, 90%, 20%); // Darker Blue
$Chimera-darker: hsl(210, 90%, 10%); // Darkest Blue
$Chimera-text: hsl(0, 0%, 95%); // Light Gray
$Chimera-text-secondary: hsl(0, 0%, 75%);
$Chimera-text-disabled: hsl(210, 30%, 60%);
$Chimera-bg: hsl(210, 30%, 10%); // Very Dark Blue
$Chimera-bg-secondary: hsl(210, 20%, 5%);
$Chimera-link: hsl(210, 90%, 50%);
$Chimera-focus: hsl(280, 70%, 50%);
$Chimera-fill: hsla(210, 90%, 30%, 10%);
$Chimera-border: hsl(210, 30%, 20%);

@import "../elements/main";

0 comments on commit f71c322

Please sign in to comment.