mirror of
https://github.com/emacs-vs/vs-light-theme.git
synced 2026-03-07 14:21:51 -08:00
improve sideline lsp
This commit is contained in:
parent
67759c9033
commit
c7fb515adf
1 changed files with 7 additions and 7 deletions
|
|
@ -227,15 +227,15 @@
|
|||
`(modablist-select-face ((t :box (:line-width (-1 . -1) :color "#65A7E2" :style nil))))
|
||||
`(modablist-insert-face ((t :background "#565136" :box (:line-width (-1 . -1) :color "#65A7E2" :style nil))))
|
||||
|
||||
`(success ((t :foreground "#10C800" :bold t)))
|
||||
`(success ((t :foreground "#34DC25" :bold t)))
|
||||
`(warning ((t :foreground "#E4B400" :bold t)))
|
||||
`(error ((t :foreground "#EF1C0E" :bold t)))
|
||||
|
||||
`(flycheck-info ((t :underline (:style wave :color "#10C800"))))
|
||||
`(flycheck-info ((t :underline (:style wave :color "#34DC25"))))
|
||||
`(flycheck-warning ((t :underline (:style wave :color "#E4B400"))))
|
||||
`(flycheck-error ((t :underline (:style wave :color "#EF1C0E"))))
|
||||
|
||||
`(flymake-note ((t :underline (:style wave :color "#10C800"))))
|
||||
`(flymake-note ((t :underline (:style wave :color "#34DC25"))))
|
||||
`(flymake-warning ((t :underline (:style wave :color "#E4B400"))))
|
||||
`(flymake-error ((t :underline (:style wave :color "#EF1C0E"))))
|
||||
|
||||
|
|
@ -250,16 +250,16 @@
|
|||
`(dap-ui-breakpoint-verified-fringe ((t :foreground "#E71F2D")))
|
||||
`(breakpoint-disabled ((t :foreground "#C55159")))
|
||||
|
||||
`(sideline-default ((t :foreground "DarkOrange")))
|
||||
`(sideline-default ((t :foreground "#E07B00")))
|
||||
`(sideline-backend ((t :background "#F6F6F6" :foreground "#7F7F7F")))
|
||||
|
||||
`(sideline-lsp-code-action ((t :foreground "DarkOrange")))
|
||||
`(sideline-lsp-code-action ((t :foreground "#E07B00")))
|
||||
|
||||
`(sideline-flycheck-info ((t :foreground "#10C800" :bold t)))
|
||||
`(sideline-flycheck-info ((t :foreground "#34DC25" :bold t)))
|
||||
`(sideline-flycheck-warning ((t :foreground "#E4B400" :bold t)))
|
||||
`(sideline-flycheck-error ((t :foreground "#EF1C0E" :bold t)))
|
||||
|
||||
`(sideline-flymake-note ((t :foreground "#10C800" :bold t)))
|
||||
`(sideline-flymake-note ((t :foreground "#34DC25" :bold t)))
|
||||
`(sideline-flymake-warning ((t :foreground "#E4B400" :bold t)))
|
||||
`(sideline-flymake-error ((t :foreground "#EF1C0E" :bold t)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue