1
0
Fork 0

Remove color settings from oni-hydra

They’ve been moved to be part of ‘yoshi-theme’.
This commit is contained in:
Tom Willemse 2020-03-06 23:10:01 -08:00
parent df1fe7c7eb
commit 19ffa2888e

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2020.0305.224628
;; Version: 2020.0306.225035
;; Package-Requires: (hydra posframe)
;; This program is free software; you can redistribute it and/or modify
@ -30,12 +30,6 @@
(setq hydra-hint-display-type 'posframe)
(plist-put hydra-posframe-show-params :poshandler
'posframe-poshandler-window-bottom-center)
(plist-put hydra-posframe-show-params :internal-border-width 15)
(plist-put hydra-posframe-show-params :internal-border-color "#222222")
(plist-put hydra-posframe-show-params :background-color "#222222")
;;;###autoload(with-eval-after-load 'hydra (require 'oni-hydra))
(provide 'oni-hydra)