flexoki-emacs-theme
flexoki-emacs-theme copied to clipboard
Emacs theme based on the Flexoki colour scheme by Steph Ango
[[https://melpa.org/#/flexoki-themes][file:https://melpa.org/packages/flexoki-themes-badge.svg]] [[https://github.com/crmsnbleyd/flexoki-emacs-theme/blob/trunk/LICENSE][file: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 [[https://melpa.org/#/flexoki-themes][MELPA]]! Installing using use-package: #+begin_src emacs-lisp (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)) #+end_src
** 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 #+caption: Flexoki dark variant [[https://github.com/crmsnbleyd/flexoki-emacs-theme/blob/trunk/screenshots/flexoki-dark.png]] #+caption: Flexoki light variant [[https://github.com/crmsnbleyd/flexoki-emacs-theme/blob/trunk/screenshots/flexoki-light.png]]