kiwib0y / antim-theme

a simple dark theme for emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Antim theme

License: GPL v3

Introduction

This is the Antim theme created to save your eyes.

Features

It supports most major modes in GNU Emacs and it is in development at the moment. Currently it has only GUI support but terminal is on the way!

Supported functionality

  • syntax
  • org
  • company
  • show-paren
  • dired
  • rainbow-delimiters

Installation

Clone

Just clone the github repository to a /themes folder in your ~/.emacs.d folder and add the following code to your init.el or .emacs file to initialize the theme.

;; Add the Antim theme
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'antim t)

Melpa

Melpa support is on the way!

About

a simple dark theme for emacs

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%