/org-theme-ok.el

A custom "theme" for Org.

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

org-theme-ok

A custom "theme" for Org.

Installation

(use-package org-theme-ok
  :straight (:host github :repo "okomestudio/org-theme-ok")
  :init
  (use-package ok
    :straight (:host github :repo "okomestudio/ok.el"))
  (use-package org-modern-indent
    :straight (:host github :repo "jdtsmith/org-modern-indent"))
  (require 'org-theme-ok))