Skip to content

Commit

Permalink
feat: Configure dap-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 7, 2024
1 parent 2fb14fb commit 5c9c807
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vs-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@

`(ts-fold-replacement-face ((t :foreground "#808080" :box (:line-width (-1 . -1) :style pressed-button))))

`(dap-ui-breakpoint-verified-fringe ((t :foreground "#E71F2D")))
`(breakpoint-disabled ((t :foreground "#C55159")))

`(rjsx-tag ((t (:foreground "#87CEFA"))))
`(rjsx-attr ((t (:foreground "#EEDD82"))))
`(rjsx-text ((t (:inherit default))))
Expand Down

0 comments on commit 5c9c807

Please sign in to comment.