Skip to content

Commit

Permalink
expand highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
CKolkey committed Jul 18, 2023
1 parent 092c5e3 commit 92cd414
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions HIGHLIGHTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Applied to a stashes name on the status buffer
### NeogitFold
Folded text highlight

## Status Buffer item's git status
## Status Buffer item's git status (left of the filepath)
### NeogitChangeModified
### NeogitChangeAdded
### NeogitChangeDeleted
Expand All @@ -28,33 +28,38 @@ Folded text highlight
### NeogitChangeBothModified
### NeogitChangeNewFile

## Status Buffer Section header
### NeogitUntrackedfiles
### NeogitUnstagedchanges
### NeogitUnmergedchanges
### NeogitUnpulledchanges
### NeogitRecentcommits
### NeogitStagedchanges
### NeogitStashes
### NeogitRebasing
## Status Buffer Section headers
These are at the top of every section on the status buffer.

- NeogitUntrackedfiles
- NeogitUnstagedchanges
- NeogitUnmergedchanges
- NeogitUnpulledchanges
- NeogitRecentcommits
- NeogitStagedchanges
- NeogitStashes
- NeogitRebasing


## Signs - Line Highlights
### NeogitHunkHeader
### NeogitHunkHeaderHighlight
### NeogitDiffContext
### NeogitDiffContextHighlight
### NeogitDiffAdd
### NeogitDiffAddHighlight
### NeogitDiffDelete
### NeogitDiffDeleteHighlight
### NeogitDiffHeader
### NeogitDiffHeaderHighlight
Used to highlight different sections of the status buffer or commit buffer. Will apply background to entire line.

- NeogitHunkHeader
- NeogitHunkHeaderHighlight
- NeogitDiffContext
- NeogitDiffContextHighlight
- NeogitDiffAdd
- NeogitDiffAddHighlight
- NeogitDiffDelete
- NeogitDiffDeleteHighlight
- NeogitDiffHeader
- NeogitDiffHeaderHighlight

### NeogitRebaseDone
Current position marker in rebase todo

### NeogitCursorLine

Adaptive cursor-line highlight.

## Commit Buffer
### NeogitFilePath
Expand Down

0 comments on commit 92cd414

Please sign in to comment.