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

Side by Side Diff: highlight_js_8.3.0/styles/paraiso.light.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/paraiso.dark.css ('k') | highlight_js_8.3.0/styles/pojoaque.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 Paraíso (light)
3 Created by Jan T. Sott (http://github.com/idleberg)
4 Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
5 */
6
7 /* Paraíso Comment */
8 .hljs-comment,
9 .hljs-title {
10 color: #776e71;
11 }
12
13 /* Paraíso Red */
14 .hljs-variable,
15 .hljs-attribute,
16 .hljs-tag,
17 .hljs-regexp,
18 .ruby .hljs-constant,
19 .xml .hljs-tag .hljs-title,
20 .xml .hljs-pi,
21 .xml .hljs-doctype,
22 .html .hljs-doctype,
23 .css .hljs-id,
24 .css .hljs-class,
25 .css .hljs-pseudo {
26 color: #ef6155;
27 }
28
29 /* Paraíso Orange */
30 .hljs-number,
31 .hljs-preprocessor,
32 .hljs-built_in,
33 .hljs-literal,
34 .hljs-params,
35 .hljs-constant {
36 color: #f99b15;
37 }
38
39 /* Paraíso Yellow */
40 .ruby .hljs-class .hljs-title,
41 .css .hljs-rules .hljs-attribute {
42 color: #fec418;
43 }
44
45 /* Paraíso Green */
46 .hljs-string,
47 .hljs-value,
48 .hljs-inheritance,
49 .hljs-header,
50 .ruby .hljs-symbol,
51 .xml .hljs-cdata {
52 color: #48b685;
53 }
54
55 /* Paraíso Aqua */
56 .css .hljs-hexcolor {
57 color: #5bc4bf;
58 }
59
60 /* Paraíso Blue */
61 .hljs-function,
62 .python .hljs-decorator,
63 .python .hljs-title,
64 .ruby .hljs-function .hljs-title,
65 .ruby .hljs-title .hljs-keyword,
66 .perl .hljs-sub,
67 .javascript .hljs-title,
68 .coffeescript .hljs-title {
69 color: #06b6ef;
70 }
71
72 /* Paraíso Purple */
73 .hljs-keyword,
74 .javascript .hljs-function {
75 color: #815ba4;
76 }
77
78 .hljs {
79 display: block;
80 overflow-x: auto;
81 background: #e7e9db;
82 color: #4f424c;
83 padding: 0.5em;
84 -webkit-text-size-adjust: none;
85 }
86
87 .coffeescript .javascript,
88 .javascript .xml,
89 .tex .hljs-formula,
90 .xml .javascript,
91 .xml .vbscript,
92 .xml .css,
93 .xml .hljs-cdata {
94 opacity: 0.5;
95 }
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/styles/paraiso.dark.css ('k') | highlight_js_8.3.0/styles/pojoaque.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698