Compare commits

..

8 Commits

Author SHA1 Message Date
TEC 25157a07bd
Version 0.4 2024-04-21 16:30:22 +08:00
TEC 71e4e64066
Add docstrings to hook variables 2024-04-21 16:30:22 +08:00
TEC e705412a01
Make an unknown theme a non-user error
This seems more fitting
2024-04-21 16:30:22 +08:00
TEC 7616fc6da7
Introduce dynamic style preambles 2024-04-21 16:30:22 +08:00
TEC 3e65dae432
Update uses of the renamed var ef-preset-styles 2024-04-21 16:30:22 +08:00
TEC e1ea136a28
Refactor ef-get-theme to use or over if-let
I noticed the if-let really wasn't serving much purpose.
2024-04-21 16:30:22 +08:00
TEC bc6b0e3a2d
Update homepage to new subdomain 2024-04-21 16:30:22 +08:00
Ellis Kenyo 5558549e45
feat: add ansi-color faces 2024-04-21 16:30:22 +08:00
1 changed files with 18 additions and 1 deletions

View File

@ -123,7 +123,24 @@ buffer. You may use them to modify the outlook of the final output."
(rainbow-delimiters-depth-6-face :short "rd-6" :slug "rdf" :foreground "#6276ba")
(rainbow-delimiters-depth-7-face :short "rd-7" :slug "rdg" :foreground "#858580")
(rainbow-delimiters-depth-8-face :short "rd-8" :slug "rdh" :foreground "#80a880")
(rainbow-delimiters-depth-9-face :short "rd-9" :slug "rdi" :foreground "#887070"))))
(rainbow-delimiters-depth-9-face :short "rd-9" :slug "rdi" :foreground "#887070")
;; ansi-color
(ansi-color-yellow :short "ansi-yellow" :slug "any" :foreground "#CDCD00")
(ansi-color-red :short "ansi-red" :slug "anr" :foreground "#CD0000")
(ansi-color-black :short "ansi-black" :slug "anb" :foreground "#000000")
(ansi-color-green :short "ansi-green" :slug "ang" :foreground "#00CD00")
(ansi-color-blue :short "ansi-blue" :slug "anB" :foreground "#0000EE")
(ansi-color-cyan :short "ansi-cyan" :slug "anc" :foreground "#00CDCD")
(ansi-color-white :short "ansi-white" :slug "anw" :foreground "#E5E5E5")
(ansi-color-magenta :short "ansi-magenta" :slug "anm" :foreground "#CD00CD")
(ansi-color-bright-yellow :short "ansi-bright-yellow" :slug "ANy" :foreground "#EEEE00")
(ansi-color-bright-red :short "ansi-bright-red" :slug "ANr" :foreground "#EE0000")
(ansi-color-bright-black :short "ansi-bright-black" :slug "ANb" :foregroun "#4D4D4D")
(ansi-color-bright-green :short "ansi-bright-green" :slug "ANg" :foreground "#00EE00")
(ansi-color-bright-blue :short "ansi-bright-blue" :slug "ANB" :foreground "#0000FF")
(ansi-color-bright-cyan :short "ansi-bright-cyan" :slug "ANc" :foreground "#00EEEE")
(ansi-color-bright-white :short "ansi-bright-white" :slug "ANw" :foregroun "#FFFFFF")
(ansi-color-bright-magenta :short "ansi-bright-magenta" :slug "ANm" :foregroun "#EE00EE"))))
"A collection of named style presets.
This takes the form of an alist with theme names as the cars, with