Ramzi Akremi

Results 25 comments of Ramzi Akremi

I was thinking about this, and probably can be solved by some conventions. ``` viml let s:bold = "" if exists('g:_terminal_bold') let s:bold = "bold" endif let g:_terminal_bold = get(g:,...

Hi Aaron, This is definitely not meant to be there, here is how it should look like in NERDTree. Do you mind sharing your configuration: Vim or Neovim version, terminal,...

Hi Aaron, it's actually your version of Vim, I remember having this issue with version 7. This issues does not exist with Vim 8. I'm planning to fix this, this...

Hi, nothing seems to be wrong in your screenshot. By design the diffs do have a grey background. ``` call X('DiffAdd', s:hue_4, s:visual_grey, '') call X('DiffChange', s:hue_6, s:visual_grey, '') call...

Hi, sorry but I have no plan to create a color scheme for Alacritty

Pushed a8e564b25002c696e4fb3e688247d28b07d4b7d9 to kick start supporting this language

I think that iTerm2 supports true colours by default, so the only solution that I can see so far is to setup the colorscheme using the following sequence ``` set...

Keeping this issue open, but unfortunately I don't use a linux based computer. If someone in the linux community who uses Vim, gnome terminal and this theme can help that...

Thanks for this PR, although I'd like to open a discussion on this one. Even though `hi link` is faster (don't know exactly why), it has a side effect that...

Hi, thanks for opening this issue. I've investigated this and it seems that it is not a problem that is directly related to he colorscheme, for instance solarized has the...