aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/snapshots/highlight_strings.html
diff options
context:
space:
mode:
authorPaul Daniel Faria <[email protected]>2020-06-18 15:30:40 +0100
committerPaul Daniel Faria <[email protected]>2020-06-23 17:08:04 +0100
commite137d9accb0ad73e1794e55a76c18ed4c8ca85e9 (patch)
tree73a39727c7b1561d1a622ba930bdd00302df397c /crates/ra_ide/src/snapshots/highlight_strings.html
parent351bba9bee136d856f987037b6ecffd0642d606f (diff)
Add default color and opacity for documentation and injected, respectively, in the html generator
Diffstat (limited to 'crates/ra_ide/src/snapshots/highlight_strings.html')
-rw-r--r--crates/ra_ide/src/snapshots/highlight_strings.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_ide/src/snapshots/highlight_strings.html b/crates/ra_ide/src/snapshots/highlight_strings.html
index b46fa44c6..245c425f5 100644
--- a/crates/ra_ide/src/snapshots/highlight_strings.html
+++ b/crates/ra_ide/src/snapshots/highlight_strings.html
@@ -5,6 +5,8 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd
5 5
6.lifetime { color: #DFAF8F; font-style: italic; } 6.lifetime { color: #DFAF8F; font-style: italic; }
7.comment { color: #7F9F7F; } 7.comment { color: #7F9F7F; }
8.documentation { color: #00CC00; }
9.injected { opacity: 0.65 ; }
8.struct, .enum { color: #7CB8BB; } 10.struct, .enum { color: #7CB8BB; }
9.enum_variant { color: #BDE0F3; } 11.enum_variant { color: #BDE0F3; }
10.string_literal { color: #CC9393; } 12.string_literal { color: #CC9393; }