juniper/master/highlight.css

70 lines
1.1 KiB
CSS
Raw Normal View History

2021-09-25 23:31:16 -05:00
/* Base16 Atelier Dune Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
2019-03-23 08:08:09 -05:00
2021-09-25 23:31:16 -05:00
/* Atelier-Dune Comment */
2019-03-23 08:08:09 -05:00
.hljs-comment,
.hljs-quote {
2021-09-25 23:31:16 -05:00
color: #AAA;
2019-03-23 08:08:09 -05:00
}
2021-09-25 23:31:16 -05:00
/* Atelier-Dune Red */
2019-03-23 08:08:09 -05:00
.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-tag,
.hljs-name,
.hljs-regexp,
.hljs-link,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
2021-09-25 23:31:16 -05:00
color: #d73737;
2019-03-23 08:08:09 -05:00
}
2021-09-25 23:31:16 -05:00
/* Atelier-Dune Orange */
2019-03-23 08:08:09 -05:00
.hljs-number,
.hljs-meta,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params {
2021-09-25 23:31:16 -05:00
color: #b65611;
2019-03-23 08:08:09 -05:00
}
2021-09-25 23:31:16 -05:00
/* Atelier-Dune Green */
2019-03-23 08:08:09 -05:00
.hljs-string,
.hljs-symbol,
.hljs-bullet {
2021-09-25 23:31:16 -05:00
color: #60ac39;
2019-03-23 08:08:09 -05:00
}
2021-09-25 23:31:16 -05:00
/* Atelier-Dune Blue */
2019-03-23 08:08:09 -05:00
.hljs-title,
.hljs-section {
2021-09-25 23:31:16 -05:00
color: #6684e1;
2019-03-23 08:08:09 -05:00
}
2021-09-25 23:31:16 -05:00
/* Atelier-Dune Purple */
2019-03-23 08:08:09 -05:00
.hljs-keyword,
.hljs-selector-tag {
2021-09-25 23:31:16 -05:00
color: #b854d4;
2019-03-23 08:08:09 -05:00
}
.hljs {
display: block;
overflow-x: auto;
2021-09-25 23:31:16 -05:00
background: #f1f1f1;
color: #6e6b5e;
2019-03-23 08:08:09 -05:00
padding: 0.5em;
}
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: bold;
}