LaravelTest
141 строка · 2.9 Кб
1/*
2Name: material
3Author: Mattia Astorino (http://github.com/equinusocio)
4Website: https://material-theme.site/
5*/
6
7.cm-s-material-palenight.CodeMirror {8background-color: #292D3E;9color: #A6ACCD;10}
11
12.cm-s-material-palenight .CodeMirror-gutters {13background: #292D3E;14color: #676E95;15border: none;16}
17
18.cm-s-material-palenight .CodeMirror-guttermarker,
19.cm-s-material-palenight .CodeMirror-guttermarker-subtle,
20.cm-s-material-palenight .CodeMirror-linenumber {21color: #676E95;22}
23
24.cm-s-material-palenight .CodeMirror-cursor {25border-left: 1px solid #FFCC00;26}
27.cm-s-material-palenight.cm-fat-cursor .CodeMirror-cursor {28background-color: #607c8b80 !important;29}
30.cm-s-material-palenight .cm-animate-fat-cursor {31background-color: #607c8b80 !important;32}
33
34.cm-s-material-palenight div.CodeMirror-selected {35background: rgba(113, 124, 180, 0.2);36}
37
38.cm-s-material-palenight.CodeMirror-focused div.CodeMirror-selected {39background: rgba(113, 124, 180, 0.2);40}
41
42.cm-s-material-palenight .CodeMirror-line::selection,
43.cm-s-material-palenight .CodeMirror-line>span::selection,
44.cm-s-material-palenight .CodeMirror-line>span>span::selection {45background: rgba(128, 203, 196, 0.2);46}
47
48.cm-s-material-palenight .CodeMirror-line::-moz-selection,
49.cm-s-material-palenight .CodeMirror-line>span::-moz-selection,
50.cm-s-material-palenight .CodeMirror-line>span>span::-moz-selection {51background: rgba(128, 203, 196, 0.2);52}
53
54.cm-s-material-palenight .CodeMirror-activeline-background {55background: rgba(0, 0, 0, 0.5);56}
57
58.cm-s-material-palenight .cm-keyword {59color: #C792EA;60}
61
62.cm-s-material-palenight .cm-operator {63color: #89DDFF;64}
65
66.cm-s-material-palenight .cm-variable-2 {67color: #EEFFFF;68}
69
70.cm-s-material-palenight .cm-variable-3,
71.cm-s-material-palenight .cm-type {72color: #f07178;73}
74
75.cm-s-material-palenight .cm-builtin {76color: #FFCB6B;77}
78
79.cm-s-material-palenight .cm-atom {80color: #F78C6C;81}
82
83.cm-s-material-palenight .cm-number {84color: #FF5370;85}
86
87.cm-s-material-palenight .cm-def {88color: #82AAFF;89}
90
91.cm-s-material-palenight .cm-string {92color: #C3E88D;93}
94
95.cm-s-material-palenight .cm-string-2 {96color: #f07178;97}
98
99.cm-s-material-palenight .cm-comment {100color: #676E95;101}
102
103.cm-s-material-palenight .cm-variable {104color: #f07178;105}
106
107.cm-s-material-palenight .cm-tag {108color: #FF5370;109}
110
111.cm-s-material-palenight .cm-meta {112color: #FFCB6B;113}
114
115.cm-s-material-palenight .cm-attribute {116color: #C792EA;117}
118
119.cm-s-material-palenight .cm-property {120color: #C792EA;121}
122
123.cm-s-material-palenight .cm-qualifier {124color: #DECB6B;125}
126
127.cm-s-material-palenight .cm-variable-3,
128.cm-s-material-palenight .cm-type {129color: #DECB6B;130}
131
132
133.cm-s-material-palenight .cm-error {134color: rgba(255, 255, 255, 1.0);135background-color: #FF5370;136}
137
138.cm-s-material-palenight .CodeMirror-matchingbracket {139text-decoration: underline;140color: white !important;141}
142