editor: Update git hunk indicators to show staging status when hunk is expanded (#24818)
- Update git hunk indicators to show staging status when hunk is expanded - Updates uses of status colors to the new version control theme colors - Adds new version control theme colors to included themes Before:  After:  (Colors here are from before theme colors were added) Release Notes: - N/A *or* Added/Fixed/Improved ... --------- Co-authored-by: cole-miller <m@cole-miller.net>
This commit is contained in:
parent
a6a8d79d86
commit
8c202b3b09
6 changed files with 167 additions and 65 deletions
|
@ -136,11 +136,11 @@ impl ThemeColors {
|
|||
terminal_ansi_dim_white: neutral().light().step_11(),
|
||||
link_text_hover: orange().light().step_10(),
|
||||
version_control_added: ADDED_COLOR,
|
||||
version_control_added_background: ADDED_COLOR.opacity(0.1),
|
||||
version_control_added_background: ADDED_COLOR.opacity(0.08),
|
||||
version_control_deleted: REMOVED_COLOR,
|
||||
version_control_deleted_background: REMOVED_COLOR.opacity(0.1),
|
||||
version_control_deleted_background: REMOVED_COLOR.opacity(0.08),
|
||||
version_control_modified: MODIFIED_COLOR,
|
||||
version_control_modified_background: MODIFIED_COLOR.opacity(0.1),
|
||||
version_control_modified_background: MODIFIED_COLOR.opacity(0.08),
|
||||
version_control_renamed: MODIFIED_COLOR,
|
||||
version_control_conflict: orange().light().step_12(),
|
||||
version_control_conflict_background: orange().light().step_12().opacity(0.1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue