diff --git a/tildes/scss/themes/_atom_one_dark.scss b/tildes/scss/themes/_atom_one_dark.scss index bd85fe3..aa911af 100644 --- a/tildes/scss/themes/_atom_one_dark.scss +++ b/tildes/scss/themes/_atom_one_dark.scss @@ -2,8 +2,8 @@ $background: hsl(220, 13%, 18%); $background-alt: #21242b; -$foreground-alt: hsl(220, 14%, 71%); -$foreground: lighten($foreground, 10%); +$foreground: hsl(220, 14%, 71%); +$foreground-alt: hsl(220, 9%, 55%); $cyan: hsl(187, 47%, 55%); $blue: hsl(207, 82%, 66%); @@ -36,4 +36,4 @@ $theme-atom-one-dark: ( body.theme-atom-one-dark { @include use-theme($theme-atom-one-dark); -} \ No newline at end of file +}