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

Side by Side Diff: highlight_js_8.3.0/styles/far.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
« no previous file with comments | « highlight_js_8.3.0/styles/docco.css ('k') | highlight_js_8.3.0/styles/foundation.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /*
2
3 FAR Style (c) MajestiC <majestic2k@gmail.com>
4
5 */
6
7 .hljs {
8 display: block;
9 overflow-x: auto;
10 padding: 0.5em;
11 background: #000080;
12 -webkit-text-size-adjust: none;
13 }
14
15 .hljs,
16 .hljs-subst {
17 color: #0ff;
18 }
19
20 .hljs-string,
21 .ruby .hljs-string,
22 .haskell .hljs-type,
23 .hljs-tag .hljs-value,
24 .hljs-rules .hljs-value,
25 .hljs-rules .hljs-value .hljs-number,
26 .hljs-preprocessor,
27 .hljs-pragma,
28 .ruby .hljs-symbol,
29 .ruby .hljs-symbol .hljs-string,
30 .hljs-built_in,
31 .django .hljs-template_tag,
32 .django .hljs-variable,
33 .smalltalk .hljs-class,
34 .hljs-addition,
35 .apache .hljs-tag,
36 .apache .hljs-cbracket,
37 .tex .hljs-command,
38 .coffeescript .hljs-attribute {
39 color: #ff0;
40 }
41
42 .hljs-keyword,
43 .css .hljs-id,
44 .hljs-title,
45 .hljs-type,
46 .vbscript .hljs-built_in,
47 .rsl .hljs-built_in,
48 .smalltalk .hljs-class,
49 .xml .hljs-tag .hljs-title,
50 .hljs-winutils,
51 .hljs-flow,
52 .hljs-change,
53 .hljs-envvar,
54 .bash .hljs-variable,
55 .tex .hljs-special {
56 color: #fff;
57 }
58
59 .hljs-comment,
60 .hljs-phpdoc,
61 .hljs-dartdoc,
62 .hljs-javadoc,
63 .hljs-annotation,
64 .hljs-template_comment,
65 .hljs-deletion,
66 .apache .hljs-sqbracket,
67 .tex .hljs-formula {
68 color: #888;
69 }
70
71 .hljs-number,
72 .hljs-date,
73 .hljs-regexp,
74 .hljs-literal,
75 .smalltalk .hljs-symbol,
76 .smalltalk .hljs-char,
77 .clojure .hljs-attribute {
78 color: #0f0;
79 }
80
81 .hljs-decorator,
82 .django .hljs-filter .hljs-argument,
83 .smalltalk .hljs-localvars,
84 .smalltalk .hljs-array,
85 .hljs-attr_selector,
86 .hljs-pseudo,
87 .xml .hljs-pi,
88 .diff .hljs-header,
89 .hljs-chunk,
90 .hljs-shebang,
91 .nginx .hljs-built_in,
92 .hljs-prompt {
93 color: #008080;
94 }
95
96 .hljs-keyword,
97 .css .hljs-id,
98 .hljs-title,
99 .hljs-type,
100 .vbscript .hljs-built_in,
101 .rsl .hljs-built_in,
102 .smalltalk .hljs-class,
103 .hljs-winutils,
104 .hljs-flow,
105 .apache .hljs-tag,
106 .nginx .hljs-built_in,
107 .tex .hljs-command,
108 .tex .hljs-special,
109 .hljs-request,
110 .hljs-status {
111 font-weight: bold;
112 }
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/styles/docco.css ('k') | highlight_js_8.3.0/styles/foundation.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698