diff options
-rw-r--r-- | lib/themes/jao-themes.el | 2 |
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") |