mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 17:11:43 +00:00
updated theme
This commit is contained in:
parent
6c5078ec3f
commit
e38f0dcbc9
1 changed files with 9 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
$primary-color: #e0e2e4;
|
$primary-color: #fff;
|
||||||
$attribute-color: #e86070 / 0.9;
|
$attribute-color: #e86070 / 0.9;
|
||||||
$variable-color: $primary-color;
|
$variable-color: scale-color(#e4d6ff, $saturation: -90%);
|
||||||
$string-color: #4cd656;
|
$string-color: #bdc1c7;
|
||||||
$comment-color: #7d8c93;
|
$comment-color: #7d8c93;
|
||||||
$keyword-color: #e784a2;
|
$keyword-color: scale-color(#e784a2, $saturation: 100%);
|
||||||
$name-color: #e784a2;
|
$name-color: #e784a2;
|
||||||
$title-color: #85b5c7;
|
$title-color: #85b5c7;
|
||||||
$symbol-color: #fff;
|
$symbol-color: #fff;
|
||||||
|
|
@ -57,7 +57,11 @@ $regexp-color: #6b60aa;
|
||||||
color: $title-color;
|
color: $title-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
&literal, &variable, &template-variable, &tag .hljs-attr {
|
&variable {
|
||||||
color: $variable-color;
|
color: $variable-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&literal, &template-variable, &tag .hljs-attr {
|
||||||
|
color: $primary-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue