An open API service indexing awesome lists of open source software.

https://github.com/theasp/flatui-dark-theme

Dark color theme for Emacs with flatui colors
https://github.com/theasp/flatui-dark-theme

emacs emacs-theme flatuicolors

Last synced: 10 days ago
JSON representation

Dark color theme for Emacs with flatui colors

Awesome Lists containing this project

README

        

#+TITLE: FlatUi Dark Theme

A dark theme for Emacs inspired by [[https://github.com/steckerhalter/grandshell-theme][grandshell-theme]] and [[https://github.com/fniessen/emacs-leuven-theme][leuven-theme]], using the [[https://flatuicolors.com/][FlatUi colors]]. It also has support for using ~variable-pitch-mode~ in conjunction with ~org-mode~.

[[https://melpa.org/#/flatui-dark-theme][file:https://melpa.org/packages/flatui-dark-theme-badge.svg]]
* Installation
** MELPA

You can install the theme using the packages on [[https://melpa.org/][MELPA]], see the [[https://melpa.org/#/getting-started][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:

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

and the theme should be loaded and activated on startup.

* Screenshot
#+CAPTION: FlatUI Dark screenshot
[[screenshot1.png]]