mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Add module colors to css
This commit is contained in:
parent
77d27c67c1
commit
28fa5edbce
3 changed files with 3 additions and 0 deletions
|
@ -365,6 +365,7 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd
|
|||
.literal { color: #BFEBBF; }
|
||||
.literal\\.numeric { color: #6A8759; }
|
||||
.macro { color: #94BFF3; }
|
||||
.module { color: #AFD8AF; }
|
||||
.variable { color: #DCDCCC; }
|
||||
.variable\\.mut { color: #DCDCCC; text-decoration: underline; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue