mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-28 13:39:44 +07:00
* Remove docs folder. This was a redirect from a GitHub pages site that does not appear to be in use. * Rename api folder to api-samples. * Move examples to functional-samples folder. * Move cookbook sample to functional-samples. * Move tutorials to functional-samples folder. * Move mv2 and apps folders to _archive. * Rename tools folder to .repo. * Move reference folder to functional-samples. * Update README. Update README with new relative links for reorg. * Update README.md Co-authored-by: amysteamdev <37001393+AmySteam@users.noreply.github.com> --------- Co-authored-by: amysteamdev <37001393+AmySteam@users.noreply.github.com>
26 lines
1.0 KiB
CSS
26 lines
1.0 KiB
CSS
.cm-s-eclipse span.cm-meta {color: #FF1717;}
|
|
.cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
|
|
.cm-s-eclipse span.cm-atom {color: #219;}
|
|
.cm-s-eclipse span.cm-number {color: #164;}
|
|
.cm-s-eclipse span.cm-def {color: #00f;}
|
|
.cm-s-eclipse span.cm-variable {color: black;}
|
|
.cm-s-eclipse span.cm-variable-2 {color: #0000C0;}
|
|
.cm-s-eclipse span.cm-variable-3 {color: #0000C0;}
|
|
.cm-s-eclipse span.cm-property {color: black;}
|
|
.cm-s-eclipse span.cm-operator {color: black;}
|
|
.cm-s-eclipse span.cm-comment {color: #3F7F5F;}
|
|
.cm-s-eclipse span.cm-string {color: #2A00FF;}
|
|
.cm-s-eclipse span.cm-string-2 {color: #f50;}
|
|
.cm-s-eclipse span.cm-error {color: #f00;}
|
|
.cm-s-eclipse span.cm-qualifier {color: #555;}
|
|
.cm-s-eclipse span.cm-builtin {color: #30a;}
|
|
.cm-s-eclipse span.cm-bracket {color: #cc7;}
|
|
.cm-s-eclipse span.cm-tag {color: #170;}
|
|
.cm-s-eclipse span.cm-attribute {color: #00c;}
|
|
.cm-s-eclipse span.cm-link {color: #219;}
|
|
|
|
.cm-s-eclipse .CodeMirror-matchingbracket {
|
|
border:1px solid grey;
|
|
color:black !important;;
|
|
}
|