Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveConfig ¶
SaveConfig saves the configuration to the config file
Types ¶
type Config ¶
type Config struct { Appearance struct { SelectedTheme string `toml:"selected_theme"` FontSize int `toml:"font_size"` Theme struct { Light ThemeColors `toml:"light"` Dark ThemeColors `toml:"dark"` } `toml:"theme"` } `toml:"appearance"` }
Config represents the application configuration
func LoadConfig ¶
LoadConfig loads the configuration from the config file
type MultiCryptTheme ¶
type MultiCryptTheme struct{}
func (MultiCryptTheme) Color ¶
func (m MultiCryptTheme) Color(name fyne.ThemeColorName, variant fyne.ThemeVariant) color.Color
func (MultiCryptTheme) Font ¶
func (m MultiCryptTheme) Font(style fyne.TextStyle) fyne.Resource
func (MultiCryptTheme) Icon ¶
func (m MultiCryptTheme) Icon(name fyne.ThemeIconName) fyne.Resource
func (MultiCryptTheme) Size ¶
func (m MultiCryptTheme) Size(name fyne.ThemeSizeName) float32
Click to show internal directories.
Click to hide internal directories.