-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Something wrong with the vim colorshemes #6755
Copy link
Copy link
Open
Labels
Area-VTVirtual Terminal sequence supportVirtual Terminal sequence supportIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Priority-3A description (P3)A description (P3)Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-ExternalFor issues that are outside this codebaseFor issues that are outside this codebase
Milestone
Metadata
Metadata
Assignees
Labels
Area-VTVirtual Terminal sequence supportVirtual Terminal sequence supportIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Priority-3A description (P3)A description (P3)Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-ExternalFor issues that are outside this codebaseFor issues that are outside this codebase
Environment
Steps to reproduce
I installed onedark.vim colorscheme for vim.
But the colorscheme doesn't work correctly as I saw on my Mac.
By the way, I am using the Terminal colorscheme
snazzy.Here's it's config:
{ "name": "Snazzy", "black": "#000000", "red": "#fc4346", "green": "#50fb7c", "yellow": "#f0fb8c", "blue": "#49baff", "purple": "#fc4cb4", "cyan": "#8be9fe", "white": "#ededec", "brightBlack": "#555555", "brightRed": "#fc4346", "brightGreen": "#50fb7c", "brightYellow": "#f0fb8c", "brightBlue": "#49baff", "brightPurple": "#fc4cb4", "brightCyan": "#8be9fe", "brightWhite": "#ededec", "background": "#1e1f29", "foreground": "#ebece6" }Expected behavior
This is what

onedark.vimreally looks like:Actual behavior
But it looks like this here:
