Add readme

This commit is contained in:
TEC 2024-03-18 16:40:27 +08:00
parent c268b3272f
commit 20c82eca84
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 10 additions and 0 deletions

10
README.org Normal file
View File

@ -0,0 +1,10 @@
#+title: DoomThemes.jl
#+author: tecosaur
A port of the [[https://github.com/doomemacs/themes][Doom (Emacs) Theme megapack]] to Julia, using its =Face= system.
* Usage
#+begin_src julia-repl
julia> DoomThemes.load(:theme_name)
#+end_src