As the Grafana Dashboard comes with Default black back ground color. It is possible to change the color to some other color of user choice?
Asked
Active
Viewed 3.9k times
5 Answers
13
What version are you using? If you're using > v3.x, you'll be able to set a default theme for the main organisation.
Set it to the light theme and you're good.

praj
- 914
- 7
- 11
-
1Hi Paraj, I am using version 4.0.0. I can see that default_theme=dark. What are the possible options to set i have? – Ammad Dec 07 '16 at 03:13
-
1Hi, I can see that only two options can be set, either dark or light. Thanks. – Ammad Dec 07 '16 at 03:30
-
You can compile your own user color choice by editing either the dark or the light css file and then setting the default organization to use that. Grafana by default only comes with the dark or the light theme. – praj Dec 08 '16 at 03:39
-
in /etc/grafana/grafana.ini uncomment line and set default_theme = light – Ammad Dec 22 '16 at 01:18
2
If you are going to use docker with environment config,you can add GF_USERS_DEFAULT_THEME = light

hf30
- 21
- 1
0
In the bottom left corner, above the help button, there is a little icon. Click on it and edit your preferences.

cheesus
- 1,111
- 1
- 16
- 44