LaravelTest
39 строк · 1.9 Кб
1/*
2
3Name: gruvbox-dark
4Author: kRkk (https://github.com/krkk)
5
6Original gruvbox color scheme by Pavel Pertsev (https://github.com/morhetz/gruvbox)
7
8*/
9
10.cm-s-gruvbox-dark.CodeMirror, .cm-s-gruvbox-dark .CodeMirror-gutters { background-color: #282828; color: #bdae93; }11.cm-s-gruvbox-dark .CodeMirror-gutters {background: #282828; border-right: 0px;}12.cm-s-gruvbox-dark .CodeMirror-linenumber {color: #7c6f64;}13.cm-s-gruvbox-dark .CodeMirror-cursor { border-left: 1px solid #ebdbb2; }14.cm-s-gruvbox-dark.cm-fat-cursor .CodeMirror-cursor { background-color: #8e8d8875 !important; }15.cm-s-gruvbox-dark .cm-animate-fat-cursor { background-color: #8e8d8875 !important; }16.cm-s-gruvbox-dark div.CodeMirror-selected { background: #928374; }17.cm-s-gruvbox-dark span.cm-meta { color: #83a598; }18
19.cm-s-gruvbox-dark span.cm-comment { color: #928374; }20.cm-s-gruvbox-dark span.cm-number, span.cm-atom { color: #d3869b; }21.cm-s-gruvbox-dark span.cm-keyword { color: #f84934; }22
23.cm-s-gruvbox-dark span.cm-variable { color: #ebdbb2; }24.cm-s-gruvbox-dark span.cm-variable-2 { color: #ebdbb2; }25.cm-s-gruvbox-dark span.cm-variable-3, .cm-s-gruvbox-dark span.cm-type { color: #fabd2f; }26.cm-s-gruvbox-dark span.cm-operator { color: #ebdbb2; }27.cm-s-gruvbox-dark span.cm-callee { color: #ebdbb2; }28.cm-s-gruvbox-dark span.cm-def { color: #ebdbb2; }29.cm-s-gruvbox-dark span.cm-property { color: #ebdbb2; }30.cm-s-gruvbox-dark span.cm-string { color: #b8bb26; }31.cm-s-gruvbox-dark span.cm-string-2 { color: #8ec07c; }32.cm-s-gruvbox-dark span.cm-qualifier { color: #8ec07c; }33.cm-s-gruvbox-dark span.cm-attribute { color: #8ec07c; }34
35.cm-s-gruvbox-dark .CodeMirror-activeline-background { background: #3c3836; }36.cm-s-gruvbox-dark .CodeMirror-matchingbracket { background: #928374; color:#282828 !important; }37
38.cm-s-gruvbox-dark span.cm-builtin { color: #fe8019; }39.cm-s-gruvbox-dark span.cm-tag { color: #fe8019; }40