Gitpod: Save Color Theme as Light

Created on 12 Sep 2019  路  6Comments  路  Source: gitpod-io/gitpod

Describe the bug

Change Color Theme to Light does not save anywhere that can be checked into Git. So, Gitpod always reverts to the default dark theme.

To Reproduce

  1. Open File -> Settings -> Change Color Theme
  2. Select Light Theme
  3. Stop and open a new Gitpod instance
  4. Theme is dark again

Expected behavior

I would expect some way to set the default theme even when a new docker instance is started. I tried using the the Theia settings in package.json referenced by this PR, but it did not work.

https://github.com/eclipse-theia/theia/pull/2442

bug theia ux

Most helpful comment

or better yet something in the .gitpod.yml file
maybe a section for it

theming:
    - editor-theme: light 

that way it also paves the way for future customization!

All 6 comments

Currently theme is preserver only for the same origin, for each new workspace the default (dark) theme is used. We can add a preference to allow a user configure the default them it in user settings. @svenefftinge sounds good? pleas open a feature request in Theia repo.

Hey have we considered localstorage for this?

or better yet something in the .gitpod.yml file
maybe a section for it

theming:
    - editor-theme: light 

that way it also paves the way for future customization!

Theming is a user-specific setting not workspace specific so putting it into the .gitpod.yml would be the wrong place. But I have good news, as we are going to roll this out next week.

Awesome!

Hi Sven, may I ask what is the correct way to configure (and share) theme as of now?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hidehiro98 picture hidehiro98  路  3Comments

ColbyWTaylor picture ColbyWTaylor  路  3Comments

kuniss picture kuniss  路  3Comments

Kreyren picture Kreyren  路  3Comments

tekumara picture tekumara  路  3Comments