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 describes how to change the theme color of the FortiGate GUI or SSL-VPN Portal for Web Mode, and how to list the available colors.    
 
Scope
 
FortiGate.


Solution


FortiGate GUI Theme:

  • v7.2.X. From GUI: Go to System -> Settings -> View Settings -> Theme and select the drop-down menu to see the list of theme colors.
 
KB_Edit_System Theme.jpg

 

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, the question mark provides the list of available themes for GUI.
    jade        <----- Jade theme (green color).
    neutrino    <----- Neutrino theme (dark blue color).
    mariner     <----- Mariner theme (blue color).
    graphite    <----- Graphite theme (gray color).
    melongene   <----- Melongene theme (eggplant color).
    retro       <----- Retro theme (retro theme with dark green color).
    dark-matter <----- Dark-matter theme (dark theme with purple color).
    onyx        <----- Onyx theme (dark theme with green color).
    eclipse     <----- Eclipse theme (dark theme with orange color).
    set gui-theme jade
end
 
The theme for the GUI has been changed to the green (jade) color theme.
  • v7.4.X: This version included two new themes (jet-stream, security-fabric):
 
THEMES.png
config system global
(global) # set gui-theme ?
jade                <----- Jade theme.
neutrino            <----- Neutrino theme.
mariner             <----- Mariner theme.
graphite            <----- Graphite theme.
melongene           <----- Melongene theme.
jet-stream          <----- Jet Stream theme.
security-fabric     <----- Security Fabric theme.
retro FortiOS v3    <----- Retro theme.
dark-matter         <----- Dark Matter theme.
onyx                <----- Onyx theme.
eclipse             <----- Eclipse theme.
 
SSL VPN Portal Theme:
  • v7.2.X. From GUI: Go to VPN -> SSL-VPN Portals -> Edit SSL-VPN Portal -> Web Mode -> Theme and select the drop-down menu to see the list of theme colors.
 
SSL_VPN_WEB_MODE_THEME.png

From CLI: As this is a global change, the command needs to be run in the global mode:
 
config vpn ssl web portal
    edit <portal-name>
        set theme ?  <----- Here, the question mark provides the list of available themes for the SSL-VPN Portal for Web Mode.
        jade        <----- Jade theme (green color).
        neutrino    <----- Neutrino theme (dark blue color).
        mariner     <----- Mariner theme (blue color).
        graphite    <----- Graphite theme (gray color).
        melongene   <----- Melongene theme (eggplant color).
        dark-matter <----- Dark-matter theme (dark theme with purple color).
        onyx        <----- Onyx theme (dark theme with green color).
        eclipse     <----- Eclipse theme (dark theme with orange color).
        set theme jade
end
 
The theme for the GUI has been changed to the green (jade) color theme.
  • v7.0: This version included two new themes (jet-stream, security-fabric):

 

SSL_VPN_WEB_MODE_THEME_II.png

config vpn ssl web portal
    edit <portal-name>
        set theme ?
        jade                <----- Jade theme (green color).
        neutrino            <----- Neutrino theme (dark blue color).
        mariner             <----- Mariner theme (blue color).
        graphite            <----- Graphite theme (gray color).
        melongene           <----- Melongene theme (eggplant color).
        jet-stream          <----- Jet Stream theme.
        security-fabric     <----- Security Fabric theme.
        dark-matter         <----- Dark-matter theme (a dark theme with purple color).
        onyx                <----- Onyx theme (a dark theme with green color).
        eclipse             <----- Eclipse theme (dark theme with orange color).