Home

Awesome

Horizon

such-an-awesome-theme

A Horizon theme by jolaleye, ported from Visual Studio Code to Emacs by aodhneine.

Installation

Automated

This package is available on MELPA, you can install it using any emacs package manager that supports it.

If you use package.el, default package manager for Emacs, include this in your init file:

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "http://melpa.milkbox.net/packages/") t)

Then you can install use-package and use it to install this theme:

(use-package horizon-theme)

If you use straight.el, bootstrap it by following official instructions, and then put the following lines in init file:

(straight-use-package 'use-package)
(setq straight-use-package-by-default t)

(use-package horizon-theme)

Manual

If you don't want to use MELPA, you can also install this theme manually. Just clone this repository:

$ git clone https://github.com/aodhneine/horizon-theme.el.git

and then add the following lines to your init file:

(add-to-list 'custom-theme-load-path "path/to/horizon/theme/repository/")
(load-theme 'horizon t)

Contribution

You can contribute to this theme by cloning the repo, making your changes and then creating pull requests. Because of lack of time, I only added support for faces which I use, so many may be lacking. Thank you very much for your interest in this project. <3