Skip to content

Commit

Permalink
feat(theme): add StatusLine and StatusLineNC highlights to the group (#…
Browse files Browse the repository at this point in the history
…294)

## 📃 Summary

add `StatusLine` and `StatusLineNC` highlights

## 📸 Preview

### before
<img width="1381" alt="Screenshot 2024-01-25 at 10 30 12"
src="https://github.com/shortcuts/no-neck-pain.nvim/assets/26097838/5826a677-93bc-423c-82e1-34e1f25a8868">

### after
<img width="1381" alt="Screenshot 2024-01-25 at 10 30 30"
src="https://github.com/shortcuts/no-neck-pain.nvim/assets/26097838/7d2f5e90-1813-4373-86d6-d9cd7a79868d">
  • Loading branch information
embe221ed authored Feb 3, 2024
1 parent fc3cc90 commit 3005aec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/no-neck-pain/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ function C.init(win, side)
SignColumn = backgroundGroup,
Cursor = backgroundGroup,
LineNr = backgroundGroup,
StatusLine = backgroundGroup,
StatusLineNC = backgroundGroup,
})
end

Expand Down

0 comments on commit 3005aec

Please sign in to comment.