Skip to content

Instantly share code, notes, and snippets.

View JSH32's full-sized avatar
📎
sudo rm -rf /

Josh Rudnik JSH32

📎
sudo rm -rf /
View GitHub Profile
@JSH32
JSH32 / rust-semantic-colors.json
Created February 12, 2022 03:14
Rust semantic coloring
{
"[rust]": {
"editor.wordBasedSuggestions": false,
},
"editor.semanticTokenColorCustomizations": {
"[Default Dark+]": {
"enabled": true,
"rules": {
"method.static:rust": {
"foreground": "#f0c506"