Skip to content

Commit

Permalink
Update styles for roman numerals
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Feb 9, 2023
1 parent b2bd48a commit 6910ee3
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/chord-mark-themes/scss/themes/dark1.scss
Expand Up @@ -55,18 +55,18 @@ $pink: rgb(237, 123, 255);

.cmChordLine-romanNumeral,
.cmRomanNumeral {
color: $bitterSweet;
color: $ccs-accent;
}

.cmRomanNumeral-diatonic {
font-weight: bold;
color: $ccs-background;
background-color: $bitterSweet;
background-color: $ccs-accent;
}

.cmRomanNumeral-borrowed {
color: $ccs-background;
background-color: rgba($bitterSweet, 0.7);
background-color: rgba($ccs-accent, 0.7);
}

.cmRomanNumeral-unknown {
Expand Down
20 changes: 20 additions & 0 deletions packages/chord-mark-themes/scss/themes/dark2.scss
Expand Up @@ -48,4 +48,24 @@
opacity: 0.8;
font-weight: bold;
}

.cmChordLine-romanNumeral,
.cmRomanNumeral {
color: $dracula-cyan;
}

.cmRomanNumeral-diatonic {
font-weight: bold;
color: $ccs-background;
background-color: $dracula-cyan;
}

.cmRomanNumeral-borrowed {
color: $ccs-background;
background-color: rgba($dracula-cyan, 0.7);
}

.cmRomanNumeral-unknown {
opacity: 0.8;
}
}
20 changes: 20 additions & 0 deletions packages/chord-mark-themes/scss/themes/dark3.scss
Expand Up @@ -48,4 +48,24 @@
opacity: 0.8;
font-weight: bold;
}

.cmChordLine-romanNumeral,
.cmRomanNumeral {
color: $dracula-green;
}

.cmRomanNumeral-diatonic {
font-weight: bold;
color: $ccs-background;
background-color: $dracula-green;
}

.cmRomanNumeral-borrowed {
color: $ccs-background;
background-color: rgba($dracula-green, 0.7);
}

.cmRomanNumeral-unknown {
opacity: 0.8;
}
}

0 comments on commit 6910ee3

Please sign in to comment.