Documentation
¶
Index ¶
Constants ¶
View Source
const ( ThemeMonochrome = "monochrome" DefaultThemeName = "catppuccin_mocha" ThemeCatppuccinMocha = "catppuccin_mocha" ThemeCatppuccinMacchiato = "catppuccin_macchiato" ThemeRosePine = "rose_pine" ThemeTokyoNight = "tokyo_night" ThemeDracula = "dracula" ThemeVesper = "vesper" )
Variables ¶
This section is empty.
Functions ¶
func KnownThemes ¶
func KnownThemes() []string
func NormalizeName ¶
Types ¶
type Theme ¶
type Theme struct {
TextPrimary string
TextSecondary string
TextMuted string
BackgroundBase string
AccentPrimary string
AccentSecondary string
StatusError string
StatusSuccess string
StatusWarning string
StatusInfo string
}
func CatppuccinMacchiatoTheme ¶
func CatppuccinMacchiatoTheme() Theme
func CatppuccinMochaTheme ¶
func CatppuccinMochaTheme() Theme
func DraculaTheme ¶
func DraculaTheme() Theme
func MonochromeTheme ¶ added in v0.8.7
func MonochromeTheme() Theme
func RosePineTheme ¶
func RosePineTheme() Theme
func TokyoNightTheme ¶
func TokyoNightTheme() Theme
func VesperTheme ¶
func VesperTheme() Theme
Click to show internal directories.
Click to hide internal directories.