Skip to content

πŸš€ My Visual Studio Code <Just Black> theme settings

License

Notifications You must be signed in to change notification settings

anasmasti/vscode-justblack-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

My Visual Studio Code Just Black theme settings πŸš€

 "editor.tokenColorCustomizations": {
    "[Just Black]": {
      "textMateRules": [
        {
          "scope": "entity.name.tag.html",
          "settings": {
            "foreground": "#fc3f78"
          }
        },
        {
          "scope": "string.quoted.double",
          "settings": {
            "foreground": "#ffdfb0e3"
          }
        },
        {
          "scope": "string.quoted.single",
          "settings": {
            "foreground": "#ffdfb0e3"
          }
        },
        {
          "scope": "entity.name.function",
          "settings": {
            "foreground": "#6efc99"
          }
        },
        {
          "scope": "variable.other.readwrite",
          "settings": {
            "foreground": "#d4d3d3"
          }
        },
        {
          "scope": "variable.language.this",
          "settings": {
            "foreground": "#fc3f78"
          }
        },
        {
          "scope": "support.function",
          "settings": {
            "foreground": "#fafc84",
            "fontStyle": "italic bold"
          }
        },
        {
          "scope": "constant.numeric.decimal",
          "settings": {
            "foreground": "#fafc84"
          }
        },
        {
          "scope": "variable.parameter",
          "settings": {
            "foreground": "#d4d3d3"
          }
        },
        {
          "scope": "keyword.control",
          "settings": {
            "foreground": "#fc3f78"
          }
        },
        {
          "scope": "entity.other.attribute-name.class",
          "settings": {
            "foreground": "#6efc99"
          }
        },
        {
          "scope": "constant.numeric",
          "settings": {
            "foreground": "#fafc84"
          }
        },
        {
          "scope": "meta.jsx.children",
          "settings": {
            "foreground": "#e4e2e2"
          }
        },
        {
          "scope": "storage.type",
          "settings": {
            "foreground": "#6ab9fa",
            "fontStyle": "italic bold"
          }
        },
        {
          "scope": "variable.object.property",
          "settings": {
            "foreground": "#BB77FF"
          }
        },
        {
          "scope": "storage.type.class",
          "settings": {
            "foreground": "#6ab9fa",
            "fontStyle": "italic bold"
          }
        },
        {
          "scope": "keyword.control.import",
          "settings": {
            "foreground": "#a461fc",
            "fontStyle": "bold"
          }
        },
        {
          "scope": "keyword.control.export",
          "settings": {
            "foreground": "#a461fc",
            "fontStyle": "bold"
          }
        },
        {
          "scope": "keyword.control.default",
          "settings": {
            "foreground": "#a461fc",
            "fontStyle": "bold"
          }
        }
      ]
    }
  }

About

πŸš€ My Visual Studio Code <Just Black> theme settings

Topics

Resources

License

Stars

Watchers

Forks