Skip to content
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

Status Bar Color did not changed with the mode #3316

Closed
Shad02w opened this issue Jan 1, 2019 · 2 comments
Closed

Status Bar Color did not changed with the mode #3316

Shad02w opened this issue Jan 1, 2019 · 2 comments
Labels

Comments

@Shad02w
Copy link

Shad02w commented Jan 1, 2019

Describe the bug
The status bar did not change based on the vim mode.

the following config has been added to my settings.json

"vim.statusBarColorControl": true,
    "vim.useSystemClipboard": true,
    "vim.hlsearch": true,
    "vim.statusBarColors": {
        "normal": "#005252",
        "insert": "#789f00",
        "visual": "#ff37d8",
        "visualline": "#ff3b3d",
        "visualblock": "#86592d",
        "replace": "#ef5939"
   }

insert
vl
nomarl

Now the status bar only indicates the mode by text but not the color of the whole bar. I also tried to copy the configuration to my settings.json under the workspace, but still the same.

Environment

  • Extension (VsCodeVim) version:0.17.3
  • VSCode version: 1.30.1
  • OS: Windows 10 1803
@Hariama
Copy link

Hariama commented Jan 1, 2019

I experience the same problem.

@francybiga
Copy link

Same for me

@jpoon jpoon added the kind/bug label Jan 2, 2019
@jpoon jpoon closed this as completed in b14c6ba Jan 2, 2019
jpoon added a commit that referenced this issue Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants