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

Side by Side Diff: highlight_js_8.3.0/styles/vs.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 unified diff | Download patch
OLDNEW
(Empty)
1 /*
2
3 Visual Studio-like style based on original C# coloring by Jason Diamond <jason@d iamond.name>
4
5 */
6 .hljs {
7 display: block;
8 overflow-x: auto;
9 padding: 0.5em;
10 background: white;
11 color: black;
12 -webkit-text-size-adjust: none;
13 }
14
15 .hljs-comment,
16 .hljs-annotation,
17 .hljs-template_comment,
18 .diff .hljs-header,
19 .hljs-chunk,
20 .apache .hljs-cbracket {
21 color: #008000;
22 }
23
24 .hljs-keyword,
25 .hljs-id,
26 .hljs-built_in,.css
27 .smalltalk .hljs-class,
28 .hljs-winutils,
29 .bash .hljs-variable,
30 .tex .hljs-command,
31 .hljs-request,
32 .hljs-status,
33 .nginx .hljs-title,
34 .xml .hljs-tag,
35 .xml .hljs-tag .hljs-value {
36 color: #00f;
37 }
38
39 .hljs-string,
40 .hljs-title,
41 .hljs-parent,
42 .hljs-tag .hljs-value,
43 .hljs-rules .hljs-value,
44 .ruby .hljs-symbol,
45 .ruby .hljs-symbol .hljs-string,
46 .hljs-template_tag,
47 .django .hljs-variable,
48 .hljs-addition,
49 .hljs-flow,
50 .hljs-stream,
51 .apache .hljs-tag,
52 .hljs-date,
53 .tex .hljs-formula,
54 .coffeescript .hljs-attribute {
55 color: #a31515;
56 }
57
58 .ruby .hljs-string,
59 .hljs-decorator,
60 .hljs-filter .hljs-argument,
61 .hljs-localvars,
62 .hljs-array,
63 .hljs-attr_selector,
64 .hljs-pseudo,
65 .hljs-pi,
66 .hljs-doctype,
67 .hljs-deletion,
68 .hljs-envvar,
69 .hljs-shebang,
70 .hljs-preprocessor,
71 .hljs-pragma,
72 .userType,
73 .apache .hljs-sqbracket,
74 .nginx .hljs-built_in,
75 .tex .hljs-special,
76 .hljs-prompt {
77 color: #2b91af;
78 }
79
80 .hljs-phpdoc,
81 .hljs-dartdoc,
82 .hljs-javadoc,
83 .hljs-xmlDocTag {
84 color: #808080;
85 }
86
87 .hljs-type,
88 .hljs-typename { font-weight: bold; }
89
90 .vhdl .hljs-string { color: #666666; }
91 .vhdl .hljs-literal { color: #a31515; }
92 .vhdl .hljs-attribute { color: #00b0e8; }
93
94 .xml .hljs-attribute { color: #f00; }
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/styles/tomorrow-night-eighties.css ('k') | highlight_js_8.3.0/styles/xcode.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698