-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong color #117
Comments
What about with |
The color issue with shell files is an issue with the syntax itself. Vim's shell syntax is extremely basic due to having to support most shells out of the box. Here's what it looks like on mine: Protip: Run shellcheck on your code and it'll clean up a bit nicer for easier reading. |
The only problems I notice are that the syntax rules are sometimes wonky (i.e., This is more of an issue for the syntax maintainer for (Also, there are several improvements possible to this code: I've created a gist for you) |
#117 (comment) - solved my issue on Debian 10 + gnome-terminal: |
What happened
Totally wrong color with dracula theme on vim, installed by not-so-clever method on a remote server, both using putty and rebex for remote connection on Royal TS 5.
Screenshot
Here with termguicolors in .vim/vimrc
![w termguicolors](https://user-images.githubusercontent.com/19763534/50342877-33a6a980-0525-11e9-9dae-82d05ac00315.png)
![wo termguicolors](https://user-images.githubusercontent.com/19763534/50342882-3903f400-0525-11e9-8a2f-84bfed35d5fe.png)
Here without termguicolors
Machine Info
Linux Tasende 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: