Skip to content

VernonGrant/think-theme.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

think-theme.el

A low contrast dark theme for Emacs.

Screenshots:

Classic Theme

Transparent background

;; Make the background transparent if we're in the terminal.
(defun on-after-init ()
    (unless (display-graphic-p (selected-frame))
    (set-face-background 'default "unspecified-bg" (selected-frame))))

About

A low contrast dark theme for Emacs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published