diff options
author | Paul Daniel Faria <[email protected]> | 2020-06-27 16:20:02 +0100 |
---|---|---|
committer | Paul Daniel Faria <[email protected]> | 2020-06-27 16:38:34 +0100 |
commit | b1992b469cae689f7de01ea9031962735a409198 (patch) | |
tree | bd7cc9c0a70266ab3afac7a082bdd15a9c03fe68 /crates/ra_ide/src/snapshots/rainbow_highlighting.html | |
parent | 28bb8ed9cb0aa9f1efad252748ea189716355157 (diff) |
Remove unneeded code, filename from tests, fix rebasing issues
Diffstat (limited to 'crates/ra_ide/src/snapshots/rainbow_highlighting.html')
-rw-r--r-- | crates/ra_ide/src/snapshots/rainbow_highlighting.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_ide/src/snapshots/rainbow_highlighting.html b/crates/ra_ide/src/snapshots/rainbow_highlighting.html index 192d564a6..9516c7441 100644 --- a/crates/ra_ide/src/snapshots/rainbow_highlighting.html +++ b/crates/ra_ide/src/snapshots/rainbow_highlighting.html | |||
@@ -12,8 +12,8 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd | |||
12 | .string_literal { color: #CC9393; } | 12 | .string_literal { color: #CC9393; } |
13 | .field { color: #94BFF3; } | 13 | .field { color: #94BFF3; } |
14 | .function { color: #93E0E3; } | 14 | .function { color: #93E0E3; } |
15 | .function.unsafe { color: #E28C14; } | 15 | .function.unsafe { color: #BC8383; } |
16 | .operator.unsafe { color: #E28C14; } | 16 | .operator.unsafe { color: #BC8383; } |
17 | .parameter { color: #94BFF3; } | 17 | .parameter { color: #94BFF3; } |
18 | .text { color: #DCDCCC; } | 18 | .text { color: #DCDCCC; } |
19 | .type { color: #7CB8BB; } | 19 | .type { color: #7CB8BB; } |