Commit dc33e1a98a6bd955492f0eb6aec29d2cfff6113f

Remy Bach 2012-11-07T21:14:06

Add some markup specific twilight colours.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/prism-twilight.css b/prism-twilight.css
index b62c46a..fd4a0f0 100644
--- a/prism-twilight.css
+++ b/prism-twilight.css
@@ -105,6 +105,16 @@ pre[data-line] {
 	position: relative;
 }
 
+/* Markup */
+.language-markup .token.tag,
+.language-markup .token.attr-name,
+.language-markup .token.punctuation  {
+	color: hsl(38, 50%, 61%);
+}
+.language-markup .token.attr-value {
+	color: hsl(76, 21%, 52%);
+}
+
 /* Make the tokens sit above the line highlight so the colours don't look faded. */
 .token {
 	position:relative;