Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: highlight_js_8.3.0/styles/codepen-embed.css

Issue 1771863004: Add highlight.js 8.3 from the highlight.js standalone repo. (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « highlight_js_8.3.0/styles/brown_papersq.png ('k') | highlight_js_8.3.0/styles/color-brewer.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: highlight_js_8.3.0/styles/codepen-embed.css
diff --git a/highlight_js_8.3.0/styles/codepen-embed.css b/highlight_js_8.3.0/styles/codepen-embed.css
new file mode 100644
index 0000000000000000000000000000000000000000..578799c9de2ab0c2661905583bcc7796cd7f9584
--- /dev/null
+++ b/highlight_js_8.3.0/styles/codepen-embed.css
@@ -0,0 +1,108 @@
+/*
+ codepen.io Embed Theme
+ Author: Justin Perry <http://github.com/ourmaninamsterdam>
+ Original theme - https://github.com/chriskempson/tomorrow-theme
+*/
+
+.hljs {
+ display: block;
+ overflow-x: auto;
+ padding: 0.5em;
+ background: #222;
+ color: #fff;
+ font-family: Menlo, Monaco, 'Andale Mono', 'Lucida Console', 'Courier New', monospace;
+ -webkit-text-size-adjust: none;
+}
+
+.hljs-comment,
+.hljs-title {
+ color: #777;
+}
+
+.hljs-variable,
+.hljs-attribute,
+.hljs-tag,
+.hljs-regexp,
+.ruby .constant,
+.xml .tag .title,
+.xml .pi,
+.xml .doctype,
+.html .doctype {
+ color: #ab875d;
+}
+
+.css .value {
+ color: #cd6a51;
+}
+
+.css .value .function,
+.css .value .string {
+ color: #a67f59;
+}
+
+.css .value .number {
+ color: #9b869c;
+}
+
+.css .id,
+.css .class,
+.css-pseudo,
+.css .selector,
+.css .tag {
+ color: #dfc48c;
+}
+
+.hljs-number,
+.hljs-preprocessor,
+.hljs-built_in,
+.hljs-literal,
+.hljs-params,
+.hljs-constant {
+ color: #ab875d;
+}
+
+.ruby .class .title,
+.css .rules .attribute {
+ color: #9b869b;
+}
+
+.hljs-string,
+.hljs-value,
+.hljs-inheritance,
+.hljs-header,
+.ruby .symbol,
+.xml .cdata {
+ color: #8f9c6c;
+}
+
+.css .hexcolor {
+ color: #cd6a51;
+}
+
+.function,
+.python .decorator,
+.python .title,
+.ruby .function .title,
+.ruby .title .keyword,
+.perl .sub,
+.javascript .title,
+.coffeescript .title {
+ color: #fff;
+}
+
+.hljs-keyword,
+.javascript .function {
+ color: #8f9c6c;
+}
+
+.coffeescript .javascript,
+.javascript,
+.javascript .xml,
+.tex .formula,
+.xml .javascript,
+.xml .vbscript,
+.xml .css,
+.xml .cdata {
+ background: transparent;
+ opacity: 1;
+}
« no previous file with comments | « highlight_js_8.3.0/styles/brown_papersq.png ('k') | highlight_js_8.3.0/styles/color-brewer.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698