|
|
@ -1,20 +1,19 @@ |
|
|
// Colours from Atom One Dark Syntax |
|
|
// Colours from Atom One Dark Syntax |
|
|
// stylelint-disable-line max-line-length |
|
|
|
|
|
// https://github.com/atom/atom/blob/master/packages/one-dark-syntax/styles/colors.less |
|
|
// https://github.com/atom/atom/blob/master/packages/one-dark-syntax/styles/colors.less |
|
|
|
|
|
|
|
|
// Base colors |
|
|
// Base colors |
|
|
$background: hsl(220deg 13% 18%); |
|
|
|
|
|
|
|
|
$background: hsl(220deg, 13%, 18%); |
|
|
$background-alt: #21242b; |
|
|
$background-alt: #21242b; |
|
|
$foreground: hsl(220deg 14% 71%); |
|
|
|
|
|
$foreground-alt: hsl(220deg 9% 55%); |
|
|
|
|
|
|
|
|
$foreground: hsl(220deg, 14%, 71%); |
|
|
|
|
|
$foreground-alt: hsl(220deg, 9%, 55%); |
|
|
|
|
|
|
|
|
// Accent colors |
|
|
// Accent colors |
|
|
$cyan: hsl(187deg 47% 55%); |
|
|
|
|
|
$blue: hsl(207deg 82% 66%); |
|
|
|
|
|
$purple: hsl(286deg 60% 67%); |
|
|
|
|
|
$green: hsl(95deg 38% 62%); |
|
|
|
|
|
$red: hsl(355deg 65% 65%); |
|
|
|
|
|
$orange: hsl(29deg 54% 61%); |
|
|
|
|
|
|
|
|
$cyan: hsl(187deg, 47%, 55%); |
|
|
|
|
|
$blue: hsl(207deg, 82%, 66%); |
|
|
|
|
|
$purple: hsl(286deg, 60%, 67%); |
|
|
|
|
|
$green: hsl(95deg, 38%, 62%); |
|
|
|
|
|
$red: hsl(355deg, 65%, 65%); |
|
|
|
|
|
$orange: hsl(29deg, 54%, 61%); |
|
|
|
|
|
|
|
|
// Actual theme definition |
|
|
// Actual theme definition |
|
|
$theme-atom-one-dark: ( |
|
|
$theme-atom-one-dark: ( |
|
|
|