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
- Host: GitHub
- URL: https://github.com/doglooksgood/carbon-theme
- Owner: DogLooksGood
- Created: 2022-01-28T16:10:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T07:34:46.000Z (over 1 year ago)
- Last Synced: 2025-01-27T12:24:47.621Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 17.6 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.org
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