Skip to content

katenym/emacs-visual-tweaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

emacs-visual-tweaks

Personal tweaks to Emacs's appearance: Example

Shown with the M+ 1mn Light font.

color-theme-zenburn.el

;; Tweak background greys
(defvar zenburn-bg-1 "#080808")
(defvar zenburn-bg "#2b2b2b")
(defvar zenburn-bg+1 "#3f3f3f")
(defvar zenburn-bg+2 "#4f4f4f")

;; within (defun color-theme-zenburn)
(trailing-whitespace ((t (:background ,zenburn-bg))))   ;; don't show trailing whitespace in red
(show-paren-match ((t (:foreground ,zenburn-blue-1))))  ;; get rid of bold weight on parens

visual-tweaks.el

About

Personal tweaks to Emacs's appearance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published