w0ng / vim-hybrid

A dark color scheme for Vim
1.48k stars 235 forks source link

Does it have true color support ? #49

Closed PezCoder closed 6 years ago

PezCoder commented 7 years ago

First of all, the theme looks stunningly beautiful. Great work 🎊 Does this theme supports true colors yet ?

I'm using VIM 8 version 8.0.60 with tmux 2.3 Using these config to obtain true colors:

=>tmux

# Add 256 color support
set-option -ga terminal-overrides ",xterm-256color:Tc"

=>Minimal Vimrc

set background=dark
set termguicolors
colorscheme hybrid
let g:hybrid_reduced_contrast = 1

=> OS: Mac OSX Sierra I followed this for hybrid theme: https://github.com/w0ng/vim-hybrid#osx-users-iterm

I'm using iterm3.1.beta.5 with hybrid-reduced-pallet I want to achieve the same UI as mentioned in screenshots for Reduced contrast palette hybrid.

Screenshots

This is how a js code sample looks:

screen shot 2017-07-16 at 1 00 47 am

This is good, but still uncomparable to screenshots mentioned.

Appreciate any help :)

PezCoder commented 7 years ago

@w0ng Any help ?

PezCoder commented 6 years ago

Moved on to "VIM-One" theme 😊