mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-12 15:20:50 -05:00
33 lines
1 KiB
EmacsLisp
33 lines
1 KiB
EmacsLisp
|
;;; everforest.el --- Everforest Theme pack -*- lexical-binding: t; -*-
|
||
|
;;
|
||
|
;; Copyright (C) 2022 Evan Sarris
|
||
|
;;
|
||
|
;;; Author: Theory_of_Everything <evan@theoryware.net>
|
||
|
;;; Version: 0.1
|
||
|
;;; Homepage: https://git.sr.ht/~theorytoe/everforest-theme
|
||
|
;;; 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
|