17

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?

Ammad
  • 4,031
  • 12
  • 39
  • 62
  • 1
    Hi ask is for changing color for anonymous user. I am looking the change for every body. – Ammad Dec 06 '16 at 22:46

5 Answers5

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
  • 1
    Hi 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
  • 1
    Hi, 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
8

In Grafana Home Dashboard:

Configuration -> Preferences -> UI Theme -> Light

enter image description here

Maria Ines Parnisari
  • 16,584
  • 9
  • 85
  • 130
Ivan Aracki
  • 4,861
  • 11
  • 59
  • 73
2

If you are going to use docker with environment config,you can add GF_USERS_DEFAULT_THEME = light

hf30
  • 21
  • 1
2

In the grafana URL link, you can add &theme=light.

Asuwini P
  • 31
  • 4
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