Skip to content

Commit 0c2b1cc

Browse files
committed
Merge pull request #42 from svanharmelen/f-small-tweaks
Three small tweaks...
2 parents 7089742 + 0aa25fe commit 0c2b1cc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ atom-text-editor, :host {
106106
}
107107

108108
.constant.character,
109+
.constant.escape,
109110
.constant.other {
110111
color: #AE81FF;
111112
}
@@ -114,6 +115,12 @@ atom-text-editor, :host {
114115
color: #F92672;
115116
}
116117

118+
.keyword.operator.bracket,
119+
.keyword.operator.punctuation,
120+
{
121+
color: #FFFFFF;
122+
}
123+
117124
.storage {
118125
color: #F92672;
119126
}
@@ -165,6 +172,10 @@ atom-text-editor, :host {
165172
color: #66D9EF;
166173
}
167174

175+
.support.function.decl {
176+
color: #A6E22E;
177+
}
178+
168179
.support.constant {
169180
color: #66D9EF;
170181
}

0 commit comments

Comments
 (0)