Skip to content

Commit

Permalink
feat: Support diff-hl
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 7, 2024
1 parent 5c9c807 commit 24298d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vs-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@
`(dap-ui-breakpoint-verified-fringe ((t :foreground "#E71F2D")))
`(breakpoint-disabled ((t :foreground "#C55159")))

`(diff-hl-insert ((t :background "#107C10")))
`(diff-hl-delete ((t :background "#B01414")))
`(diff-hl-change ((t :background "#0077D4")))

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

0 comments on commit 24298d3

Please sign in to comment.