Skip to content

Commit

Permalink
chore(neovim): change dap highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Dec 8, 2023
1 parent d320d99 commit 5aebea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/plugins/colorscheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ return {
CopilotSuggestion = { fg = "${copilot}", italic = true },

-- DAP
DebugBreakpoint = { fg = "${red}", bold = true },
DebugBreakpoint = { fg = "${red}", bold = true, italic = true },
DebugHighlightLine = { fg = "${purple}", italic = true },
NvimDapVirtualText = { fg = "${cyan}", italic = true },

Expand Down

0 comments on commit 5aebea3

Please sign in to comment.