diff --git a/themes/github-light.css b/themes/github-light.css index 4ba6dcd90..2740d819c 100644 --- a/themes/github-light.css +++ b/themes/github-light.css @@ -16,7 +16,8 @@ } .comment { - color: #b8b6b1; + color: #999988; + font-style: italic; } .string { @@ -35,12 +36,26 @@ color: #606aa1; } +.constant.symbol { + color: #990073; +} + .variable { color: #008080; } +/* Keywords */ .keyword { color: #222; + font-weight: bold; +} + +.keyword.unit { + color: #445588; +} + +.keyword.special-method { + color: #0086B3; } .storage { @@ -75,6 +90,7 @@ .entity.other.attribute-name { color: #458; + font-weight: bold; } .support.function { @@ -85,10 +101,14 @@ color: #458; } -.support.type, .support.class { +.support.type { color: #458; } +.support.class { + color: #008080; +} + .support.other.variable { } @@ -110,6 +130,11 @@ color: #75715E; } +.meta.function span { + color: #990000; + font-weight: bold; +} + .markup.deleted { color: #00A8C6; }