b03390d237
Revert "Merge branch 'canary' into master (#711)"
This reverts commit 8a597a5c9c
.
15 lines
266 B
SCSS
15 lines
266 B
SCSS
/*
|
|
* Style: monokai
|
|
* https://xyproto.github.io/splash/docs/monokai.html
|
|
*/
|
|
|
|
$color: #f8f8f2;
|
|
$background-color: #272822;
|
|
$error-color: #bb0064;
|
|
$keyword-color: #66d9ef;
|
|
$text-color: $color;
|
|
$name-color: #a6e22e;
|
|
$literal-color: #e6db74;
|
|
|
|
@import "common.scss";
|