add highlight styles
parent
9a9160b3b6
commit
a5bbb80eb6
|
@ -17,6 +17,7 @@
|
||||||
<span><%= (site.tags.length > 1?__('profile.tags'):__('profile.tag')) %></span>
|
<span><%= (site.tags.length > 1?__('profile.tags'):__('profile.tag')) %></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<% if(theme.contacts && theme.contacts.length > 0) { %>
|
||||||
<div class="contact-info profile-block">
|
<div class="contact-info profile-block">
|
||||||
<table class="contact-list">
|
<table class="contact-list">
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -26,5 +27,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
|
@ -108,6 +108,9 @@ $line-numbers
|
||||||
pre
|
pre
|
||||||
.comment
|
.comment
|
||||||
.title
|
.title
|
||||||
|
.template_comment
|
||||||
|
.header
|
||||||
|
.javadoc
|
||||||
color: highlight-comment
|
color: highlight-comment
|
||||||
.variable
|
.variable
|
||||||
.attribute
|
.attribute
|
||||||
|
@ -121,26 +124,46 @@ pre
|
||||||
.css .id
|
.css .id
|
||||||
.css .class
|
.css .class
|
||||||
.css .pseudo
|
.css .pseudo
|
||||||
|
.winutils
|
||||||
|
.method
|
||||||
|
.request
|
||||||
|
.status
|
||||||
|
.nginx .title
|
||||||
|
.diff .change
|
||||||
|
.special
|
||||||
|
.attr_selector
|
||||||
|
.important
|
||||||
|
.subst
|
||||||
|
.clojure .title
|
||||||
|
.deletion
|
||||||
color: highlight-red
|
color: highlight-red
|
||||||
.number
|
.number
|
||||||
.preprocessor
|
.preprocessor
|
||||||
|
.preprocessor .keyword
|
||||||
.built_in
|
.built_in
|
||||||
.literal
|
.literal
|
||||||
.params
|
.params
|
||||||
.constant
|
.constant
|
||||||
|
.command
|
||||||
|
.lisp .body
|
||||||
|
.parent
|
||||||
|
.haskell .type
|
||||||
color: highlight-orange
|
color: highlight-orange
|
||||||
.class
|
.class
|
||||||
.ruby .class .title
|
.ruby .class .title
|
||||||
.css .rules .attribute
|
.css .rules .attribute
|
||||||
|
.addition
|
||||||
color: highlight-green
|
color: highlight-green
|
||||||
.string
|
.string
|
||||||
.value
|
.value
|
||||||
.inheritance
|
.inheritance
|
||||||
.header
|
|
||||||
.ruby .symbol
|
.ruby .symbol
|
||||||
|
.symbol .string
|
||||||
.xml .cdata
|
.xml .cdata
|
||||||
color: highlight-green
|
color: highlight-green
|
||||||
.css .hexcolor
|
.css .hexcolor
|
||||||
|
.phpdoc
|
||||||
|
.tex .formula
|
||||||
color: highlight-aqua
|
color: highlight-aqua
|
||||||
.function
|
.function
|
||||||
.python .decorator
|
.python .decorator
|
||||||
|
@ -150,6 +173,11 @@ pre
|
||||||
.perl .sub
|
.perl .sub
|
||||||
.javascript .title
|
.javascript .title
|
||||||
.coffeescript .title
|
.coffeescript .title
|
||||||
|
.localvars
|
||||||
|
.chunk
|
||||||
|
.decorator
|
||||||
|
.identifier
|
||||||
|
.vhdl
|
||||||
color: highlight-blue
|
color: highlight-blue
|
||||||
.keyword
|
.keyword
|
||||||
.javascript .function
|
.javascript .function
|
||||||
|
|
Loading…
Reference in New Issue