Implement all themes, revision 1
This commit is contained in:
parent
b3e6434a6f
commit
ad34cafc23
4 changed files with 488 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'subr-x)
|
||||
|
||||
;;; Helper functions for modifying colors
|
||||
(defun darken (hexcode %-lighter)
|
||||
"Darken a hex code by a given %"
|
||||
|
@ -220,6 +222,9 @@
|
|||
;;; Company Mode
|
||||
`(company-tooltip ((t (:inherit fixed-pitch :background ,accent-one :foreground ,bg-main))))
|
||||
`(company-tooltip-common ((t (:foreground ,(darken accent-four 0.2)))))
|
||||
|
||||
;;; HL-todo
|
||||
`(hl-todo ((t (:inherit default :background ,(darken accent-one 0.2) :foreground ,bg-main))))
|
||||
)
|
||||
|
||||
(custom-theme-set-variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue