Skip to content

Commit

Permalink
feat(overseer): add hl for overseer
Browse files Browse the repository at this point in the history
  • Loading branch information
sho-87 committed Jul 15, 2024
1 parent bbf1a7b commit 8a40bf2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/kanagawa-paper/highlights/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,14 @@ function M.setup(colors, opts)
NeotestTest = { fg = theme.ui.float.fg },
NeotestUnknown = { fg = theme.syn.deprecated },
NeotestWatching = { fg = theme.vcs.changed },

-- overseer
OverseerPENDING = { fg = theme.diag.hint },
OverseerRUNNING = { fg = theme.diag.info },
OverseerSUCCESS = { fg = theme.diag.ok },
OverseerCANCELED = { fg = theme.diag.warning },
OverseerFAILURE = { fg = theme.diag.error },
OverseerTaskBorder = { fg = theme.ui.win_separator },
}
end

Expand Down

0 comments on commit 8a40bf2

Please sign in to comment.