Increase syntax font lightness issue ref #164

Matches overall level of previous change to base font
pull/165/head
Deryck 10 years ago
parent ee4509f63e
commit c3127322a9

@ -18,7 +18,7 @@
.token.symbol, .token.symbol,
.token.deleted { .token.deleted {
@if $style == 'dark' { @if $style == 'dark' {
color: #cf6a4c; color: #eb8160;
} @else { } @else {
color: #905; color: #905;
} }
@ -31,7 +31,7 @@
.token.builtin, .token.builtin,
.token.inserted { .token.inserted {
@if $style == 'dark' { @if $style == 'dark' {
color: #d0c584; color: #ddcf88;
} @else { } @else {
color: #5e8e01; color: #5e8e01;
} }
@ -43,7 +43,7 @@
.language-css .token.string, .language-css .token.string,
.style .token.string { .style .token.string {
@if $style == 'dark' { @if $style == 'dark' {
color: #8f9d6a; color: #b1c676;
} @else { } @else {
color: #a67f59; color: #a67f59;
} }
@ -53,7 +53,7 @@
.token.attr-value, .token.attr-value,
.token.keyword { .token.keyword {
@if $style == 'dark' { @if $style == 'dark' {
color: #7587a6; color: #91b3ed;
} @else { } @else {
color: #0070a3; color: #0070a3;
} }
@ -61,7 +61,7 @@
.token.function { .token.function {
@if $style == 'dark' { @if $style == 'dark' {
color: #ac885b; color: #ecbd83;
} @else { } @else {
color: #dd4a68; color: #dd4a68;
} }

Loading…
Cancel
Save