Implement all themes, revision 1

This commit is contained in:
BirDt_ 2025-06-16 17:07:28 +08:00
parent b3e6434a6f
commit ad34cafc23
4 changed files with 488 additions and 0 deletions

View file

@ -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 ,(darken accent-one 0.5) :foreground ,fg-main))))
`(company-tooltip-common ((t (:foreground ,(lighten accent-three 0.2)))))
;;; HL-todo
`(hl-todo ((t (:inherit default :background ,(lighten accent-four-desaturated 0.2) :foreground ,(darken fg-main 0.3)))))
)
(custom-theme-set-variables