Skip to content

Commit 224c83d

Browse files
AlexanderPrendotamarijnh
authored andcommitted
[idea theme] support hints
1 parent f4cb4d1 commit 224c83d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

theme/idea.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,14 @@
2929

3030

3131
.cm-s-idea .CodeMirror-matchingbracket { outline:1px solid grey; color:black !important; }
32+
33+
.CodeMirror-hints {
34+
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
35+
color: #616569;
36+
background-color: #ebf3fd !important;
37+
}
38+
39+
.CodeMirror-hint-active {
40+
background-color: #a2b8c9 !important;
41+
color: #5c6065 !important;
42+
}

0 commit comments

Comments
 (0)