From 20c82eca84c5cdaac1fb96fcdfeca8ecef3d03c1 Mon Sep 17 00:00:00 2001 From: TEC Date: Mon, 18 Mar 2024 16:40:27 +0800 Subject: [PATCH] Add readme --- README.org | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..24acd71 --- /dev/null +++ b/README.org @@ -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