summaryrefslogtreecommitdiffstats
path: root/pkg/theme
AgeCommit message (Collapse)Author
2021-09-30Fix text formattingSam Burville
2021-09-30Update pkg/theme/theme.goJesse Duffield
2021-09-30Update pkg/theme/theme.goJesse Duffield
2021-09-30Use simpler short variable declarationsamburville
Co-authored-by: Jesse Duffield <jessedduffield@gmail.com>
2021-09-30Make cherry pick commit color customisableSam Burville
Two new settings in the config, which allow the cherry picked foreground and background to be custom colors. Issue #856
2021-08-09Add color functions to templates funcMapsElwardi
2021-08-07Support match colors in `labelFormat` entry in menuFromCommand promptsElwardi
2021-07-31refactorJesse Duffield
2021-07-31more efficientJesse Duffield
2021-07-31simplify code a bitJesse Duffield
2021-07-30Switch to github.com/gookit/color for terminal colorsmjarkk
2021-07-26Allow hex theme colorsmjarkk
2020-10-10remove viperJesse Duffield
WIP
2020-05-15prevent flicker from bolding background of selected lineJesse Duffield
2020-05-13standardise how we handle background coloursv0.20.3Jesse Duffield
2020-03-29add new diff modeJesse Duffield
WIP WIP WIP WIP WIP WIP WIP
2020-02-24support searching in side panelsJesse Duffield
For now we're just doing side panels, because it will take more work to support this in the various main panel contexts
2020-02-23allow customizing background color in staging modeJesse Duffield
2019-11-05support split view in staging panel and staging rangesJesse Duffield
2019-10-20Removed the pkg/gui/theme.go filemjarkk
Moved most functions to the new theme/theme.go
2019-10-20Added light theme option to the settingsmjarkk