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 Code Theme Color Reference setup #7

Open
calebeaires opened this issue Jul 3, 2017 · 8 comments
Open

Visual Code Theme Color Reference setup #7

calebeaires opened this issue Jul 3, 2017 · 8 comments

Comments

@calebeaires
Copy link

Would be great to have this extension with Theme Color Reference configuration to Visual Code. We can start from here:

{
    "workbench.colorCustomizations": {
        "activityBar.background": "#D9C679"
    }
}
@Geri-Borbas
Copy link
Owner

Thanks! I may look into this later on, with a low priority, however. The default UI theme has not much annoying details.

If only the tab guide lines are a bit overly brightened. But I did not found the corresponding property for that. Is there at all?

screen shot 2017-07-04 at 14 56 14

@ghost
Copy link

ghost commented Jul 19, 2017

Did some modification
You can change that indent guide line color by changing editorIndentGuide.background color value

snipaste20170719_223631

@Geri-Borbas
Copy link
Owner

Wow, looks fine!

I'll put it into an update anytime soon. I think I can make them an extension contribution via contributes.configuration.

These are simple settings entries, right?

@ghost
Copy link

ghost commented Jul 19, 2017

Yep, those are settings overrides in setting.json.

@moskal91
Copy link

@eppz Awesome theme, but it would be great to include workbench colors too. Activity bar does not blend with the bluish rest and it looks pretty bad. I hope you fix it! Below is my suggestion.

For example

  • Added dimmed indent guide color
  • Added inactive tab color
  • Added activity bar color
  • Added sidebar background color

With sidebar open:
image

With sidebar closed:
image

Colors:

"workbench.colorCustomizations": {
    "activityBar.background": "#32353E",
    "editorIndentGuide.background": "#32353E",
    "sideBar.background": "#23252C",
    "tab.inactiveBackground": "#32353E"
}

@Geri-Borbas
Copy link
Owner

@moskal91 Thanks! I have to upgrade the entire theme to a newer JSON notation to use workbench.colorCustomizations, so I will be roll out these changes alongside with other updates later on.

@nicovain
Copy link

nicovain commented Jan 11, 2018

In case someone is interested.. here's my current configuration that I'm working on.

Preview

"workbench.colorCustomizations": {
    "activityBar.background": "#23252C",

    "badge.background":"#5C6273",

    "dropdown.background": "#343740",

    "focusBorder":"#353a51",

    "editor.hoverHighlightBackground":"#3A3D47",
    "editorCodeLens.foreground": "#393d4b",
    "editorGroup.border": "#23252C",
    "editorGroupHeader.tabsBackground":"#23252C",
    "editorIndentGuide.background": "#32353E",

    "editorWidget.background":"#3E424D",
    "editorWidget.border": "#3E424D",

    "input.background": "#3E424D",
    "input.foreground": "#ffffff",
    "input.placeholderForeground": "#dddcd344",
    "inputOption.activeBorder": "#ff0000",

    "list.activeSelectionBackground": "#343740",
    "list.activeSelectionForeground": "#dddcd3",
    "list.hoverBackground": "#32353E",
    "list.focusBackground": "#343740",
    "list.focusForeground": "#dddcd3",
    "list.highlightForeground": "#ffffff",

    "peekView.border": "#32353E",
    "peekViewEditor.background": "#1F2026",
    "peekViewEditor.matchHighlightBackground": "#36363a",
    "peekViewEditorGutter.background": "#1F2026",
    "peekViewResult.background": "#23252C",
    "peekViewResult.matchHighlightBackground": "#3E424D",
    "peekViewResult.selectionBackground": "#3E424D",
    "peekViewResult.selectionForeground": "#dddcd3",
    "peekViewTitle.background": "#32353E",

    "scrollbar.shadow": "#23252C",
    "sideBar.background": "#23252C",
    "statusBar.background": "#23252C",

    "tab.border": "#23252C",
    "tab.activeBorder": "#2b2d35",
    "tab.activeBackground": "#2b2d35",
    "tab.inactiveBackground": "#23252C",

    "titleBar.activeBackground": "#23252C",
    "titleBar.inactiveBackground": "#23252C",

    "widget.shadow":"#23252C"
}

Note that this is on a Mac so I can't do everything you guys can and vice versa :)

@humidair1999
Copy link

Wanted to bump this, as I installed this theme the other day and noticed the indent guides are blindingly bright. Super easy fix/tweak, but it'd be nice if it was part of the theme itself.

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

5 participants