Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.2 KB

README.org

File metadata and controls

28 lines (24 loc) · 1.2 KB

https://melpa.org/packages/flexoki-themes-badge.svg https://img.shields.io/badge/license-GPL_3-green.svg

This repository contains emacs versions of the dark and light flexoki theme by Steph Ango, available at https://stephango.com/flexoki

Installation

The theme is available on MELPA! Installing using use-package:

(use-package flexoki-themes
  :ensure t  ;; or :straight t if using straight.el
  :config
  (load-theme 'flexoki-themes-light t)
  :custom
  (flexoki-themes-use-bold-keywords t)
  (flexoki-themes-use-bold-builtins t)
  (flexoki-themes-use-italic-comments t))

Contributing

If you wish to add support for a mode, feel free to open a pull request with the changes made along with a screenshot showing the mode in action.

Screenshots

https://github.com/crmsnbleyd/flexoki-emacs-theme/blob/trunk/screenshots/flexoki-dark.png

https://github.com/crmsnbleyd/flexoki-emacs-theme/blob/trunk/screenshots/flexoki-light.png