Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetDark ¶
func SetDark()
SetDark sets the Iceberg dark theme Based on https://github.com/cocopon/iceberg.vim
func SetLight ¶
func SetLight()
SetLight sets the Iceberg light theme Based on https://github.com/cocopon/iceberg.vim
Types ¶
type Theme ¶
type Theme struct {
IsLight bool
Background tcell.Color
Foreground tcell.Color
Selection tcell.Color
Cursor tcell.Color
Black tcell.Color
Red tcell.Color
Green tcell.Color
Yellow tcell.Color
Blue tcell.Color
Magenta tcell.Color
Cyan tcell.Color
White tcell.Color
BrBlack tcell.Color
BrRed tcell.Color
BrGreen tcell.Color
BrYellow tcell.Color
BrBlue tcell.Color
BrMagenta tcell.Color
BrCyan tcell.Color
BrWhite tcell.Color
}
var Default Theme
Click to show internal directories.
Click to hide internal directories.