An open API service indexing awesome lists of open source software.

https://github.com/doglooksgood/carbon-theme

A dark theme for Emacs
https://github.com/doglooksgood/carbon-theme

Last synced: about 1 year ago
JSON representation

A dark theme for Emacs

Awesome Lists containing this project

README

          

#+title: Carbon Theme

* A low contrast dark theme

Since Only necessary elements are highlighted, it's better to lower the ~treesit-font-lock-level~.

#+begin_src emacs-lisp
(setq treesit-font-lock-level 2)
#+end_src