Skip to content

Custom colors like in the catppuccin vscode theme #640

@RoyalFoxy

Description

@RoyalFoxy

Describe the feature

There is a config in the catppuccin vscode theme that allows you to change each color to something else like this

// settings.json
{
  "catppuccin.colorOverrides": {
    "mocha": {
      "text": "#9f9fa9",
      "subtext1": "#8f8f99",
      "subtext0": "#808089",
      "overlay2": "#717179",
      "overlay1": "#62626a",
      "overlay0": "#54545b",
      "surface2": "#46464c",
      "surface1": "#39393e",
      "surface0": "#2c2c30",
      "base": "#202023",
      "mantle": "#141417",
      "crust": "#09090b",

      "rosewater": "#f43f5e",
      "flamingo": "#ff637e",
      "pink": "#f472b6",
      "mauve": "#c084fc",
      "red": "#ef4444",
      "maroon": "#f87171",
      "peach": "#f59e0b",
      "yellow": "#facc15",
      "green": "#a3e635",
      "teal": "#2dd4bf",
      "sky": "#06b6d4",
      "sapphire": "#38bdf8",
      "blue": "#60a5fa",
      "lavender": "#818cf8"
    }
  }
}

It would be very nice to also have something similar in this extension to change the icon colors or possibly have an option to inherit the colors from the catppuccin theme if it is installed and active.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions