diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-18 17:57:49 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-18 17:57:49 +0100 |
commit | 092936f20a8bd775324c15375f0415dcc7814f9a (patch) | |
tree | eebb8d402bcaf8d0badfbb12167f691e2270dab1 /crates/ra_ide_api/src/snapshots/rainbow_highlighting.html | |
parent | 8a6d270ecc26b59ad7ab0a207a963dc14f7bf81b (diff) | |
parent | 2c4c233ba83606f9eba7000090139fdedd7eba65 (diff) |
Merge #1546
1546: prettier colors r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_api/src/snapshots/rainbow_highlighting.html')
-rw-r--r-- | crates/ra_ide_api/src/snapshots/rainbow_highlighting.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/crates/ra_ide_api/src/snapshots/rainbow_highlighting.html b/crates/ra_ide_api/src/snapshots/rainbow_highlighting.html index ad3935b5d..c625d47bf 100644 --- a/crates/ra_ide_api/src/snapshots/rainbow_highlighting.html +++ b/crates/ra_ide_api/src/snapshots/rainbow_highlighting.html | |||
@@ -9,14 +9,15 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd | |||
9 | .parameter { color: #94BFF3; } | 9 | .parameter { color: #94BFF3; } |
10 | .builtin { color: #DD6718; } | 10 | .builtin { color: #DD6718; } |
11 | .text { color: #DCDCCC; } | 11 | .text { color: #DCDCCC; } |
12 | .attribute { color: #BFEBBF; } | 12 | .attribute { color: #94BFF3; } |
13 | .literal { color: #DFAF8F; } | 13 | .literal { color: #BFEBBF; } |
14 | .macro { color: #DFAF8F; } | 14 | .macro { color: #94BFF3; } |
15 | .variable\.mut { color: #DFAF8F; } | 15 | .variable { color: #DCDCCC; } |
16 | .variable\.mut { color: #DCDCCC; text-decoration: underline; } | ||
16 | 17 | ||
17 | .keyword { color: #F0DFAF; } | 18 | .keyword { color: #F0DFAF; } |
18 | .keyword\.unsafe { color: #F0DFAF; font-weight: bold; } | 19 | .keyword\.unsafe { color: #DFAF8F; } |
19 | .keyword\.control { color: #DC8CC3; } | 20 | .keyword\.control { color: #F0DFAF; font-weight: bold; } |
20 | </style> | 21 | </style> |
21 | <pre><code><span class="keyword">fn</span> <span class="function">main</span>() { | 22 | <pre><code><span class="keyword">fn</span> <span class="function">main</span>() { |
22 | <span class="keyword">let</span> <span class="variable" data-binding-hash="3888301305669440875" style="color: hsl(242,59%,59%);">hello</span> = <span class="string">"hello"</span>; | 23 | <span class="keyword">let</span> <span class="variable" data-binding-hash="3888301305669440875" style="color: hsl(242,59%,59%);">hello</span> = <span class="string">"hello"</span>; |