jesseduffield.lazygit/pkg
PeterTimCousins aca5b7516e feat: add per-file-status theme colors for the files panel
Add configurable colors for each git file status character (modified,
deleted, untracked, added, renamed, copied) in the theme config. Each
color falls back to unstagedChangesColor when not set, preserving
existing behavior.

New theme config keys:
- modifiedColor: color for modified files (M)
- deletedColor: color for deleted files (D)
- untrackedColor: color for untracked files (?)
- addedColor: color for added/staged new files (A)
- renamedColor: color for renamed files (R)
- copiedColor: color for copied files (C)

Example config:
  gui:
    theme:
      modifiedColor:
        - '#e0af68'
      deletedColor:
        - '#f7768e'
      untrackedColor:
        - '#9ece6a'
2026-04-03 14:31:51 +01:00
..
app Pass todo flag to EditRebaseTodo 2026-01-28 10:15:51 +01:00
cheatsheet refactor: use strings.Builder and strings.Repeat to simplify code 2025-12-03 18:34:21 +01:00
commands Add GitHub commands and model for fetching PR status 2026-04-01 09:13:55 +02:00
common Move NewDummyCommon to pkg/common 2025-05-06 09:43:26 +02:00
config feat: add per-file-status theme colors for the files panel 2026-04-03 14:31:51 +01:00
constants Make the links in the status panel point to the current version rather than master 2024-03-22 08:13:59 +01:00
env Support bare worktrees where worktree does not have its own .git file 2023-08-07 22:40:53 +10:00
fakes Modernize all codes 2025-11-15 10:46:23 +01:00
gui feat: add per-file-status theme colors for the files panel 2026-04-03 14:31:51 +01:00
i18n Add commands for opening a Github PR in the browser 2026-04-01 09:13:55 +02:00
integration Make file sort order and case sensitivity configurable 2026-03-30 17:53:25 +02:00
jsonschema Modernize all codes 2025-11-15 10:46:23 +01:00
logs Clean up build tags 2025-08-14 20:40:44 +02:00
snake Enable intrange linter, and fix warnings 2025-06-30 18:30:11 +02:00
tasks Modernize all codes 2025-11-15 10:46:23 +01:00
theme feat: add per-file-status theme colors for the files panel 2026-04-03 14:31:51 +01:00
updates Change direct access to Common.UserConfig to a getter 2024-08-18 10:24:52 +02:00
utils Pass todo flag to EditRebaseTodo 2026-01-28 10:15:51 +01:00