Skip to content

theasp/flatui-dark-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlatUi Dark Theme

A dark theme for Emacs inspired by grandshell-theme and leuven-theme, using the FlatUi colors. It also has support for using variable-pitch-mode in conjunction with org-mode.

https://melpa.org/packages/flatui-dark-theme-badge.svg

Installation

MELPA

You can install the theme using the packages on MELPA, see the Getting Started page for instructions for adding the MELPA repository to your configuration. Then use M-x package-list-packages, select flatui-dark-theme from the list by pressing i, then press x to execute the changes. At that point, the package will be installed.

Usage

In Emacs24 you can just use M-x customize-themes to select themes.

If you want to load the theme in your .emacs or similar you can add:

(load-theme 'flatui-dark t)
;; Optionally turn on variable fonts for org-mode
;; (add-hook 'org-mode-hook 'variable-pitch-mode)

and the theme should be loaded and activated on startup.

Screenshot

screenshot1.png