forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Colorway additions and management (additions of GMK Nautilus and SA J…
…ukebox) (qmk#4) * Add GMK Nautilus colorway (includes SCSS file for Pantone color codes) GMK Nautilus used Pantone codes for some of its colors. I know other sets have as well, so those color codes will need to go in pantone.scss. * Add SA Jukebox colorway * Add capitalization rules for SA and DSA keysets Some forward planning... * Add colorway profile prefixes * Sort colorways by profile and name Grouped the sets by profile - SA, GMK, then DSA. Each profile's colorways are sorted by name alphabetically. * Disable DSA Drifter per mechmerlin Can re-enable if/when we get permission.
- Loading branch information
1 parent
8892b4c
commit dfc1411
Showing
5 changed files
with
116 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
$color-pantone-534C: rgb(27,54,93); | ||
$color-pantone-533C: rgb(31,42,68); |