-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy patheverforest.el
32 lines (28 loc) · 1.03 KB
/
everforest.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
;;; everforest.el --- Everforest Theme pack -*- lexical-binding: t; -*-
;;
;; Copyright (C) 2022-2024 theorytoe
;;
;; Author: theorytoe <theorytoe@cock.li>
;; Version: 0.1
;; Homepage: https://github.com/Theory-of-Everything/everforest-emacs
;; Package-Requires: ((emacs "24"))
;;
;; This file is not part of GNU Emacs.
;;
;;; Commentary:
;; An Emacs port of the Everforest Vim theme, a low-contrast green-coloured
;; theme. This is a current work in progress, so expect issues and unorthodox
;; coloring occasionally. The port is quite opinionated from the original
;; everforest theme, but I try to keep as true to the original theme as
;; possible, but making changes where needed for both functional and cosmetic
;; reasons.
;;; Code:
;;; TODO: Define more general macro here for better
;;; definition/modification of themes
;;;###autoload
;; (and load-file-name
;; (add-to-list 'custom-theme-load-path
;; (file-name-as-directory
;; (file-name-directory load-file-name))))
(provide 'everforest-theme)
;;; everforest.el ends here