package
0.48.0
Repository: https://github.com/jesseduffield/lazygit.git
Documentation: pkg.go.dev

# Functions

GetGocuiAttribute gets the gocui color attribute from the string.
GetGocuiStyle bitwise OR's a list of attributes obtained via the given keys.
UpdateTheme updates all theme variables.

# Variables

ActiveBorderColor is the border color of the active frame.
CherryPickedCommitColor is the text style when cherry picking a commit.
DefaultTextColor is the default text color.
GocuiDefaultTextColor does the same as DefaultTextColor but this one only colors gocui default text colors.
GocuiInactiveViewSelectedLineBgColor is the background color for the selected line in gocui if the view doesn't have focus.
GocuiSelectedLineBgColor is the background color for the selected line in gocui.
InactiveBorderColor is the border color of the inactive active frames.
InactiveViewSelectedLineBgColor is the background color for the selected line if the view doesn't have the focus.
MarkedBaseCommitTextStyle is the text style of the marked rebase base commit.
FilteredActiveBorderColor is the border color of the active frame, when it's being searched/filtered.
SelectedLineBgColor is the background color for the selected line.