Skip to content

Commit 8b7f11b

Browse files
committed
Remove styles for function parameters
Applies to c-like languages. This commit removes the styles for function parameters which were introduced in v1.0.4, since they only worked for top-level functions and thus provided an inconsistent user interface. The problem is, that CodeMirror modes are very unflexible when it comes to adding more specific selectors to tokens.
1 parent a2d352c commit 8b7f11b

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

theme.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,6 @@
5050
color: #F92672;
5151
}
5252

53-
.cm-keyword ~ .cm-variable,
54-
.cm-operator ~ .cm-keyword ~ .cm-variable {
55-
color: #A6E22E;
56-
}
57-
58-
.cm-keyword ~ .cm-variable ~ .cm-def,
59-
.cm-operator ~ .cm-keyword ~ .cm-variable ~ .cm-def {
60-
color: #FD971F;
61-
}
62-
63-
.cm-operator ~ .cm-variable {
64-
color: #F8F8F2;
65-
}
66-
6753
/**
6854
* User Interface
6955
* ==============

0 commit comments

Comments
 (0)