mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-02-24 06:32:58 +01:00
507 lines
10 KiB
CSS
507 lines
10 KiB
CSS
/* Tomorrow Night Blue Theme */
|
|
|
|
|
|
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
|
|
|
|
|
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
|
|
|
|
|
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
|
|
|
.tomorrow-comment,
|
|
pre .comment,
|
|
pre .title {
|
|
color: #7285b7;
|
|
}
|
|
|
|
.tomorrow-red,
|
|
pre .variable,
|
|
pre .attribute,
|
|
pre .tag,
|
|
pre .regexp,
|
|
pre .ruby .constant,
|
|
pre .xml .tag .title,
|
|
pre .xml .pi,
|
|
pre .xml .doctype,
|
|
pre .html .doctype,
|
|
pre .css .id,
|
|
pre .css .class,
|
|
pre .css .pseudo {
|
|
color: #f1fa8c;
|
|
}
|
|
|
|
.tomorrow-orange,
|
|
pre .number,
|
|
pre .preprocessor,
|
|
pre .built_in,
|
|
pre .literal,
|
|
pre .params,
|
|
pre .constant {
|
|
color: #bd93f9;
|
|
}
|
|
|
|
.tomorrow-yellow,
|
|
pre .class,
|
|
pre .ruby .class .title,
|
|
pre .css .rules .attribute {
|
|
color: #ffeead;
|
|
}
|
|
|
|
.tomorrow-green,
|
|
pre .string,
|
|
pre .value,
|
|
pre .inheritance,
|
|
pre .header,
|
|
pre .ruby .symbol,
|
|
pre .xml .cdata {
|
|
color: #f1fa8c;
|
|
}
|
|
|
|
.tomorrow-aqua,
|
|
pre .css .hexcolor {
|
|
color: #99ffff;
|
|
}
|
|
|
|
.tomorrow-blue,
|
|
pre .function,
|
|
pre .python .decorator,
|
|
pre .python .title,
|
|
pre .ruby .function .title,
|
|
pre .ruby .title .keyword,
|
|
pre .perl .sub,
|
|
pre .javascript .title,
|
|
pre .coffeescript .title {
|
|
color: #50fa7b;
|
|
}
|
|
|
|
.tomorrow-purple,
|
|
pre .keyword,
|
|
pre .javascript .function {
|
|
color: #ff79c6;
|
|
}
|
|
|
|
|
|
/* /home/ryan/Dropbox/profiles/Templates/CSS/TomorrowNight_HighlightJS.css */
|
|
|
|
pre code {
|
|
display: block;
|
|
background: #2c2e38;
|
|
color: white;
|
|
font-family: Menlo, Monaco, Consolas, monospace;
|
|
line-height: 1.5;
|
|
/* border: 1px solid #ccc;*/
|
|
padding: 15px;
|
|
}
|
|
|
|
|
|
/* Dracula Theme v1.2.5
|
|
*
|
|
* https://github.com/dracula/highlightjs
|
|
*
|
|
* Copyright 2016-present, All rights reserved
|
|
*
|
|
* Code licensed under the MIT license/* Tomorrow Night Blue Theme */
|
|
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
|
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
|
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
|
|
|
|
|
|
|
.tomorrow-comment, pre .comment, pre .title {
|
|
color: #7285b7;
|
|
}
|
|
|
|
.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
|
|
color: #f1fa8c;
|
|
}
|
|
|
|
.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
|
|
color: #bd93f9;
|
|
}
|
|
|
|
.tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute {
|
|
color: #ffeead;
|
|
}
|
|
|
|
.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
|
|
color: #f1fa8c;
|
|
}
|
|
|
|
.tomorrow-aqua, pre .css .hexcolor {
|
|
color: #99ffff;
|
|
}
|
|
|
|
.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
|
|
color: #50fa7b;
|
|
}
|
|
|
|
.tomorrow-purple, pre .keyword, pre .javascript .function {
|
|
color: #ff79c6;
|
|
}
|
|
|
|
/* /home/ryan/Dropbox/profiles/Templates/CSS/TomorrowNight_HighlightJS.css */
|
|
pre code {
|
|
display: block;
|
|
background: #2c2e38;
|
|
color: white;
|
|
font-family: Menlo, Monaco, Consolas, monospace;
|
|
line-height: 1.5;
|
|
/* border: 1px solid #ccc;*/
|
|
padding: 15px;
|
|
}
|
|
|
|
|
|
|
|
/* Dracula Theme v1.2.5
|
|
*
|
|
* https://github.com/dracula/highlightjs
|
|
*
|
|
* Copyright 2016-present, All rights reserved
|
|
*
|
|
* Code licensed under the MIT license
|
|
*
|
|
* @author Denis Ciccale <dciccale@gmail.com>
|
|
* @author Zeno Rocha <hi@zenorocha.com>
|
|
*/
|
|
|
|
.hljs {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: 0.5em;
|
|
background: #2c2e38;
|
|
}
|
|
|
|
.hljs-built_in,
|
|
.hljs-selector-tag,
|
|
.hljs-section,
|
|
.hljs-link {
|
|
color: #8be9fd;
|
|
}
|
|
|
|
.hljs-keyword {
|
|
color: #ff79c6;
|
|
}
|
|
|
|
.hljs,
|
|
.hljs-subst {
|
|
color: #f8f8f2;
|
|
}
|
|
|
|
.hljs-title {
|
|
color: #50fa7b;
|
|
}
|
|
|
|
.hljs-string,
|
|
.hljs-meta,
|
|
.hljs-name,
|
|
.hljs-type,
|
|
.hljs-attr,
|
|
.hljs-symbol,
|
|
.hljs-bullet,
|
|
.hljs-addition,
|
|
.hljs-variable,
|
|
.hljs-template-tag,
|
|
.hljs-template-variable {
|
|
color: #f1fa8c;
|
|
}
|
|
|
|
.hljs-comment,
|
|
.hljs-quote,
|
|
.hljs-deletion {
|
|
color: #6272a4;
|
|
}
|
|
/* Tomorrow Night Blue Theme */
|
|
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
|
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
|
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
|
|
|
|
|
|
|
.tomorrow-comment, pre .comment, pre .title {
|
|
color: #7285b7;
|
|
}
|
|
|
|
.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
|
|
color: #f1fa8c;
|
|
}
|
|
|
|
.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
|
|
color: #bd93f9;
|
|
}
|
|
|
|
.tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute {
|
|
color: #ffeead;
|
|
}
|
|
|
|
.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
|
|
color: #f1fa8c;
|
|
}
|
|
|
|
.tomorrow-aqua, pre .css .hexcolor {
|
|
color: #99ffff;
|
|
}
|
|
|
|
.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
|
|
color: #50fa7b;
|
|
}
|
|
|
|
.tomorrow-purple, pre .keyword, pre .javascript .function {
|
|
color: #ff79c6;
|
|
}
|
|
|
|
/* /home/ryan/Dropbox/profiles/Templates/CSS/TomorrowNight_HighlightJS.css */
|
|
pre code {
|
|
display: block;
|
|
background: #2c2e38;
|
|
color: white;
|
|
font-family: Menlo, Monaco, Consolas, monospace;
|
|
line-height: 1.5;
|
|
/* border: 1px solid #ccc;*/
|
|
padding: 15px;
|
|
}
|
|
|
|
|
|
|
|
/* Dracula Theme v1.2.5
|
|
*
|
|
* https://github.com/dracula/highlightjs
|
|
*
|
|
* Copyright 2016-present, All rights reserved
|
|
*
|
|
* Code licensed under the MIT license
|
|
*
|
|
* @author Denis Ciccale <dciccale@gmail.com>
|
|
* @author Zeno Rocha <hi@zenorocha.com>
|
|
*/
|
|
|
|
.hljs {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: 0.5em;
|
|
background: #2c2e38;
|
|
}
|
|
|
|
.hljs-built_in,
|
|
.hljs-selector-tag,
|
|
.hljs-section,
|
|
.hljs-link {
|
|
color: #8be9fd;
|
|
}
|
|
|
|
.hljs-keyword {
|
|
color: #ff79c6;
|
|
}
|
|
|
|
.hljs,
|
|
.hljs-subst {
|
|
color: #f8f8f2;
|
|
}
|
|
|
|
.hljs-title {
|
|
color: #50fa7b;
|
|
}
|
|
|
|
.hljs-string,
|
|
.hljs-meta,
|
|
.hljs-name,
|
|
.hljs-type,
|
|
.hljs-attr,
|
|
.hljs-symbol,
|
|
.hljs-bullet,
|
|
.hljs-addition,
|
|
.hljs-variable,
|
|
.hljs-template-tag,
|
|
.hljs-template-variable {
|
|
color: #f1fa8c;
|
|
}
|
|
|
|
.hljs-comment,
|
|
.hljs-quote,
|
|
.hljs-deletion {
|
|
color: #6272a4;
|
|
}
|
|
|
|
.hljs-keyword,
|
|
.hljs-selector-tag,
|
|
.hljs-literal,
|
|
.hljs-title,
|
|
.hljs-section,
|
|
.hljs-doctag,
|
|
.hljs-type,
|
|
.hljs-name,
|
|
.hljs-strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.hljs-literal,
|
|
.hljs-number {
|
|
color: #bd93f9;
|
|
}
|
|
|
|
.hljs-emphasis {
|
|
font-style: italic;
|
|
}
|
|
|
|
|
|
|
|
.hljs{display:block;overflow-x:auto;padding:.5em;background:#282a36}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-section,.hljs-link{color:#8be9fd}.hljs-function .hljs-keyword{color:#ff79c6}.hljs,.hljs-subst{color:#f8f8f2}.hljs-string,.hljs-title,.hljs-name,.hljs-type,.hljs-attribute,.hljs-symbol,.hljs-bullet,.hljs-addition,.hljs-variable,.hljs-template-tag,.hljs-template-variable{color:#f1fa8c}.hljs-comment,.hljs-quote,.hljs-deletion,.hljs-meta{color:#6272a4}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-title,.hljs-section,.hljs-doctag,.hljs-type,.hljs-name,.hljs-strong{font-weight:bold}.hljs-emphasis{font-style:italic}
|
|
|
|
.hljs-keyword,
|
|
.hljs-selector-tag,
|
|
.hljs-literal,
|
|
.hljs-title,
|
|
.hljs-section,
|
|
.hljs-doctag,
|
|
.hljs-type,
|
|
.hljs-name,
|
|
.hljs-strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.hljs-literal,
|
|
.hljs-number {
|
|
color: #bd93f9;
|
|
}
|
|
|
|
.hljs-emphasis {
|
|
font-style: italic;
|
|
}
|
|
|
|
|
|
|
|
.hljs{display:block;overflow-x:auto;padding:.5em;background:#282a36}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-section,.hljs-link{color:#8be9fd}.hljs-function .hljs-keyword{color:#ff79c6}.hljs,.hljs-subst{color:#f8f8f2}.hljs-string,.hljs-title,.hljs-name,.hljs-type,.hljs-attribute,.hljs-symbol,.hljs-bullet,.hljs-addition,.hljs-variable,.hljs-template-tag,.hljs-template-variable{color:#f1fa8c}.hljs-comment,.hljs-quote,.hljs-deletion,.hljs-meta{color:#6272a4}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-title,.hljs-section,.hljs-doctag,.hljs-type,.hljs-name,.hljs-strong{font-weight:bold}.hljs-emphasis{font-style:italic}
|
|
|
|
*
|
|
* @author Denis Ciccale <dciccale@gmail.com>
|
|
* @author Zeno Rocha <hi@zenorocha.com>
|
|
*/
|
|
|
|
.highlight {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: 0.5em;
|
|
background: #2c2e38;
|
|
}
|
|
|
|
.highlight-built_in,
|
|
.highlight-selector-tag,
|
|
.highlight-section,
|
|
.highlight-link {
|
|
color: #8be9fd;
|
|
}
|
|
|
|
.highlight-keyword {
|
|
color: #ff79c6;
|
|
}
|
|
|
|
.highlight,
|
|
.highlight-subst {
|
|
color: #f8f8f2;
|
|
}
|
|
|
|
.highlight-title {
|
|
color: #50fa7b;
|
|
}
|
|
|
|
.highlight-string,
|
|
.highlight-meta,
|
|
.highlight-name,
|
|
.highlight-type,
|
|
.highlight-attr,
|
|
.highlight-symbol,
|
|
.highlight-bullet,
|
|
.highlight-addition,
|
|
.highlight-variable,
|
|
.highlight-template-tag,
|
|
.highlight-template-variable {
|
|
color: #f1fa8c;
|
|
}
|
|
|
|
.highlight-comment,
|
|
.highlight-quote,
|
|
.highlight-deletion {
|
|
color: #6272a4;
|
|
}
|
|
|
|
.highlight-keyword,
|
|
.highlight-selector-tag,
|
|
.highlight-literal,
|
|
.highlight-title,
|
|
.highlight-section,
|
|
.highlight-doctag,
|
|
.highlight-type,
|
|
.highlight-name,
|
|
.highlight-strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.highlight-literal,
|
|
.highlight-number {
|
|
color: #bd93f9;
|
|
}
|
|
|
|
.highlight-emphasis {
|
|
font-style: italic;
|
|
}
|
|
|
|
.highlight {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: .5em;
|
|
background: #282a36
|
|
}
|
|
|
|
.highlight-keyword,
|
|
.highlight-selector-tag,
|
|
.highlight-literal,
|
|
.highlight-section,
|
|
.highlight-link {
|
|
color: #8be9fd
|
|
}
|
|
|
|
.highlight-function .highlight-keyword {
|
|
color: #ff79c6
|
|
}
|
|
|
|
.highlight,
|
|
.highlight-subst {
|
|
color: #f8f8f2
|
|
}
|
|
|
|
.highlight-string,
|
|
.highlight-title,
|
|
.highlight-name,
|
|
.highlight-type,
|
|
.highlight-attribute,
|
|
.highlight-symbol,
|
|
.highlight-bullet,
|
|
.highlight-addition,
|
|
.highlight-variable,
|
|
.highlight-template-tag,
|
|
.highlight-template-variable {
|
|
color: #f1fa8c
|
|
}
|
|
|
|
.highlight-comment,
|
|
.highlight-quote,
|
|
.highlight-deletion,
|
|
.highlight-meta {
|
|
color: #6272a4
|
|
}
|
|
|
|
.highlight-keyword,
|
|
.highlight-selector-tag,
|
|
.highlight-literal,
|
|
.highlight-title,
|
|
.highlight-section,
|
|
.highlight-doctag,
|
|
.highlight-type,
|
|
.highlight-name,
|
|
.highlight-strong {
|
|
font-weight: bold
|
|
}
|
|
|
|
.highlight-emphasis {
|
|
font-style: italic
|
|
} |