1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

use better colour defaults

This commit is contained in:
Jesse Duffield
2022-11-11 08:08:53 +11:00
parent 34404162e6
commit 1ac3ae1ad1
4 changed files with 4 additions and 34 deletions

View File

@ -27,6 +27,7 @@ var (
BgBlue = FromBasicBg(color.BgBlue)
BgMagenta = FromBasicBg(color.BgMagenta)
BgCyan = FromBasicBg(color.BgCyan)
BgDefault = FromBasicBg(color.BgDefault)
// will not print any colour escape codes, including the reset escape code
Nothing = New()