summaryrefslogtreecommitdiffhomepage
path: root/lib/themes
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-02 02:04:29 +0100
committerjao <jao@gnu.org>2021-06-02 02:04:29 +0100
commitecd530b5b947dfe8e682edc15c12760a91a318c7 (patch)
treecf0c1f1021862ba7dbfa8716238c39809be95d7f /lib/themes
parent462fb0930d83c26604dabdbc77488fb1437b796b (diff)
downloadelibs-ecd530b5b947dfe8e682edc15c12760a91a318c7.tar.gz
elibs-ecd530b5b947dfe8e682edc15c12760a91a318c7.tar.bz2
themes: missing require
Diffstat (limited to 'lib/themes')
-rw-r--r--lib/themes/jao-themes.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index 7fd8798..b069c3b 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -18,6 +18,8 @@
;;; Code:
+(require 'ansi-color)
+
;;; palette
(defvar jao-themes--face-family "Inconsolata")
(defvar jao-themes--fg "black")