Commit 4f23c30a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix highlight line for solarized theme

parent 86e23a58
...@@ -162,6 +162,7 @@ ...@@ -162,6 +162,7 @@
color: #666; color: #666;
padding: 10px 6px 10px 0; padding: 10px 6px 10px 0;
text-align: right; text-align: right;
background: #EEE;
a { a {
color: #666; color: #666;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
color: #eee; color: #eee;
} }
.hll { background-color: #ffffcc } .hll { background-color: #073642 }
.c { color: #586E75 } /* Comment */ .c { color: #586E75 } /* Comment */
.err { color: #93A1A1 } /* Error */ .err { color: #93A1A1 } /* Error */
.g { color: #93A1A1 } /* Generic */ .g { color: #93A1A1 } /* Generic */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment