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>
22 lines
1.3 KiB
CSS
22 lines
1.3 KiB
CSS
.cm-s-rubyblue { font:13px/1.4em Trebuchet, Verdana, sans-serif; } /* - customized editor font - */
|
|
|
|
.cm-s-rubyblue { background: #112435; color: white; }
|
|
.cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; }
|
|
.cm-s-rubyblue .CodeMirror-gutter { background: #1F4661; border-right: 7px solid #3E7087; min-width:2.5em; }
|
|
.cm-s-rubyblue .CodeMirror-gutter-text { color: white; }
|
|
.cm-s-rubyblue .CodeMirror-cursor { border-left: 1px solid white !important; }
|
|
|
|
.cm-s-rubyblue span.cm-comment { color: #999; font-style:italic; line-height: 1em; }
|
|
.cm-s-rubyblue span.cm-atom { color: #F4C20B; }
|
|
.cm-s-rubyblue span.cm-number, .cm-s-rubyblue span.cm-attribute { color: #82C6E0; }
|
|
.cm-s-rubyblue span.cm-keyword { color: #F0F; }
|
|
.cm-s-rubyblue span.cm-string { color: #F08047; }
|
|
.cm-s-rubyblue span.cm-meta { color: #F0F; }
|
|
.cm-s-rubyblue span.cm-variable-2, .cm-s-rubyblue span.cm-tag { color: #7BD827; }
|
|
.cm-s-rubyblue span.cm-variable-3, .cm-s-rubyblue span.cm-def { color: white; }
|
|
.cm-s-rubyblue span.cm-error { color: #AF2018; }
|
|
.cm-s-rubyblue span.cm-bracket { color: #F0F; }
|
|
.cm-s-rubyblue span.cm-link { color: #F4C20B; }
|
|
.cm-s-rubyblue span.CodeMirror-matchingbracket { color:#F0F !important; }
|
|
.cm-s-rubyblue span.cm-builtin, .cm-s-rubyblue span.cm-special { color: #FF9D00; }
|