Skip to content

Commit 53d2e8b

Browse files
raphamorimmarijnh
authored andcommitted
[lucario theme] Add
1 parent 8a1479b commit 53d2e8b

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

demo/theme.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<link rel="stylesheet" href="../theme/isotope.css">
2727
<link rel="stylesheet" href="../theme/lesser-dark.css">
2828
<link rel="stylesheet" href="../theme/liquibyte.css">
29+
<link rel="stylesheet" href="../theme/lucario.css">
2930
<link rel="stylesheet" href="../theme/material.css">
3031
<link rel="stylesheet" href="../theme/mbo.css">
3132
<link rel="stylesheet" href="../theme/mdn-like.css">
@@ -113,6 +114,7 @@ <h2>Theme Demo</h2>
113114
<option>isotope</option>
114115
<option>lesser-dark</option>
115116
<option>liquibyte</option>
117+
<option>lucario</option>
116118
<option>material</option>
117119
<option>mbo</option>
118120
<option>mdn-like</option>

theme/lucario.css

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
/*
2+
Name: lucario
3+
Author: Raphael Amorim
4+
5+
Original Lucario color scheme (https://github.com/raphamorim/lucario)
6+
*/
7+
8+
.cm-s-lucario.CodeMirror, .cm-s-lucario .CodeMirror-gutters {
9+
background-color: #2b3e50 !important;
10+
color: #f8f8f2 !important;
11+
border: none;
12+
}
13+
.cm-s-lucario .CodeMirror-gutters { color: #2b3e50; }
14+
.cm-s-lucario .CodeMirror-cursor { border-left: solid thin #E6C845; }
15+
.cm-s-lucario .CodeMirror-linenumber { color: #f8f8f2; }
16+
.cm-s-lucario .CodeMirror-selected { background: #243443; }
17+
.cm-s-lucario .CodeMirror-line::selection, .cm-s-lucario .CodeMirror-line > span::selection, .cm-s-lucario .CodeMirror-line > span > span::selection { background: #243443; }
18+
.cm-s-lucario .CodeMirror-line::-moz-selection, .cm-s-lucario .CodeMirror-line > span::-moz-selection, .cm-s-lucario .CodeMirror-line > span > span::-moz-selection { background: #243443; }
19+
.cm-s-lucario span.cm-comment { color: #5c98cd; }
20+
.cm-s-lucario span.cm-string, .cm-s-lucario span.cm-string-2 { color: #E6DB74; }
21+
.cm-s-lucario span.cm-number { color: #ca94ff; }
22+
.cm-s-lucario span.cm-variable { color: #f8f8f2; }
23+
.cm-s-lucario span.cm-variable-2 { color: #f8f8f2; }
24+
.cm-s-lucario span.cm-def { color: #72C05D; }
25+
.cm-s-lucario span.cm-operator { color: #66D9EF; }
26+
.cm-s-lucario span.cm-keyword { color: #ff6541; }
27+
.cm-s-lucario span.cm-atom { color: #bd93f9; }
28+
.cm-s-lucario span.cm-meta { color: #f8f8f2; }
29+
.cm-s-lucario span.cm-tag { color: #ff6541; }
30+
.cm-s-lucario span.cm-attribute { color: #66D9EF; }
31+
.cm-s-lucario span.cm-qualifier { color: #72C05D; }
32+
.cm-s-lucario span.cm-property { color: #f8f8f2; }
33+
.cm-s-lucario span.cm-builtin { color: #72C05D; }
34+
.cm-s-lucario span.cm-variable-3, .cm-s-lucario span.cm-type { color: #ffb86c; }
35+
36+
.cm-s-lucario .CodeMirror-activeline-background { background: #243443; }
37+
.cm-s-lucario .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }

0 commit comments

Comments
 (0)