Skip to content

Commit

Permalink
update #24
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Jan 7, 2022
1 parent 947cac4 commit 78e5421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sass/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@function theme($color) {
@if ($color_type == 'nord') {
@if ($theme == 'default') {
@if ($variant == 'light') { @return #2b303b; }
@if ($variant == 'light') { @return #434c5e; }
@else { @return #dbdee5; }
}
@if ($theme == 'purple') { @return #b57daa; }
Expand Down Expand Up @@ -103,13 +103,13 @@
@if ($type == 'e') { @return #000000; }
@if ($type == 'f') { @return #030303; }
@if ($type == 'g') { @return #0F0F0F; }
@if ($type == 'h') { @return #121212; }
@if ($type == 'h') { @return #121212; }
}
@if ($color_type == 'midblackness') {
@if ($type == 'a') { @return #FFFFFF; }
@if ($type == 'b') { @return #FAFAFA; }
@if ($type == 'c') { @return #F2F2F2; }
@if ($type == 'd') { @return #CCCCCC; }
@if ($type == 'd') { @return #CCCCCC; }
@if ($type == 'e') { @return lighten($black, 4.0%); }
@if ($type == 'f') { @return lighten($black, 4.0% * 2); }
@if ($type == 'g') { @return lighten($black, 4.0% * 3); }
Expand Down

0 comments on commit 78e5421

Please sign in to comment.