This repository contains emacs versions of the dark and light flexoki theme by Steph Ango, available at https://stephango.com/flexoki
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))
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.