-
Notifications
You must be signed in to change notification settings - Fork 6
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
Sidebar coloring #2
Comments
Theme support in VS Code is still in process to be improved. Please vote for this issue to speed up the VS Code theme enhancement. Thus theme author have currently limited means. |
I just voted. :) |
I've added my own custom colors for the newly supported theme-able components for the "Boxy Ocean" color scheme. Sorry I don't have time to submit a pull request, but here they are: "activityBar.background": "#1b2b34",
"activityBar.foreground": "#99dc9e",
"activityBarBadge.background": "#ec5f67cc",
"sideBar.background": "#1b2b34cc",
"list.activeSelectionBackground": "#0e1f29",
"list.inactiveSelectionBackground": "#0e1f29",
"list.hoverBackground": "#0e1f29",
"editorWhitespace.foreground": "#1b2b34",
"tab.inactiveBackground": "#0e1f29",
"titleBar.activeBackground": "#0e1f29" |
Ok, let me set it for the Boxy Ocean scheme. |
@trongthanh You may want to omit the |
@dganoff Noted. Your workbench customization is now published in 0.1.1. |
@trongthanh Thank you so much!!! |
And now, how can I unset this in settings? |
Ouch. I didn't see this coming. Personally, I think the workbench color suggested by @dganoff looks harmonious with the scheme. Anyway, if you want your default workbench theme back, you can override those color in your settings: {
"workbench.colorCustomizations": {
"activityBar.background": "#333333",
"activityBar.foreground": "#cccccc",
"activityBarBadge.background": "#007acc",
"editor.background": "#1E1E1E",
"editor.foreground": "#D4D4D4",
"editor.inactiveSelectionBackground": "#3A3D41",
"editor.selectionHighlightBackground": "#ADD6FF26",
"editorIndentGuide.background": "#404040",
"list.dropBackground": "#383B3D",
"list.hoverBackground": "#2a2d2d",
"sideBar.background": "#252525",
"sideBarTitle.foreground": "#BBBBBB",
"tab.inactiveBackground": "#2d2d2d"
}
} If you want to keep editor background of the scheme, just remove the |
Why suggested workbench colors don't work for me:
Thanks to this incident, I put some effort into color customizations (not a proposal, just as an example):
|
Much more refined now. Although not everything can be styled yet.
I found yellow way too bright for a dark theme, so I dimmed it down. |
Hi, would it be possible to update the Solarized Dark theme to so that the sidebar matches the Sublime version? Thanks! |
Hi @rdlaner, I'm commenting just to let you know that I've read your request, but am really tied-up right now. I'll find some time to update the side bar ASAP using settings from the official Solarized Dark which can be found here. In the mean time, you may copy the color settings with |
@trongthanh, Thanks for the FYI. I did end up copying many of the settings from the official Solarized Dark, that ended up working fine for me. |
I just recently switched to using VS Code from Sublime, and wanted to continue to use Boxy with VS Code.
In the Sublime version, https://github.com/ihodev/sublime-boxy, their theme extends to the sidebar. Is that something you are planning to add for this VS Code port?
The text was updated successfully, but these errors were encountered: