ant-design/site/static/tomorrow.less

57 lines
1.9 KiB
Plaintext
Raw Normal View History

2015-05-07 18:50:36 +08:00
/* Tomorrow Theme */
2015-10-30 16:26:23 +08:00
/* http://jmblog.hljs-github.hljs-com/color-themes-for-google-code-highlightjs */
/* Original theme - https://github.hljs-com/chriskempson/tomorrow-theme */
/* http://jmblog.hljs-github.hljs-com/color-themes-for-google-code-highlightjs */
.hljs-tomorrow-comment, pre .hljs-comment {
2016-02-02 14:37:54 +08:00
color: #CCCCCC;
2015-05-07 18:50:36 +08:00
}
2015-10-30 16:26:23 +08:00
.hljs-tomorrow-red, pre .hljs-variable, pre .hljs-attribute, pre .hljs-tag, pre .hljs-regexp, pre .hljs-ruby .hljs-constant, pre .hljs-xml .hljs-tag .hljs-title, pre .hljs-xml .hljs-pi, pre .hljs-xml .hljs-doctype, pre .hljs-html .hljs-doctype, pre .hljs-css .hljs-id, pre .hljs-css .hljs-class, pre .hljs-css .hljs-pseudo {
2016-02-02 14:37:54 +08:00
color: #BB0606;
2015-05-07 18:50:36 +08:00
}
2015-10-30 16:26:23 +08:00
.hljs-tomorrow-orange, pre .hljs-number, pre .hljs-preprocessor, pre .hljs-built_in, pre .hljs-literal, pre .hljs-params, pre .hljs-constant {
2016-02-02 14:37:54 +08:00
color: #FF6600;
2015-05-12 15:49:05 +08:00
}
2015-05-07 18:50:36 +08:00
2015-10-30 16:26:23 +08:00
.hljs-tomorrow-yellow, pre .hljs-class, pre .hljs-ruby .hljs-class .hljs-title, pre .hljs-css .hljs-rules .hljs-attribute {
2016-02-02 14:37:54 +08:00
color: #1D80D3;
2015-05-12 15:49:05 +08:00
}
2015-05-07 18:50:36 +08:00
2015-10-30 16:26:23 +08:00
.hljs-tomorrow-green, pre .hljs-string, pre .hljs-value, pre .hljs-inheritance, pre .hljs-header, pre .hljs-ruby .hljs-symbol, pre .hljs-xml .hljs-cdata {
2016-02-02 14:37:54 +08:00
color: #39A30E;
2015-05-07 18:50:36 +08:00
}
2015-05-12 15:49:05 +08:00
2015-10-30 16:26:23 +08:00
.hljs-tomorrow-aqua, pre .hljs-css .hljs-hexcolor {
2016-02-02 14:37:54 +08:00
color: #01B3CA;
2015-05-07 18:50:36 +08:00
}
2015-10-30 16:26:23 +08:00
.hljs-tomorrow-blue, pre .hljs-function, pre .hljs-python .hljs-decorator, pre .hljs-python .hljs-title, pre .hljs-ruby .hljs-function .hljs-title, pre .hljs-ruby .hljs-title .hljs-keyword, pre .hljs-perl .hljs-sub, pre .hljs-javascript .hljs-title, pre .hljs-coffeescript .hljs-title {
2015-05-12 15:49:05 +08:00
color: #4271ae;
2015-05-07 18:50:36 +08:00
}
2015-10-30 16:26:23 +08:00
.hljs-tomorrow-purple, pre .hljs-keyword, pre .hljs-javascript .hljs-function {
2016-02-02 14:37:54 +08:00
color: #1D80D3;
2015-05-07 18:50:36 +08:00
}
2015-05-29 22:25:04 +08:00
code {
2015-12-30 01:12:15 +08:00
background: #f7f7f7;
2015-05-29 22:25:04 +08:00
padding: 1px 6px;
border-radius: 3px;
color: #888;
2015-12-30 01:12:15 +08:00
font-size: 0.8rem;
2015-05-29 22:25:04 +08:00
border: 1px solid #e9e9e9;
}
2015-05-12 15:49:05 +08:00
pre code {
display: block;
background: white;
2015-05-29 22:33:45 +08:00
color: #666;
2015-12-16 15:26:14 +08:00
line-height: 1.5;
2015-05-12 15:49:05 +08:00
border: 1px solid #e9e9e9;
2015-05-29 22:25:04 +08:00
padding: 10px 15px;
2015-05-12 15:49:05 +08:00
border-radius: 6px;
2016-02-22 14:53:57 +08:00
font-size: 14px;
2015-12-29 23:39:21 +08:00
white-space: pre;
2015-05-07 18:50:36 +08:00
}