[GH-ISSUE #532] Issues with core.user.defaultTheme #162

Closed
opened 2026-03-07 20:45:33 +03:00 by kerem · 4 comments
Owner

Originally created by @ericsgagnon on GitHub (Nov 7, 2021).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/532

I've tried setting core.user.defaultTheme: "dark" in conf/product.conf, but every time I go to cloudbeaver in a clean browser session (ie new incognito mode window), it uses light theme. I'd love to be able to get it to use dark theme all the time, including when I'm not logged in. Is there any way to do this?

Originally created by @ericsgagnon on GitHub (Nov 7, 2021). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/532 I've tried setting core.user.defaultTheme: "dark" in conf/product.conf, but every time I go to cloudbeaver in a clean browser session (ie new incognito mode window), it uses light theme. I'd love to be able to get it to use dark theme all the time, including when I'm not logged in. Is there any way to do this?
kerem 2026-03-07 20:45:33 +03:00
Author
Owner

@kseniiaguzeeva commented on GitHub (Nov 8, 2021):

Thank you for the report. We are going to add theme selection support.

<!-- gh-comment-id:963163728 --> @kseniiaguzeeva commented on GitHub (Nov 8, 2021): Thank you for the report. We are going to add theme selection support.
Author
Owner

@kseniiaguzeeva commented on GitHub (Nov 24, 2021):

The issue is fixed in the latest 21.2.3 release.

<!-- gh-comment-id:978131744 --> @kseniiaguzeeva commented on GitHub (Nov 24, 2021): The issue is fixed in the latest 21.2.3 release.
Author
Owner

@frank-lam commented on GitHub (Mar 30, 2022):

@kseniiaguzeeva
where to setting the default theme??

<!-- gh-comment-id:1082767039 --> @frank-lam commented on GitHub (Mar 30, 2022): @kseniiaguzeeva where to setting the default theme??
Author
Owner

@kseniiaguzeeva commented on GitHub (Mar 30, 2022):

Could you please try to add the parameter to product.conf (or create .product.runtime.conf in local config and add the parameter there):

{
 "core": {
   "user": {
     "defaultTheme": light
   }
 }
}

You can also see the article about product parameters.

Please do not hesitate to ask any aditional questions.

<!-- gh-comment-id:1082832778 --> @kseniiaguzeeva commented on GitHub (Mar 30, 2022): Could you please try to add the parameter to product.conf (or create `.product.runtime.conf` in local config and add the parameter there): ``` { "core": { "user": { "defaultTheme": light } } } ``` You can also see the [article](https://github.com/dbeaver/cloudbeaver/wiki/Product-configuration-parameters) about product parameters. Please do not hesitate to ask any aditional questions.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#162
No description provided.