FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
akawade
Staff
Staff
Article Id 191472
Description
This article explains how to change the theme color of the GUI, and how to list the available colors.    

Solution
From GUI:

Go to System -> Settings -> View Settings -> Theme and select the drop-down menu to see the theme colors list.






From CLI:

As this is a global change , the command needs to be run in the global mode:
# config system global
     set gui-theme ?                          <----- Here, question mark provide you the list of available themes for GUI.
          green                                        <----- Green theme.
          red                                            <----- Red theme.
          blue                                          <----- Light blue theme.
          melongene                                <----- Melon gene theme (eggplant color).
          mariner                                    <----- Mariner theme (dark blue color).
     set gui-theme red                     <----- To save the theme as Red color.
 end
Theme for the GUI is changed to the Red Color theme.

Contributors