Browse Source

Add support for ace-window (fix #18)

flycheck-not-required
Nicolas Petton 6 years ago
parent
commit
49a412df12
Signed by: nico GPG Key ID: 233587A47C207910
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      zerodark-theme.el

+ 4
- 0
zerodark-theme.el View File

@ -667,6 +667,10 @@ The result is cached for one second to avoid hiccups."
`(jabber-activity-personal-face ((,class :foreground ,red :background ,background-red :weight bold)))
`(jabber-roster-user-away ((,class :foreground ,orange)))
`(jabber-roster-user-xa ((,class :foreground ,orange)))
;; ace-window
`(aw-leading-char-face ((,class :foreground ,red :weight bold)))
`(aw-background-face ((,class :foreground ,comment)))
)
(custom-theme-set-variables


Loading…
Cancel
Save