1
0
Fork 0
lets-talk-apis/bower_components/highlightjs/styles/androidstudio.css

56 lines
705 B
CSS

/*
Date: 24 Fev 2015
Author: Pedro Oliveira <kanytu@gmail . com>
*/
.hljs
{
color: #A9B7C6;
background: #282b2e;
display: block;
overflow-x: auto;
padding: 0.5em;
webkit-text-size-adjust: none;
}
.hljs-number
{
color: #6897BB;
}
.hljs-keyword, .hljs-deletion
{
color: #CC7832;
}
.hljs-javadoc
{
color: #629755;
}
.hljs-comment
{
color: #808080;
}
.hljs-annotation
{
color: #BBB529;
}
.hljs-string, .hljs-addition
{
color: #6A8759;
}
.hljs-function .hljs-title, .hljs-change
{
color: #FFC66D;
}
.hljs-tag .hljs-title, .hljs-doctype
{
color: #E8BF6A;
}
.hljs-tag .hljs-attribute
{
color: #BABABA;
}
.hljs-tag .hljs-value
{
color: #A5C261;
}