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
e38f0dcbc9
commit
36e19ea08f
1 changed files with 15 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
$orange: #ffa243;
|
||||||
|
|
||||||
$primary-color: #fff;
|
$primary-color: #fff;
|
||||||
$attribute-color: #e86070 / 0.9;
|
$attribute-color: #e86070 / 0.9;
|
||||||
$variable-color: scale-color(#e4d6ff, $saturation: -90%);
|
$variable-color: scale-color(#e4d6ff, $saturation: -90%);
|
||||||
|
|
@ -6,14 +8,18 @@ $comment-color: #7d8c93;
|
||||||
$keyword-color: scale-color(#e784a2, $saturation: 100%);
|
$keyword-color: scale-color(#e784a2, $saturation: 100%);
|
||||||
$name-color: #e784a2;
|
$name-color: #e784a2;
|
||||||
$title-color: #85b5c7;
|
$title-color: #85b5c7;
|
||||||
$symbol-color: #fff;
|
$symbol-color: $orange;
|
||||||
$number-color: #5cbffc;
|
$number-color: #5cbffc;
|
||||||
$tag-color: #e8e2b7;
|
$tag-color: #e8e2b7;
|
||||||
$regexp-color: #6b60aa;
|
$regexp-color: #6b60aa;
|
||||||
|
|
||||||
|
$section-color: #99f;
|
||||||
|
$meta-color: $orange;
|
||||||
|
|
||||||
.hljs- {
|
.hljs- {
|
||||||
&keyword {
|
&keyword {
|
||||||
color: $keyword-color;
|
color: $keyword-color;
|
||||||
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
&attribute {
|
&attribute {
|
||||||
|
|
@ -61,6 +67,14 @@ $regexp-color: #6b60aa;
|
||||||
color: $variable-color;
|
color: $variable-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
§ion {
|
||||||
|
color: $section-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
&meta {
|
||||||
|
color: $meta-color;
|
||||||
|
}
|
||||||
|
|
||||||
&literal, &template-variable, &tag .hljs-attr {
|
&literal, &template-variable, &tag .hljs-attr {
|
||||||
color: $primary-color;
|
color: $primary-color;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue