jonathanchu / atom-one-dark-theme

Atom One Dark - An Emacs port of the Atom One Dark theme from Atom.io.
GNU General Public License v3.0
256 stars 52 forks source link

Wrong Colors #48

Closed fennecinspace closed 5 years ago

fennecinspace commented 5 years ago

I've followed the instruction in the README.md and this is what i get

image

daviderestivo commented 5 years ago

Hi,

most probably it is a problem of your terminal. Try to set it to xterm with 256 color support:

export TERM=xterm-256color

Regards, Davide

fennecinspace commented 5 years ago

that did not work

nnoodle commented 5 years ago

That's how it's suppose to look like in 256 color displays. If you want proper colors in the terminal version, Emacs 26 got true color support for the terminal, but most people would probably recommend you to use the GUI version of Emacs instead.

fennecinspace commented 5 years ago

@nnoodle i've tried this, it didn't work

jonathanchu commented 5 years ago

Hey @LogX7! So you've tried using the GUI version and it still did not display this theme correctly? Just want to make sure I understood you correctly.

Also, can you provide your Emacs version and OS? Thanks! 😺