e1a85aa5cd
* merge highlight.scss * show line number when scroll
15 lines
277 B
SCSS
15 lines
277 B
SCSS
/*
|
|
* Style: monokailight
|
|
* https://xyproto.github.io/splash/docs/monokailight.html
|
|
*/
|
|
|
|
$color: #272822;
|
|
$background-color: #fafafa;
|
|
$error-color: #960050;
|
|
$keyword-color: #00a8c8;
|
|
$text-color: #111111;
|
|
$name-color: #75af00;
|
|
$literal-color: #d88200;
|
|
|
|
@import "common.scss";
|