PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.10
Smart Grid-Layout Design for Contact Form 7 v4.10
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
cf7-grid-layout / assets / codemirror / theme / paraiso-light.css

paraiso-light.css in Smart Grid-Layout Design for Contact Form 7 4.10, at assets/codemirror/theme/paraiso-light.css

39 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2
3 Name: ParaĆ­so (Light)
4 Author: Jan T. Sott
5
6 Color scheme by Jan T. Sott (https://github.com/idleberg/Paraiso-CodeMirror)
7 Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
8
9 */
10
11 .cm-s-paraiso-light.CodeMirror { background: #e7e9db; color: #41323f; }
12 .cm-s-paraiso-light div.CodeMirror-selected { background: #b9b6b0; }
13 .cm-s-paraiso-light .CodeMirror-line::selection, .cm-s-paraiso-light .CodeMirror-line > span::selection, .cm-s-paraiso-light .CodeMirror-line > span > span::selection { background: #b9b6b0; }
14 .cm-s-paraiso-light .CodeMirror-line::-moz-selection, .cm-s-paraiso-light .CodeMirror-line > span::-moz-selection, .cm-s-paraiso-light .CodeMirror-line > span > span::-moz-selection { background: #b9b6b0; }
15 .cm-s-paraiso-light .CodeMirror-gutters { background: #e7e9db; border-right: 0px; }
16 .cm-s-paraiso-light .CodeMirror-guttermarker { color: black; }
17 .cm-s-paraiso-light .CodeMirror-guttermarker-subtle { color: #8d8687; }
18 .cm-s-paraiso-light .CodeMirror-linenumber { color: #8d8687; }
19 .cm-s-paraiso-light .CodeMirror-cursor { border-left: 1px solid #776e71; }
20
21 .cm-s-paraiso-light span.cm-comment { color: #e96ba8; }
22 .cm-s-paraiso-light span.cm-atom { color: #815ba4; }
23 .cm-s-paraiso-light span.cm-number { color: #815ba4; }
24
25 .cm-s-paraiso-light span.cm-property, .cm-s-paraiso-light span.cm-attribute { color: #48b685; }
26 .cm-s-paraiso-light span.cm-keyword { color: #ef6155; }
27 .cm-s-paraiso-light span.cm-string { color: #fec418; }
28
29 .cm-s-paraiso-light span.cm-variable { color: #48b685; }
30 .cm-s-paraiso-light span.cm-variable-2 { color: #06b6ef; }
31 .cm-s-paraiso-light span.cm-def { color: #f99b15; }
32 .cm-s-paraiso-light span.cm-bracket { color: #41323f; }
33 .cm-s-paraiso-light span.cm-tag { color: #ef6155; }
34 .cm-s-paraiso-light span.cm-link { color: #815ba4; }
35 .cm-s-paraiso-light span.cm-error { background: #ef6155; color: #776e71; }
36
37 .cm-s-paraiso-light .CodeMirror-activeline-background { background: #CFD1C4; }
38 .cm-s-paraiso-light .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }
39