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

Side by Side Diff: polymer_0.5.0/bower_components/google-code-prettify/styles/sons-of-obsidian.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 /* 1 /*
2 * Derived from einaros's Sons of Obsidian theme at 2 * Derived from einaros's Sons of Obsidian theme at
3 * http://studiostyl.es/schemes/son-of-obsidian by 3 * http://studiostyl.es/schemes/son-of-obsidian by
4 * Alex Ford of CodeTunnel: 4 * Alex Ford of CodeTunnel:
5 * http://CodeTunnel.com/blog/post/71/google-code-prettify-obsidian-theme 5 * http://CodeTunnel.com/blog/post/71/google-code-prettify-obsidian-theme
6 */ 6 */
7 7
8 .str 8 .str
9 { 9 {
10 color: #EC7600; 10 color: #EC7600;
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 } 109 }
110 .atn 110 .atn
111 { 111 {
112 color: #404; 112 color: #404;
113 } 113 }
114 .atv 114 .atv
115 { 115 {
116 color: #060; 116 color: #060;
117 } 117 }
118 } 118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698