onehalf
onehalf copied to clipboard
Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
Here are my minimum `.vimrc`: ``` call plug#begin(has('nvim') ? stdpath('data') . '/plugged' : '~/.vim/plugged') Plug 'sonph/onehalf', { 'rtp': 'vim' } " https://www.dunebook.com/best-vim-themes/ let g:airline_theme='onehalflight' call plug#end() set number highlight LineNr...
As I see the coloring is inconsistent. There are 2 problems: - Colors are not matching - VSCode has nice bright colors while NeoVim is more dimmer Neovim: VSCode: I...
I wish to see this beautiful theme supports RStudio. :)
How do I get the extra colour themes? As shown in this image? I'm using Sublime Text 3. 
Folded text is a kind of virtual text / comment so it should be dimmed compare to normal text. Before:  After: 
The bright black text color is similar to the background color and cannot be seen. 
It would be awesome to have this ported over to work with Logsec. I have it on my to do list, but this is well above my CSS ability.