theme

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 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

	OptionsFgColor color.Attribute

	OptionsColor gocui.Attribute

	DiffTerminalColor = color.FgMagenta
)

Functions

func GetBgAttribute

func GetBgAttribute(key string) color.Attribute

GetBgAttribute gets the color background attribute from the string

func GetBgColor

func GetBgColor(keys []string) color.Attribute

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

func GetFgAttribute

func GetFgAttribute(key string) color.Attribute

GetFgAttribute gets the color foreground attribute from the string

func GetFgColor

func GetFgColor(keys []string) color.Attribute

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

func GetGocuiAttribute

func GetGocuiAttribute(key string) gocui.Attribute

GetAttribute gets the gocui color attribute from the string

func GetGocuiColor

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