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

Unified Diff: 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 side-by-side diff with in-line comments
Download patch
Index: bower_components/google-code-prettify/styles/sons-of-obsidian.css
diff --git a/bower_components/google-code-prettify/styles/sons-of-obsidian.css b/bower_components/google-code-prettify/styles/sons-of-obsidian.css
deleted file mode 100644
index 7d24f3b470a6b752e1bb7cd3051645b1547b61da..0000000000000000000000000000000000000000
--- a/bower_components/google-code-prettify/styles/sons-of-obsidian.css
+++ /dev/null
@@ -1,118 +0,0 @@
-/*
- * Derived from einaros's Sons of Obsidian theme at
- * http://studiostyl.es/schemes/son-of-obsidian by
- * Alex Ford of CodeTunnel:
- * http://CodeTunnel.com/blog/post/71/google-code-prettify-obsidian-theme
- */
-
-.str
-{
- color: #EC7600;
-}
-.kwd
-{
- color: #93C763;
-}
-.com
-{
- color: #66747B;
-}
-.typ
-{
- color: #678CB1;
-}
-.lit
-{
- color: #FACD22;
-}
-.pun
-{
- color: #F1F2F3;
-}
-.pln
-{
- color: #F1F2F3;
-}
-.tag
-{
- color: #8AC763;
-}
-.atn
-{
- color: #E0E2E4;
-}
-.atv
-{
- color: #EC7600;
-}
-.dec
-{
- color: purple;
-}
-pre.prettyprint
-{
- border: 0px solid #888;
-}
-ol.linenums
-{
- margin-top: 0;
- margin-bottom: 0;
-}
-.prettyprint {
- background: #000;
-}
-li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9
-{
- color: #555;
- list-style-type: decimal;
-}
-li.L1, li.L3, li.L5, li.L7, li.L9 {
- background: #111;
-}
-@media print
-{
- .str
- {
- color: #060;
- }
- .kwd
- {
- color: #006;
- font-weight: bold;
- }
- .com
- {
- color: #600;
- font-style: italic;
- }
- .typ
- {
- color: #404;
- font-weight: bold;
- }
- .lit
- {
- color: #044;
- }
- .pun
- {
- color: #440;
- }
- .pln
- {
- color: #000;
- }
- .tag
- {
- color: #006;
- font-weight: bold;
- }
- .atn
- {
- color: #404;
- }
- .atv
- {
- color: #060;
- }
-}
« no previous file with comments | « bower_components/google-code-prettify/styles/index.html ('k') | bower_components/google-code-prettify/styles/sunburst.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698