Skip to content

Commit e96f384

Browse files
AlexanderPrendotamarijnh
authored andcommitted
[darcula theme] support hints
1 parent 224c83d commit e96f384

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

theme/darcula.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,14 @@
3333
.cm-s-darcula span.cm-builtin { color: #A9B7C6; }
3434
.cm-s-darcula { font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;}
3535
.cm-s-darcula .CodeMirror-matchingbracket { outline:1px solid #A9B7C6; color: yellow !important; }
36+
37+
.CodeMirror-hints {
38+
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
39+
color: #9c9e9e;
40+
background-color: #3b3e3f !important;
41+
}
42+
43+
.CodeMirror-hint-active {
44+
background-color: #494d4e !important;
45+
color: #9c9e9e !important;
46+
}

0 commit comments

Comments
 (0)