Created
June 8, 2019 15:05
-
-
Save prati0100/417725cf29d0abc970005bc21acfa03b to your computer and use it in GitHub Desktop.
Atom darker-one-dark colors.less modification
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
| // Config ----------------------------------- | |
| @syntax-hue: 220; | |
| @syntax-saturation: 13%; | |
| @syntax-brightness: 18%; | |
| // Monochrome ----------------------------------- | |
| @mono-1: hsl(214, 5%, 75%); // default text | |
| @mono-2: hsl(@syntax-hue, 9%, 55%); | |
| @mono-3: hsl(@syntax-hue, 10%, 40%); | |
| // Colors ----------------------------------- | |
| @hue-1: hsl(186, 54%, 50%); // <-cyan | |
| @hue-2: hsl(210, 89%, 65%); // <-blue | |
| @hue-3: hsl(286, 60%, 65%); // <-purple | |
| @hue-4: hsl(94, 57%, 58%); // <-green | |
| @hue-5: hsl(354, 59%, 65%); // <-red 1 | |
| @hue-5-2: hsl( 5, 48%, 70%); // <-red 2 | |
| @hue-6: hsl( 29, 54%, 60%); // <-orange 1 | |
| @hue-6-2: hsl( 39, 67%, 85%); // <-orange 2 | |
| // Base colors ----------------------------------- | |
| @syntax-fg: @mono-1; | |
| @syntax-bg: hsl(217, 13%, 7%); | |
| @syntax-gutter: darken(@syntax-fg, 26%); | |
| @syntax-guide: fade(@syntax-fg, 15%); | |
| @syntax-accent: hsl(@syntax-hue, 100%, 66% ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment