Add grid-side theme
This commit is contained in:
53
themes/grid-side/static/css/styles/androidstudio.css
Normal file
53
themes/grid-side/static/css/styles/androidstudio.css
Normal file
@@ -0,0 +1,53 @@
|
||||
/*
|
||||
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-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;
|
||||
}
|
Reference in New Issue
Block a user