Last active
May 7, 2018 06:08
-
-
Save ibanez270dx/90a053bc562c1c0665e0c8d0476a9626 to your computer and use it in GitHub Desktop.
Afterglow theme overrides
This file contains hidden or 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
// afterglow-syntax/styles/colors.less | |
// Add this to colors.scss in afterglow ui and syntax packages | |
@white : rgb(255, 255, 255); | |
@ghost : rgb(250, 250, 255); | |
@snow : rgb(249, 249, 254); | |
@vapor : rgb(246, 246, 251); | |
@white-smoke : rgb(245, 245, 250); | |
@silver : rgb(232, 232, 237); | |
@smoke : rgb(230, 225, 225); | |
@gainsboro : rgb(214, 214, 219); | |
@iron : rgb(204, 204, 209); | |
@base : rgb(170, 170, 175); | |
@aluminum : rgb(153, 153, 158); | |
@jumbo : rgb(136, 136, 141); | |
@monsoon : rgb(119, 119, 124); | |
@steel : rgb(97, 97, 102); | |
@charcoal : rgb(85, 85, 90); | |
@tuatara : rgb(59, 59, 64); | |
@oil : rgb(47, 47, 53); | |
@jet : rgb(41, 41, 46); | |
@mine-shaft : rgb(33, 33, 38); | |
@cod-gray : rgb(25, 25, 30); | |
@black : rgb(0, 0, 5); | |
@tuatara-transparent: rgba(64, 64, 69, 0.7); | |
// purple | |
@periwinkle: #D0D0FF; | |
@comet: #5A647E; | |
@dark-comet: #3E4658; | |
@coral-tree: #a1617a; | |
@cannon-pink: #90516b; | |
// orange | |
@copper: #cc7732; | |
@brandy-punch: #CC7832; | |
@raw-sienna: #CC7833; | |
@mojo: #c45837; | |
@tuscany: #c45330; | |
// yellow | |
@rob-roy: #E8BF6A; | |
@koromiko: #FFC66D; | |
@equator: #e5b567; | |
// green | |
@wild-willow: #b4c973; | |
@parsley: #144212; | |
// blue | |
@hippie-blue: #6D9CBE; | |
@ship-cove: #6c99bb; | |
@govenor-bay: #2F33AB; | |
// red | |
@red-berry: #990000; | |
@lonestar: #660000; |
This file contains hidden or 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
// afterglow-ui/styles/colors.less | |
// gray | |
@white : rgb(255, 255, 255); | |
@ghost : rgb(250, 250, 255); | |
@snow : rgb(249, 249, 254); | |
@vapor : rgb(246, 246, 251); | |
@white-smoke : rgb(245, 245, 250); | |
@silver : rgb(232, 232, 237); | |
@smoke : rgb(230, 225, 225); | |
@gainsboro : rgb(214, 214, 219); | |
@iron : rgb(204, 204, 209); | |
@base : rgb(170, 170, 175); | |
@aluminum : rgb(153, 153, 158); | |
@jumbo : rgb(136, 136, 141); | |
@monsoon : rgb(119, 119, 124); | |
@steel : rgb(97, 97, 102); | |
@charcoal : rgb(85, 85, 90); | |
@tuatara : rgb(59, 59, 64); | |
@oil : rgb(47, 47, 53); | |
@jet : rgb(41, 41, 46); | |
@mine-shaft : rgb(33, 33, 38); | |
@cod-gray : rgb(25, 25, 30); | |
@black : rgb(0, 0, 5); | |
@tuatara-transparent: rgba(64, 64, 69, 0.7); | |
// purple | |
@periwinkle: #D0D0FF; | |
@comet: #5A647E; | |
@dark-comet: #3E4658; | |
@coral-tree: #a1617a; | |
@cannon-pink: #90516b; | |
// orange | |
@copper: #cc7732; | |
@brandy-punch: #CC7832; | |
@raw-sienna: #CC7833; | |
@mojo: #c45837; | |
@tuscany: #c45330; | |
// yellow | |
@rob-roy: #E8BF6A; | |
@koromiko: #FFC66D; | |
@equator: #e5b567; | |
// green | |
@wild-willow: #b4c973; | |
@parsley: #144212; | |
// blue | |
@hippie-blue: #6D9CBE; | |
@ship-cove: #6c99bb; | |
@govenor-bay: #2F33AB; | |
// red | |
@red-berry: #990000; | |
@lonestar: #660000; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment