obrejla / vscode-netbeans-light-theme

NetBeans Light default theme for Visual Studio Code.
MIT License
12 stars 2 forks source link

Auto complete words arent completely visible #16

Open Shreshna1397 opened 3 years ago

Shreshna1397 commented 3 years ago

https://user-images.githubusercontent.com/21275655/122638121-fb8d7b00-d10f-11eb-9057-12084d224259.mp4

Please check the video attached. Thanks

miguelsolorio commented 3 years ago

The highlight item should be fixed in the next release, but you can set the following in your theme if you want to fix it now:

    "workbench.colorCustomizations": {
        "[NetBeans Light Theme]": {
            "list.focusHighlightForeground": "#9dddff",
            "list.activeSelectionIconForeground": "#fff"
        }
    }

Which would make it look like:

CleanShot 2021-07-08 at 13 05 43@2x