mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-02-07 13:35:50 +01:00
Add faces and variables for flycheck-posframe
This commit is contained in:
parent
77734f73f1
commit
c15392ef87
2 changed files with 11 additions and 1 deletions
|
@ -19,6 +19,11 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
|
||||||
|
|
||||||
Add the hydra-posframe: ~hydra-posframe-show-params~.
|
Add the hydra-posframe: ~hydra-posframe-show-params~.
|
||||||
|
|
||||||
|
** ADDED Colors and variables for flycheck-posframe
|
||||||
|
|
||||||
|
Add the flycheck-posframe faces: ~flycheck-posframe-background-face~,
|
||||||
|
~flycheck-posframe-border-face~. And variables: ~flycheck-posframe-border-width~.
|
||||||
|
|
||||||
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05
|
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: release-6.2.0
|
:CUSTOM_ID: release-6.2.0
|
||||||
|
|
|
@ -178,6 +178,10 @@
|
||||||
`(flycheck-inline-info ((t (:inherit unspecified :foreground ,fgblue :height 0.8))))
|
`(flycheck-inline-info ((t (:inherit unspecified :foreground ,fgblue :height 0.8))))
|
||||||
`(flycheck-inline-warning ((t (:inherit unspecified :foreground ,fgorange :height 0.8))))
|
`(flycheck-inline-warning ((t (:inherit unspecified :foreground ,fgorange :height 0.8))))
|
||||||
|
|
||||||
|
;;; Flycheck posframe
|
||||||
|
`(flycheck-posframe-background-face ((t (:background ,bgdim))))
|
||||||
|
`(flycheck-posframe-border-face ((t (:background ,bgdim))))
|
||||||
|
|
||||||
;;; Flymake
|
;;; Flymake
|
||||||
`(flymake-errline ((t (:background unspecified :underline (:color ,fgred :style wave)))))
|
`(flymake-errline ((t (:background unspecified :underline (:color ,fgred :style wave)))))
|
||||||
`(flymake-infoline ((t (:background unspecified :underline (:color ,fgblue :style wave)))))
|
`(flymake-infoline ((t (:background unspecified :underline (:color ,fgblue :style wave)))))
|
||||||
|
@ -529,7 +533,8 @@
|
||||||
'(:poshandler posframe-poshandler-frame-bottom-center
|
'(:poshandler posframe-poshandler-frame-bottom-center
|
||||||
:internal-border-width 15
|
:internal-border-width 15
|
||||||
:internal-border-color ,bgdim
|
:internal-border-color ,bgdim
|
||||||
:background-color ,bgdim))))
|
:background-color ,bgdim))
|
||||||
|
'(flycheck-posframe-border-width 5)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(and load-file-name
|
(and load-file-name
|
||||||
|
|
Loading…
Reference in a new issue