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
- Host: GitHub
- URL: https://github.com/theasp/flatui-dark-theme
- Owner: theasp
- License: gpl-2.0
- Created: 2017-04-19T13:14:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T14:30:30.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T08:51:25.571Z (about 1 month ago)
- Topics: emacs, emacs-theme, flatuicolors
- Language: Emacs Lisp
- Size: 329 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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
** MELPAYou 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_SRCand the theme should be loaded and activated on startup.
* Screenshot
#+CAPTION: FlatUI Dark screenshot
[[screenshot1.png]]