ayu-theme / ayu-vim

Modern theme for modern VIMs
Apache License 2.0
1.68k stars 187 forks source link

macOS terminal overrides ayu scheme colors #33

Open victorronnow opened 5 years ago

victorronnow commented 5 years ago

The scheme doesn't seem to be applied on macOS Terminal

Here's what it looks like:

capture d ecran 2018-11-06 a 21 15 41

Here's what it looks like on Hyper Terminal: capture d ecran 2018-11-06 a 21 53 41

skbolton commented 5 years ago

@victorronnow make sure you have the termguicolors setting on (shown in readme). If you do can you call :echo $TERM from within both terminals and see what it prints?

nardeas commented 4 years ago

For those wondering, Terminal.app doesn't support true colors (24-bit color scheme) as the output palette. You have to switch to iTerm or similar. Here's a list of terminals that support true color:

https://gist.github.com/XVilka/8346728