1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-01 00:54:58 +02:00
Commit Graph

29 Commits

Author SHA1 Message Date
9df634f13f Color view frame differently when searching/filtering
Given that we now persist search/filter states even after a side context loses focus, we need to make it really
clear to the user that the context is currently being searched/filtered
2023-07-03 12:54:14 +10:00
378c50cf30 Set defaults colours to 'default', not 'white'
'white' is great on dark themes, and terrible on light themes.
2023-06-01 18:59:04 +10:00
820f7b9404 Support strikethrough text style 2023-05-21 10:46:13 +10:00
63e8b8c01c Fix setting gui.selectedRangeBgColor as a hex value 2023-03-03 08:46:43 +01:00
ed47529604 Add some tests for GetTextStyle
The tests show that setting a hex color doesn't work; we'll fix that in the next
commit.
2023-03-03 08:46:43 +01:00
37997dcbcd [#2279] defaultFgColor entry in theme config 2022-11-21 21:48:18 +01:00
1ac3ae1ad1 use better colour defaults 2022-11-12 14:59:15 +11:00
f5a5b7f966 Add unstagedChangesColor config option 2022-03-16 19:21:39 +11:00
268d4080b3 Fix text formatting 2021-09-30 01:26:05 +10:00
2c72990838 Update pkg/theme/theme.go 2021-09-30 01:26:05 +10:00
046edd8120 Update pkg/theme/theme.go 2021-09-30 01:26:05 +10:00
c4552aad28 Use simpler short variable declaration
Co-authored-by: Jesse Duffield <jessedduffield@gmail.com>
2021-09-30 01:26:05 +10:00
c5f7ad5adb Make cherry pick commit color customisable
Two new settings in the config, which allow the cherry picked
foreground and background to be custom colors.

Issue #856
2021-09-30 01:26:05 +10:00
e8e4fa5957 Add color functions to templates funcMaps 2021-08-09 11:52:00 +01:00
b5d8849c06 Support match colors in labelFormat entry in menuFromCommand prompts 2021-08-07 16:06:36 +01:00
550c0fd4dc refactor 2021-07-31 17:56:47 +10:00
0bc0e4ac88 more efficient 2021-07-31 17:33:20 +10:00
117c0bd4f7 simplify code a bit 2021-07-31 17:33:13 +10:00
79848087bc Switch to github.com/gookit/color for terminal colors 2021-07-30 15:14:46 +02:00
4fca89bc52 Allow hex theme colors 2021-07-26 10:38:45 +02:00
4912205adb remove viper
WIP
2020-10-10 00:23:01 +11:00
913f17ee3e prevent flicker from bolding background of selected line 2020-05-15 21:12:12 +10:00
267730bc00 standardise how we handle background colours 2020-05-13 21:24:25 +10:00
40fbce91ce add new diff mode
WIP

WIP

WIP

WIP

WIP

WIP

WIP
2020-03-29 18:26:24 +11:00
46be280c92 support searching in side panels
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-24 22:18:04 +11:00
fabdda0492 allow customizing background color in staging mode 2020-02-23 18:37:19 +11:00
820f3d5cbb support split view in staging panel and staging ranges 2019-11-05 19:22:01 +11:00
a045313e08 Removed the pkg/gui/theme.go file
Moved most functions to the new theme/theme.go
2019-10-20 12:32:57 +11:00
02fef3136f Added light theme option to the settings 2019-10-20 12:32:57 +11:00