2017-03-16 17:37:25 +02:00
|
|
|
/* ==========================================================================
|
|
|
|
Soft theme skin
|
|
|
|
========================================================================== */
|
2017-03-07 23:12:17 +02:00
|
|
|
|
2017-03-16 17:37:25 +02:00
|
|
|
/* Colors */
|
2017-03-07 23:12:17 +02:00
|
|
|
$base-color: mix(#625772, #a9eee6, 75%) !default;
|
|
|
|
$text-color: #625772 !default;
|
|
|
|
$accent-color: #e85482 !default;
|
|
|
|
$background-color: #fefaec !default;
|
2017-03-16 20:34:29 +02:00
|
|
|
$code-background-color: #fff !default;
|
2017-03-07 23:12:17 +02:00
|
|
|
$border-color: rgba($text-color, 0.5) !default;
|
2017-03-16 20:34:29 +02:00
|
|
|
$overlay-color: #fff !default;
|
2018-01-05 22:08:05 +02:00
|
|
|
|
|
|
|
/* Syntax highlighting (base16) colors */
|
|
|
|
$base00: #efecf4 !default;
|
|
|
|
$base01: #e2dfe7 !default;
|
|
|
|
$base02: #8b8792 !default;
|
|
|
|
$base03: #7e7887 !default;
|
|
|
|
$base04: #655f6d !default;
|
|
|
|
$base05: #585260 !default;
|
|
|
|
$base06: #26232a !default;
|
|
|
|
$base07: #19171c !default;
|
|
|
|
$base08: #be4678 !default;
|
|
|
|
$base09: #aa573c !default;
|
|
|
|
$base0a: #a06e3b !default;
|
|
|
|
$base0b: #2a9292 !default;
|
|
|
|
$base0c: #398bc6 !default;
|
|
|
|
$base0d: #576ddb !default;
|
|
|
|
$base0e: #955ae7 !default;
|
|
|
|
$base0f: #bf40bf !default;
|