This repository has been archived by the owner on May 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbase16-tomorrow-light.css
33 lines (25 loc) · 1.63 KB
/
base16-tomorrow-light.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
Name: Base16 Tomorrow Light
Author: Chris Kempson (http://chriskempson.com)
CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
*/
.cm-s-base16-tomorrow-light.CodeMirror {background: #ffffff; color: #282a2e;}
.cm-s-base16-tomorrow-light div.CodeMirror-selected {background: #e0e0e0 !important;}
.cm-s-base16-tomorrow-light .CodeMirror-gutters {background: #ffffff; border-right: 0px;}
.cm-s-base16-tomorrow-light .CodeMirror-linenumber {color: #b4b7b4;}
.cm-s-base16-tomorrow-light .CodeMirror-cursor {border-left: 1px solid #969896 !important;}
.cm-s-base16-tomorrow-light span.cm-comment {color: #a3685a;}
.cm-s-base16-tomorrow-light span.cm-atom {color: #b294bb;}
.cm-s-base16-tomorrow-light span.cm-number {color: #b294bb;}
.cm-s-base16-tomorrow-light span.cm-property, .cm-s-base16-tomorrow-light span.cm-attribute {color: #b5bd68;}
.cm-s-base16-tomorrow-light span.cm-keyword {color: #cc6666;}
.cm-s-base16-tomorrow-light span.cm-string {color: #f0c674;}
.cm-s-base16-tomorrow-light span.cm-variable {color: #b5bd68;}
.cm-s-base16-tomorrow-light span.cm-variable-2 {color: #81a2be;}
.cm-s-base16-tomorrow-light span.cm-def {color: #de935f;}
.cm-s-base16-tomorrow-light span.cm-error {background: #cc6666; color: #969896;}
.cm-s-base16-tomorrow-light span.cm-bracket {color: #282a2e;}
.cm-s-base16-tomorrow-light span.cm-tag {color: #cc6666;}
.cm-s-base16-tomorrow-light span.cm-link {color: #b294bb;}
.cm-s-base16-tomorrow-light .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}