mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-22 02:54:21 +00:00
✨ Add some Rust colors
This commit is contained in:
parent
b0af6523a2
commit
762e7eb213
1 changed files with 13 additions and 1 deletions
|
@ -90,6 +90,7 @@
|
||||||
"name": "Base",
|
"name": "Base",
|
||||||
"scope": [
|
"scope": [
|
||||||
"meta.attribute.python",
|
"meta.attribute.python",
|
||||||
|
"entity.name.type.rust",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#a9b7c6",
|
"foreground": "#a9b7c6",
|
||||||
|
@ -141,6 +142,7 @@
|
||||||
"storage.modifier.specifier.static",
|
"storage.modifier.specifier.static",
|
||||||
"storage.modifier.ts",
|
"storage.modifier.ts",
|
||||||
"storage.modifier.tsx",
|
"storage.modifier.tsx",
|
||||||
|
"storage.modifier.mut",
|
||||||
"storage.type.class",
|
"storage.type.class",
|
||||||
"storage.type.function",
|
"storage.type.function",
|
||||||
"storage.type.namespace",
|
"storage.type.namespace",
|
||||||
|
@ -236,6 +238,7 @@
|
||||||
"meta.class entity.name.type",
|
"meta.class entity.name.type",
|
||||||
"meta.block.class entity.name.type.class",
|
"meta.block.class entity.name.type.class",
|
||||||
"meta.block.struct entity.name.type.struct",
|
"meta.block.struct entity.name.type.struct",
|
||||||
|
"entity.name.type.struct.rust",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#00ffff",
|
"foreground": "#00ffff",
|
||||||
|
@ -255,6 +258,7 @@
|
||||||
"name": "Interface declaration",
|
"name": "Interface declaration",
|
||||||
"scope": [
|
"scope": [
|
||||||
"meta.interface entity.name.type.interface",
|
"meta.interface entity.name.type.interface",
|
||||||
|
"entity.name.type.trait",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#00ff00",
|
"foreground": "#00ff00",
|
||||||
|
@ -274,6 +278,7 @@
|
||||||
"name": "Type alias declaration",
|
"name": "Type alias declaration",
|
||||||
"scope": [
|
"scope": [
|
||||||
"meta.type.declaration entity.name.type.alias",
|
"meta.type.declaration entity.name.type.alias",
|
||||||
|
"entity.name.type.declaration",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#00ffaa",
|
"foreground": "#00ffaa",
|
||||||
|
@ -300,6 +305,7 @@
|
||||||
"entity.name.variable.property.cs",
|
"entity.name.variable.property.cs",
|
||||||
"entity.other.attribute-name.class.mixin",
|
"entity.other.attribute-name.class.mixin",
|
||||||
"source.rst keyword.control",
|
"source.rst keyword.control",
|
||||||
|
"meta.function.call entity.name.function",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#e6e68a",
|
"foreground": "#e6e68a",
|
||||||
|
@ -339,6 +345,7 @@
|
||||||
"name": "Enum definition",
|
"name": "Enum definition",
|
||||||
"scope": [
|
"scope": [
|
||||||
"meta.enum.declaration entity.name.type.enum",
|
"meta.enum.declaration entity.name.type.enum",
|
||||||
|
"entity.name.type.enum.rust",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ca6fff",
|
"foreground": "#ca6fff",
|
||||||
|
@ -371,6 +378,8 @@
|
||||||
"keyword.other.special-method",
|
"keyword.other.special-method",
|
||||||
"variable.parameter.function.language.special",
|
"variable.parameter.function.language.special",
|
||||||
"variable.language",
|
"variable.language",
|
||||||
|
"punctuation.definition.lifetime",
|
||||||
|
"entity.name.type.lifetime",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#db88db",
|
"foreground": "#db88db",
|
||||||
|
@ -418,6 +427,7 @@
|
||||||
"comment.block.documentation punctuation.definition.comment",
|
"comment.block.documentation punctuation.definition.comment",
|
||||||
"comment.block.javadoc",
|
"comment.block.javadoc",
|
||||||
"comment.block.javadoc punctuation.definition.comment",
|
"comment.block.javadoc punctuation.definition.comment",
|
||||||
|
"comment.line.documentation",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#629755",
|
"foreground": "#629755",
|
||||||
|
@ -518,7 +528,9 @@
|
||||||
"keyword.control.directive",
|
"keyword.control.directive",
|
||||||
"meta.preprocessor",
|
"meta.preprocessor",
|
||||||
"punctuation.definition.directive",
|
"punctuation.definition.directive",
|
||||||
"meta.function.decorator support.type"
|
"meta.function.decorator support.type",
|
||||||
|
"meta.attribute punctuation.definition.attribute",
|
||||||
|
"meta.attribute punctuation.brackets.attribute",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#bbb529",
|
"foreground": "#bbb529",
|
||||||
|
|
Loading…
Reference in a new issue