whitlockjc / atom-dark-theme-emacs

A Emacs port of the Atom Dark theme from Atom.io.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fringe colour

MarioJose opened this issue · comments

Hi!

I'm using atom-theme with my emacs 25. I update code for colouring fringes, because here it was white. Maybe a fringe colour definition in source be a good option:

;; Basic
...
 '(fringe ((t (:foreground "gray20" :background "black"))))

All the best