Skip to content

crmsnbleyd/flexoki-emacs-theme

Repository files navigation

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

About

Emacs theme based on the Flexoki colour scheme by Steph Ango

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published