diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-08 14:23:38 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-08 14:23:38 +0100 |
commit | 5ed9818a7c855bf914e91324e305f24e4e743057 (patch) | |
tree | 815afbf6c0b7fa223a58f858212d9ae4ea9d073d /crates/ra_ide/src/snapshots/rainbow_highlighting.html | |
parent | 83fd0fb35573985a5f6d055ce87888fac8ca3535 (diff) | |
parent | 3b4d000250ae142288408cfe2abe7c10d4495c92 (diff) |
Merge #4796
4796: Fix unsafe highlihgintngs r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide/src/snapshots/rainbow_highlighting.html')
-rw-r--r-- | crates/ra_ide/src/snapshots/rainbow_highlighting.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ra_ide/src/snapshots/rainbow_highlighting.html b/crates/ra_ide/src/snapshots/rainbow_highlighting.html index 2dd61d20d..1ab06182c 100644 --- a/crates/ra_ide/src/snapshots/rainbow_highlighting.html +++ b/crates/ra_ide/src/snapshots/rainbow_highlighting.html | |||
@@ -10,7 +10,8 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd | |||
10 | .string_literal { color: #CC9393; } | 10 | .string_literal { color: #CC9393; } |
11 | .field { color: #94BFF3; } | 11 | .field { color: #94BFF3; } |
12 | .function { color: #93E0E3; } | 12 | .function { color: #93E0E3; } |
13 | .operator.unsafe { color: #E28C14; } | 13 | .function.unsafe { color: #BC8383; } |
14 | .operator.unsafe { color: #BC8383; } | ||
14 | .parameter { color: #94BFF3; } | 15 | .parameter { color: #94BFF3; } |
15 | .text { color: #DCDCCC; } | 16 | .text { color: #DCDCCC; } |
16 | .type { color: #7CB8BB; } | 17 | .type { color: #7CB8BB; } |