/*

grayscale style (c) MY Sun <simonmysun@gmail.com>

*/

.theme-grayscale .hljs {
  color: #333;
  background: #fff;
}
.theme-grayscale pre {
  background: #fff;
}

.theme-grayscale .hljs-comment,
.theme-grayscale .hljs-quote {
  color: #777;
  font-style: italic;
}

.theme-grayscale .hljs-keyword,
.theme-grayscale .hljs-selector-tag,
.theme-grayscale .hljs-subst {
  color: #333;
  font-weight: bold;
}

.theme-grayscale .hljs-number,
.theme-grayscale .hljs-literal {
  color: #777;
}

.theme-grayscale .hljs-string,
.theme-grayscale .hljs-doctag,
.theme-grayscale .hljs-formula {
  color: #333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC) repeat;
}

.theme-grayscale .hljs-title,
.theme-grayscale .hljs-section,
.theme-grayscale .hljs-selector-id {
  color: #000;
  font-weight: bold;
}

.theme-grayscale .hljs-subst {
  font-weight: normal;
}

.theme-grayscale .hljs-title.class_,
.theme-grayscale .hljs-class .hljs-title,
.theme-grayscale .hljs-type,
.theme-grayscale .hljs-name {
  color: #333;
  font-weight: bold;
}

.theme-grayscale .hljs-tag {
  color: #333;
}

.theme-grayscale .hljs-regexp {
  color: #333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==) repeat;
}

.theme-grayscale .hljs-symbol,
.theme-grayscale .hljs-bullet,
.theme-grayscale .hljs-link {
  color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==) repeat;
}

.theme-grayscale .hljs-built_in {
  color: #000;
  text-decoration: underline;
}

.theme-grayscale .hljs-meta {
  color: #999;
  font-weight: bold;
}

.theme-grayscale .hljs-deletion {
  color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==) repeat;
}

.theme-grayscale .hljs-addition {
  color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC) repeat;
}

.theme-grayscale .hljs-emphasis {
 
