Documentation ¶
Index ¶
Constants ¶
View Source
const ( ColorBlue = "blue" ColorBrown = "brown" ColorGray = "gray" ColorGreen = "green" ColorOrange = "orange" ColorPurple = "purple" ColorRed = "red" ColorYellow = "yellow" )
Primary color names.
View Source
const ( VariantDark fyne.ThemeVariant = iota VariantLight VariantNameUserPreference // locally used in builtinTheme for backward compatibility )
Theme variants; the public available ones are defined in /theme/theme.go.
Variables ¶
This section is empty.
Functions ¶
func ForegroundOnPrimaryColorNamed ¶
ForegroundOnPrimaryColorNamed returns a theme specific color used for text and icons against the named primary color.
func PrimaryColorNamed ¶
PrimaryColorNamed returns a theme specific color value for a named primary color.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.