All Projects → aodhneine → horizon-theme.el

aodhneine / horizon-theme.el

Licence: MIT license
Port of Visual Studio Code theme Horizon to Emacs.

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to horizon-theme.el

emacs-humanoid-themes
Light and dark theme with bright colors for Emacs that supports GUI and terminal
Stars: ✭ 53 (+211.76%)
Mutual labels:  dark-theme, emacs-theme
dark-mode
Dark Mode - Chrome extension. Relax your eyes at night and day.
Stars: ✭ 63 (+270.59%)
Mutual labels:  dark-theme
VS2019-Dark-Npp
Visual Studio 2019 Dark Theme for Notepad++
Stars: ✭ 146 (+758.82%)
Mutual labels:  dark-theme
Raspberry-Pi-Dashboard
Web-based dashboard interface to inspect Raspberry Pi hardware and software with no extra software required.
Stars: ✭ 131 (+670.59%)
Mutual labels:  dark-theme
darkyog
sqlyog dark theme customization like a darkula
Stars: ✭ 18 (+5.88%)
Mutual labels:  dark-theme
Coronavirus-COVID-19-Tracker
Mapping 2019-nCoV (Official source): https://systems.jhu.edu/research/public-health/ncov/
Stars: ✭ 25 (+47.06%)
Mutual labels:  dark-theme
aurora-future-vscode-theme
💜 A futuristic vscode theme.
Stars: ✭ 27 (+58.82%)
Mutual labels:  dark-theme
konsole
🧛🏻‍♂️ Dark theme for Konsole
Stars: ✭ 39 (+129.41%)
Mutual labels:  dark-theme
visual-studio-code
✨ Ballerini Theme for Visual Studio Code
Stars: ✭ 30 (+76.47%)
Mutual labels:  dark-theme
vscode-theme-dark-blood
🎨 VSCode Theme: Dark Blood
Stars: ✭ 15 (-11.76%)
Mutual labels:  dark-theme
VisualStudio-ColorCoder
Visual Studio extension that helps with semantic highlighting in C# and VB.Net
Stars: ✭ 31 (+82.35%)
Mutual labels:  dark-theme
darkmatter-grub2-theme
Dark Matter GRUB Theme 👾💙
Stars: ✭ 200 (+1076.47%)
Mutual labels:  dark-theme
DarkHider
Hide your important notes , text messages , phone numbers and more in pictures and protect your privacy.
Stars: ✭ 25 (+47.06%)
Mutual labels:  dark-theme
eclipse
🧛🏻‍♂️ Dark theme for Eclipse
Stars: ✭ 34 (+100%)
Mutual labels:  dark-theme
bootstrap-darkmode
Stylesheet and scripts for implementing dark mode with Bootstrap 4
Stars: ✭ 38 (+123.53%)
Mutual labels:  dark-theme
Samurai-theme-vscode
Samurai Theme for VSCode
Stars: ✭ 15 (-11.76%)
Mutual labels:  dark-theme
alternight-vscode-theme
Repository of AlterNight, your new favorite theme for Visual Studio Code.
Stars: ✭ 53 (+211.76%)
Mutual labels:  dark-theme
Wiggles-iOS
Beautiful Puppy adoption app built to Demonstrate the SwiftUI and MVVM Architecture
Stars: ✭ 174 (+923.53%)
Mutual labels:  dark-theme
inkscape-dark-theme
this theme created to be compatible with inkscape 0.92.X in particular but also it works with other GTKs well
Stars: ✭ 36 (+111.76%)
Mutual labels:  dark-theme
DarkCloud
SoundCloud Dark Theme
Stars: ✭ 52 (+205.88%)
Mutual labels:  dark-theme

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].