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

Visual Studio 2019 Blue theme #4517

Closed
simonbinyamin opened this issue Apr 25, 2021 · 4 comments
Closed

Visual Studio 2019 Blue theme #4517

simonbinyamin opened this issue Apr 25, 2021 · 4 comments

Comments

@simonbinyamin
Copy link

There are currently two default themes, namely, Visual Studio 2019 Dark and Visual Studio 2019 Light, It would be great to have a Visual Studio 2019 Blue as well

simonbinyamin added a commit to simonbinyamin/omnisharp-vscode that referenced this issue Apr 25, 2021
simonbinyamin added a commit to simonbinyamin/omnisharp-vscode that referenced this issue Apr 25, 2021
@BlueStaggo
Copy link

BlueStaggo commented May 15, 2021

I decided to have my own take. Here's my result:
image
It's just Visual Studio 2019 Light with some blue in the UI. If this was part of the extension, it would probably look better than mine.

"[Visual Studio 2019 Light]": {
    "tab.activeBackground": "#fff29d",
    "tab.inactiveBackground": "#364e6f",
    "tab.inactiveForeground": "#fff",
    "tab.border": "#364e6f",
    "editorGroupHeader.tabsBackground": "#293a56",
    "editorGroup.border": "#8e9bbc",
    "titleBar.activeBackground": "#d6dbe9",
    "gitDecoration.modifiedResourceForeground": "#d68100",
    "gitDecoration.untrackedResourceForeground": "#00c400",
    "gitDecoration.deletedResourceForeground": "#dd0000",
    "breadcrumb.background": "#fff29d",
    "breadcrumb.foreground": "#000",
    "breadcrumb.focusForeground": "#666",
    "icon.foreground": "#fff",
    "sideBarSectionHeader.background": "#4d6082",
    "sideBarSectionHeader.foreground": "#fff",
    "sideBarSectionHeader.border": "#8e9bbc",
    "sideBar.background": "#fff",
    "sideBar.border": "#ced4dd",
    "sideBar.foreground": "#000",
    "activityBar.background": "#293955",
    "list.inactiveSelectionBackground": "#ced4dd",
    "list.inactiveSelectionForeground": "#000",
},

Reference:

Here is your theme:
image
You should probably use my version instead.

@BlueStaggo
Copy link

I'm back again, but this time with a better Visual Studio 2019 Dark theme:

"[Visual Studio 2019 Dark]": {
    "editorGroupHeader.tabsBackground": "#2d2d30",
    "tab.inactiveBackground": "#2d2d30",
    "tab.border": "#0000",
    "tab.activeBackground": "#007acc",
    "tab.inactiveForeground": "#fff",
    "tab.activeForeground": "#fff",
    "titleBar.activeBackground": "#2d2d30",
    "titleBar.inactiveBackground": "#2d2d30",
    "titleBar.activeForeground": "#9a9a9a",
    "editorGroup.border": "#3f3f46",
    "activityBar.background": "#2d2d30",
    "sideBarSectionHeader.background": "#2d2d30",
    "sideBarSectionHeader.border": "#3f3f46",
    "sideBar.background": "#252525"
}

Omnisharp's version:
image
My version:
image

By the way, I shrunk the tabs through an extension called Monkey Patch.

@JoeRobich
Copy link
Member

@simonbinyamin Unfortunately, we don't have any plans to add additional themes at this time. Our two included themes are intended to bring the syntax colors of the VS 2019 Light and Dark Editor themes to VS Code. We don't intend to ship themes witth changes to the out-of-the-box IDE colors.

I do encourage you to package and ship your theme on the VS Marketplace, as I am sure there are many other developers who would appreciate your work. For instructions you can follow this guide, https://code.visualstudio.com/api/extension-guides/color-theme#create-a-new-color-theme.

@simonbinyamin
Copy link
Author

Ok thanks,
just published the extension under the name 'realvisualstudio19' for those interested,
BR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants