Skip to content

feat: Create gitlab-color-theme extension

What does this MR do and why?

It moves the Web IDE color theme definitions to a separate package. The new packaged called vscode-extension-gitlab-vscode-theme is a VSCode color theme extension that is built into the Web IDE. This is the first step towards releasing these color themes as a standalone extension in several marketplaces and integrating it with Remote Development workspaces.

How to test?

  • Run yarn start:example
  • Make sure that the GitLab color theme is applied by default in the Web IDE.
  • Make sure that you can pick any of the color themes provided by the extension.

Related issue: #300 (closed)

Edited by Enrique Alcántara

Merge request reports