VIM: Colors change after quitting #229
-
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
@roddolf do you use the named 16 colors or hex colors? |
Beta Was this translation helpful? Give feedback.
-
I'm using hex colors, "schemes": [
{
"name": "Dark",
"black": "#000000",
"red": "#bb0000",
"green": "#00bb00",
"yellow": "#bbbb00",
"blue": "#0000bb",
"purple": "#bb00bb",
"cyan": "#00bbbb",
"white": "#bbbbbb",
"brightBlack": "#555555",
"brightRed": "#ff5555",
"brightGreen": "#55ff55",
"brightYellow": "#ffff55",
"brightBlue": "#5555ff",
"brightPurple": "#ff55ff",
"brightCyan": "#55ffff",
"brightWhite": "#ffffff",
"background": "#070707",
"foreground": "#bbbbbb"
}
], |
Beta Was this translation helpful? Give feedback.
-
@roddolf I assume the theme is the default fish theme? |
Beta Was this translation helpful? Give feedback.
-
Yes, the buildin |
Beta Was this translation helpful? Give feedback.
-
I'll see if I can reproduce this, chances are it's a terminal issue. |
Beta Was this translation helpful? Give feedback.
-
@roddolf I tested this on the following:
It's safe to say this is a Windows Terminal issue. As the colors don't change magically (they are only read within Oh my Posh, not set/changed), you have to ask for assistance there. In my tests, it even changes the previously correctly rendered colors, meaning the terminal is the one in control here. |
Beta Was this translation helpful? Give feedback.
-
@roddolf microsoft/terminal#3794 and vim/vim#5092 meaning this is indeed caused by VIM. I will move this to discussions as a way to keep track of it. |
Beta Was this translation helpful? Give feedback.
@roddolf microsoft/terminal#3794 and vim/vim#5092 meaning this is indeed caused by VIM. I will move this to discussions as a way to keep track of it.