theme

package
v0.22.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// DefaultTextColor is the default text color
	DefaultTextColor = color.FgWhite
	// DefaultHiTextColor is the default highlighted text color
	DefaultHiTextColor = color.FgHiWhite

	// GocuiDefaultTextColor does the same as DefaultTextColor but this one only colors gocui default text colors
	GocuiDefaultTextColor gocui.Attribute

	// ActiveBorderColor is the border color of the active frame
	ActiveBorderColor gocui.Attribute

	// InactiveBorderColor is the border color of the inactive active frames
	InactiveBorderColor gocui.Attribute

	// SelectedLineBgColor is the background color for the selected line
	SelectedLineBgColor color.Attribute

	// SelectedRangeBgColor is the background color of the selected range of lines
	SelectedRangeBgColor color.Attribute

	// GocuiSelectedLineBgColor is the background color for the selected line in gocui
	GocuiSelectedLineBgColor gocui.Attribute

	OptionsFgColor color.Attribute

	OptionsColor gocui.Attribute

	DiffTerminalColor = color.FgMagenta
)

Functions

func GetBgAttribute added in v0.15.1

func GetBgAttribute(key string) color.Attribute

GetBgAttribute gets the color background attribute from the string

func GetBgColor added in v0.15.1

func GetBgColor(keys []string) color.Attribute

GetColor bitwise OR's a list of attributes obtained via the given keys

func GetFgAttribute added in v0.15.1

func GetFgAttribute(key string) color.Attribute

GetFgAttribute gets the color foreground attribute from the string

func GetFgColor added in v0.15.1

func GetFgColor(keys []string) color.Attribute

GetColor bitwise OR's a list of attributes obtained via the given keys

func GetGocuiAttribute added in v0.15.1

func GetGocuiAttribute(key string) gocui.Attribute

GetAttribute gets the gocui color attribute from the string

func GetGocuiColor added in v0.15.1

func GetGocuiColor(keys []string) gocui.Attribute

GetGocuiColor bitwise OR's a list of attributes obtained via the given keys

func UpdateTheme

func UpdateTheme(userConfig *viper.Viper)

UpdateTheme updates all theme variables

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL