mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Use inverse-video for paren-match
This commit is contained in:
parent
e95a1598cd
commit
784f914718
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@
|
|||
`(rst-level-6 ((t (:background unspecified))))
|
||||
`(sh-heredoc ((t (:foreground ,orange5))))
|
||||
`(shadow ((t (:foreground ,gray4))))
|
||||
`(show-paren-match ((t (:background ,gray2 :weight bold))))
|
||||
`(show-paren-match ((t (:inverse-video t))))
|
||||
`(show-paren-mismatch ((t (:background unspecified :foreground ,red5))))
|
||||
`(slime-repl-input-face ((t (:foreground ,gray6))))
|
||||
`(slime-repl-inputed-output-face ((t (:foreground ,gray6))))
|
||||
|
|
Loading…
Reference in a new issue