shamansir / tron-gui / Tron.Style.Theme

Theme


type Theme
    = Dark
    | Light

Dark or Light theme, each of those could be useful for different situation.

Values

dark : Theme

light : Theme

Toggling

toggle : Theme -> Theme

Toggle theme from Light to Dark and vice-versa

Name

toString : Theme -> String