aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/syntax_highlighting.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_api/src/syntax_highlighting.rs')
-rw-r--r--crates/ra_ide_api/src/syntax_highlighting.rs13
1 files changed, 7 insertions, 6 deletions
diff --git a/crates/ra_ide_api/src/syntax_highlighting.rs b/crates/ra_ide_api/src/syntax_highlighting.rs
index d84ae2cb2..3ea26f58b 100644
--- a/crates/ra_ide_api/src/syntax_highlighting.rs
+++ b/crates/ra_ide_api/src/syntax_highlighting.rs
@@ -283,14 +283,15 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd
283.parameter { color: #94BFF3; } 283.parameter { color: #94BFF3; }
284.builtin { color: #DD6718; } 284.builtin { color: #DD6718; }
285.text { color: #DCDCCC; } 285.text { color: #DCDCCC; }
286.attribute { color: #BFEBBF; } 286.attribute { color: #94BFF3; }
287.literal { color: #DFAF8F; } 287.literal { color: #BFEBBF; }
288.macro { color: #DFAF8F; } 288.macro { color: #94BFF3; }
289.variable\\.mut { color: #DFAF8F; } 289.variable { color: #DCDCCC; }
290.variable\\.mut { color: #DCDCCC; text-decoration: underline; }
290 291
291.keyword { color: #F0DFAF; } 292.keyword { color: #F0DFAF; }
292.keyword\\.unsafe { color: #F0DFAF; font-weight: bold; } 293.keyword\\.unsafe { color: #DFAF8F; }
293.keyword\\.control { color: #DC8CC3; } 294.keyword\\.control { color: #F0DFAF; font-weight: bold; }
294</style> 295</style>
295"; 296";
296 297