|
|
|
@@ -1,6 +1,7 @@ |
|
|
|
/* https://github.com/marcoms/oceanic-plus */ |
|
|
|
/* grayscale */ |
|
|
|
$base00: #1B2B34; /* editor base (bluish) */ |
|
|
|
|
|
|
|
// GRAYSCALE |
|
|
|
$base00: #1B2B34; |
|
|
|
$base01: #343D46; |
|
|
|
$base02: #4F5B66; |
|
|
|
$base03: #65737E; |
|
|
|
@@ -9,12 +10,12 @@ $base05: #C0C5CE; |
|
|
|
$base06: #CDD3DE; |
|
|
|
$base07: #D8DEE9; |
|
|
|
|
|
|
|
/* COLORS */ |
|
|
|
$base08: #EC5f67; /* red */ |
|
|
|
$base09: #F99157; /* orange */ |
|
|
|
$base0A: #FAC863; /* yellow */ |
|
|
|
$base0B: #99C794; /* jasmine */ |
|
|
|
$base0C: #5FB3B3; /* teal */ |
|
|
|
$base0D: #6699CC; /* muted blue */ |
|
|
|
$base0E: #C594C5; /* fucshia */ |
|
|
|
$base0F: #AB7967; /* brown */ |
|
|
|
// COLORS |
|
|
|
$base08: #EC5f67; // red |
|
|
|
$base09: #F99157; // orange |
|
|
|
$base0A: #FAC863; // yellow |
|
|
|
$base0B: #99C794; // jasmine |
|
|
|
$base0C: #5FB3B3; // teal |
|
|
|
$base0D: #6699CC; // muted blue |
|
|
|
$base0E: #C594C5; // fucshia |
|
|
|
$base0F: #AB7967; // brown |