Commit d76ede9372199738f373500641509dbf825f9a2b

Shawn Sparks 2015-03-14T10:23:58

added color for function tokens

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/themes/prism-okaidia.css b/themes/prism-okaidia.css
index d64cde3..3ff2e3c 100644
--- a/themes/prism-okaidia.css
+++ b/themes/prism-okaidia.css
@@ -92,7 +92,8 @@ pre[class*="language-"] {
 }
 
 .token.atrule,
-.token.attr-value {
+.token.attr-value,
+.token.function {
 	color: #e6db74;
 }