Skip to content

Commit

Permalink
Create lunar.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattgamer6660 authored Oct 29, 2023
1 parent ad68000 commit 8cea968
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _sass/color_schemes/lunar.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
$color-scheme: dark;
$body-background-color: $grey-dk-300;
$body-heading-color: $grey-lt-000;
$body-text-color: $grey-lt-300;
$link-color: #7e38e0;
$nav-child-link-color: $grey-dk-000;
$sidebar-color: $grey-dk-300;
$base-button-color: #512391;
$btn-primary-color: #7e38e0;
$feedback-color: darken($sidebar-color, 3%);
$table-background-color: $grey-dk-250;
$search-background-color: $grey-dk-250;
$search-result-preview-color: $grey-dk-000;
$border-color: #4f1c80;

0 comments on commit 8cea968

Please sign in to comment.