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.
No description provided by the author
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.
No description provided by the author
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.
No description provided by the author
No description provided by the author
FilteredActiveBorderColor is the border color of the active frame, when it's being searched/filtered.
SelectedLineBgColor is the background color for the selected line.
No description provided by the author