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

Side by Side Diff: polymer_0.5.0/bower_components/google-code-prettify/styles/desert.css

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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
1 /* desert scheme ported from vim to google prettify */ 1 /* desert scheme ported from vim to google prettify */
2 pre.prettyprint { display: block; background-color: #333 } 2 pre.prettyprint { display: block; background-color: #333 }
3 pre .nocode { background-color: none; color: #000 } 3 pre .nocode { background-color: none; color: #000 }
4 pre .str { color: #ffa0a0 } /* string - pink */ 4 pre .str { color: #ffa0a0 } /* string - pink */
5 pre .kwd { color: #f0e68c; font-weight: bold } 5 pre .kwd { color: #f0e68c; font-weight: bold }
6 pre .com { color: #87ceeb } /* comment - skyblue */ 6 pre .com { color: #87ceeb } /* comment - skyblue */
7 pre .typ { color: #98fb98 } /* type - lightgreen */ 7 pre .typ { color: #98fb98 } /* type - lightgreen */
8 pre .lit { color: #cd5c5c } /* literal - darkred */ 8 pre .lit { color: #cd5c5c } /* literal - darkred */
9 pre .pun { color: #fff } /* punctuation */ 9 pre .pun { color: #fff } /* punctuation */
10 pre .pln { color: #fff } /* plaintext */ 10 pre .pln { color: #fff } /* plaintext */
(...skipping 14 matching lines...) Expand all
25 pre .kwd, code .kwd { color: #006; font-weight: bold } 25 pre .kwd, code .kwd { color: #006; font-weight: bold }
26 pre .com, code .com { color: #600; font-style: italic } 26 pre .com, code .com { color: #600; font-style: italic }
27 pre .typ, code .typ { color: #404; font-weight: bold } 27 pre .typ, code .typ { color: #404; font-weight: bold }
28 pre .lit, code .lit { color: #044 } 28 pre .lit, code .lit { color: #044 }
29 pre .pun, code .pun { color: #440 } 29 pre .pun, code .pun { color: #440 }
30 pre .pln, code .pln { color: #000 } 30 pre .pln, code .pln { color: #000 }
31 pre .tag, code .tag { color: #006; font-weight: bold } 31 pre .tag, code .tag { color: #006; font-weight: bold }
32 pre .atn, code .atn { color: #404 } 32 pre .atn, code .atn { color: #404 }
33 pre .atv, code .atv { color: #060 } 33 pre .atv, code .atv { color: #060 }
34 } 34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698