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

Color Scheme and Theme #62878

Closed
BhanuVikram opened this issue Nov 10, 2018 · 3 comments
Closed

Color Scheme and Theme #62878

BhanuVikram opened this issue Nov 10, 2018 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-find Editor find operations

Comments

@BhanuVikram
Copy link

Issue Type: Feature Request

Hi,

I am new to coding and I have been using Sublime Text.

Color Scheme and Theme are two separate things on Sublime Text.

I could not find a way to lighten the borders on VSC. This is possible under Themes in Sublime Text. Could you please add an option to allow users to lighten or darken the areas outside the code editor?

Thanks,
Bhanu

untitled

VS Code version: Code 1.28.2 (7f3ce96, 2018-10-17T00:23:51.859Z)
OS version: Windows_NT x64 10.0.17134

@vscodebot vscodebot bot added the editor-find Editor find operations label Nov 10, 2018
@usernamehw
Copy link
Contributor

Do you mean the same thing as in this issue #25986 (to be able to set light GUI and dark syntax)?

It's already possible to do that only by hand. In Settings:

"workbench.colorCustomizations": {
    "titleBar.activeBackground": "#ffffff",
    "titleBar.activeForeground": "#000000",
    "menu.background": "#ffffff",
    "menu.foreground": "#000000",
    "menubar.selectionBackground":"#00000040",
}

@bpasero
Copy link
Member

bpasero commented Nov 18, 2018

/duplicate #25986

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 18, 2018
@vscodebot
Copy link

vscodebot bot commented Nov 18, 2018

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Nov 18, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-find Editor find operations
Projects
None yet
Development

No branches or pull requests

3 participants