Skip to content

UI components Color  #178

@hamelhmc

Description

@hamelhmc

Example code in VUE 3

Captura de pantalla 2021-05-22 a las 13 51 43

VSCODE Theme GitHub Dark Default

settings.json -> copy & paste

"editor.tokenColorCustomizations": {
    "[GitHub Dark Default]": {
      "textMateRules": [
        {
          "scope": [
            "support.class.component.html",
            "entity.other.attribute-name.html"
          ],
          "settings": {
            "foreground": "#C792EA"
          }
        },
        {
          "scope": [
            "entity.other.attribute-name.html"
          ],
          "settings": {
            "foreground": "#F97583"
          }
        },
      ]
    },
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions