mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-13 19:42:01 +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;
|
||||
$attribute-color: #e86070 / 0.9;
|
||||
$variable-color: scale-color(#e4d6ff, $saturation: -90%);
|
||||
|
|
@ -6,14 +8,18 @@ $comment-color: #7d8c93;
|
|||
$keyword-color: scale-color(#e784a2, $saturation: 100%);
|
||||
$name-color: #e784a2;
|
||||
$title-color: #85b5c7;
|
||||
$symbol-color: #fff;
|
||||
$symbol-color: $orange;
|
||||
$number-color: #5cbffc;
|
||||
$tag-color: #e8e2b7;
|
||||
$regexp-color: #6b60aa;
|
||||
|
||||
$section-color: #99f;
|
||||
$meta-color: $orange;
|
||||
|
||||
.hljs- {
|
||||
&keyword {
|
||||
color: $keyword-color;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
&attribute {
|
||||
|
|
@ -61,6 +67,14 @@ $regexp-color: #6b60aa;
|
|||
color: $variable-color;
|
||||
}
|
||||
|
||||
§ion {
|
||||
color: $section-color;
|
||||
}
|
||||
|
||||
&meta {
|
||||
color: $meta-color;
|
||||
}
|
||||
|
||||
&literal, &template-variable, &tag .hljs-attr {
|
||||
color: $primary-color;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue