Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CurrentTheme = defaultTheme()
CurrentTheme is the currently active theme
Functions ¶
func CatppuccinColor ¶
func CatppuccinColor(c catppuccin.Color) tcell.Color
func DefaultBorderWithPadding ¶
DefaultBorderWithPadding applies default border styling with padding
func DefaultBorderWithoutPadding ¶
DefaultBorderWithoutPadding applies default border styling without padding
func SetPanelTitle ¶
SetPanelTitle sets up a box with a centered title and default border
Types ¶
type Theme ¶
type Theme interface {
FocusedBorderColor() tcell.Color
FocusedGraphicsColor() tcell.Color
FocusedSelectedTextStyle() tcell.Style
BlurredBorderColor() tcell.Color
BlurredGraphicsColor() tcell.Color
BlurredSelectedTextStyle() tcell.Style
LabelColor() tcell.Color
TableHeaderColor() tcell.Color
HotkeyColor() tcell.Color
}
func CatppuccinTheme ¶
func CatppuccinTheme(flavor catppuccin.Flavor) Theme
Click to show internal directories.
Click to hide internal directories.