monomer-1.5.0.0: A GUI library for writing native Haskell applications.
Copyright(c) 2018 Francisco Vallarino
LicenseBSD-3-Clause (see the LICENSE file)
Maintainerfjvallarino@gmail.com
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Monomer.Core.Themes.BaseTheme

Description

Provides a base theme, with fixed sizes and padding but configurable colors.

Synopsis

Documentation

data BaseThemeColors Source #

Customizable colors for the theme.

Constructors

BaseThemeColors 

Fields

baseTheme :: BaseThemeColors -> Theme Source #

Creates a theme using the provided colors.