Add realgud face definitions
This commit is contained in:
parent
5d62247323
commit
66dd3dc0ea
1 changed files with 12 additions and 0 deletions
|
@ -602,6 +602,18 @@ jarring angry fruit salad look to reduce eye fatigue.")
|
|||
'(paren-no-match-face ((t (:bold t :background "white" :foreground "red"))))
|
||||
'(query-replace ((t (:foreground "brown4" :background "palevioletred2"))))
|
||||
'(region ((t (:background "blue3"))))
|
||||
|
||||
`(realgud-overlay-arrow1 ((t (:foreground "medium sea green"))))
|
||||
`(realgud-overlay-arrow2 ((t (:foreground "white"))))
|
||||
`(realgud-overlay-arrow3 ((t (:foreground "indian red"))))
|
||||
`(realgud-bp-enabled-face ((t (:inherit error))))
|
||||
`(realgud-bp-disabled-face ((t (:underline t))))
|
||||
`(realgud-bp-line-enabled-face ((t (:foreground "orange"))))
|
||||
`(realgud-bp-line-disabled-face ((t (:underline t))))
|
||||
`(realgud-file-name ((t (:foreground "cyan"))))
|
||||
`(realgud-line-number ((t (:foreground "yellow"))))
|
||||
`(realgud-backtrace-number ((t (:foreground "yellow" :weight bold))))))
|
||||
|
||||
'(scroll-bar ((t (:background "grey75" :foreground "WhiteSmoke"))))
|
||||
'(secondary-selection ((t (:background "SkyBlue4"))))
|
||||
'(semantic-dirty-token-face ((t (:background "lightyellow"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue