-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Status bar background color #1884
Comments
+1! |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
👎 -1 I like it lol. |
Sorry for the delayed response on this issue. We use blue within the status bar because it's consistent within the family of Visual Studio. We may in the future open this and other things to customization via user style sheets. Hopefully that will address any concerns you have with the color. |
+1 |
@bgashler1 I understand your desire to default to aligning with the VS branding, but the color is extremely distracting for some people. It would be great if you could at least have a user style sheet that would allow us to dim it down, or just set it to always be black. This is about the only thing that is preventing me from committing to your fantastic editor. |
+1 |
1 similar comment
+1 |
Reopening. This will likely be solved by adding the ability to theme UI components #1231 |
+1 |
If you look at the editor from a metre away, the only thing you will see is the deeply saturated status bar, which is actually pretty distracting while editing. Since #1231 is now closed, it would be nice to have a option to tone it down a bit. |
@shubhamsizzles there were multiple levels of duplicates, follow the UI theme issue here #3112 |
If the status bar is what distracts you from developing, maybe you have other issues? I'm cool with the color. Blue in 'normal' conditions, orange-red in debug mode. Works for me. |
I'll take passive aggressive responses for 100, Alex. |
Not passive aggressive. Out of all the things to complain about in an IDE, the status bar at the bottom? Not bugs, lack of features to assist in more efficient development, language support, better debugging or GIT integration, lack of community, etc... (not saying VSC has these issues) but.. the color of the status bar at the bottom? |
@natdm Well, guess what, UI does matter in an IDE/editor. If it were only for the features you mentioned above, we'd all be using vim/emacs |
If #459 was implemented, this would be easy to change. |
|
My current CSS patch for Code: /***** PATCHES *****/
.monaco-workbench.hc-black { color: #FFF; background-color: #000; }
.monaco-workbench.hc-black .sidebar .separator { background-color: #000; border: 1px solid #6FC3DF; }
.monaco-workbench.hc-black input,
.monaco-workbench.hc-black textarea {
background-color: #000;
}
.monaco-workbench.hc-black .monaco-action-bar .action-item.disabled .action-label.disabled,
.monaco-workbench.hc-black .monaco-action-bar .action-item.disabled .action-label.disabled:hover {
opacity: 1;
}
.monaco-workbench.hc-black .monaco-action-bar .action-item.disabled .action-label.disabled:before {
opacity: .4;
}
.monaco-shell { font-family: "Iosevka", "Helvecita", "Inziu Iosevka SC", sans-serif}
.monaco-shell:lang(zh-Hans) { font-family: "Iosevka", "Helvecita", "Inziu Iosevka SC", sans-serif}
.monaco-shell:lang(zh-Hant) { font-family: "Iosevka", "Helvecita", "Inziu Iosevka CL", sans-serif}
.monaco-shell:lang(ja) { font-family: "Iosevka", "Helvecita", "Inziu Iosevka J", sans-serif}
.monaco-workbench > .part > .content {font-size:11px}
.decorationsOverviewRuler{
clip:rect(2px,13px,1000px,2px);
margin-top: -2px;
height:calc(100% + 4px);
}
.monaco-workbench.vs-dark .editor > .content > .editor-center,.monaco-workbench.vs-dark .editor > .content > .editor-right { border-left-color:#0a0a0a}
.monaco-workbench.vs-dark { background: #252525 }
.monaco-editor.vs-dark .git-dirty-modified-diff-glyph { background-color: rgba(250,190,28,0.6) }
.explorer-viewlet .explorer-item-label, .explorer-viewlet .working-files-item-label { color: rgb(190, 190, 190) }
.vs-dark .monaco-tree .monaco-tree-row.selected { color: rgb(210, 210, 210) }
.vs-dark .monaco-tree .monaco-tree-row.focused, .vs-dark .monaco-tree .monaco-tree-row.selected { background: rgb(57,57,56)!important }
.vs-dark .monaco-tree .primary-action-bar,.vs-dark .monaco-tree.focused .monaco-tree-row.focused:not(.highlighted)>.content.actions>.primary-action-bar { background: none!important }
.monaco-workbench.no-workspace>.part.statusbar,.monaco-workbench > .part.statusbar {background: rgb(21,21,21)}
.monaco-workbench > .part.statusbar>.statusbar-item{opacity: 0.6}
.monaco-workbench>.part.panel>.title { border-top-color: rgba(255,255,255,0.1) }
.monaco-editor.vs-dark .git-dirty-modified-diff-glyph { background: none }
.monaco-editor.vs-dark .current-line {border: none}
.monaco-editor.vs-dark .selectionHighlight { background: rgba(173,214,255,0.1)}
.token.haskell { font-feature-settings: "XHS_" 1; }
.token.patel { font-feature-settings: "XPTL" 1; }
.explorer-open-editors .editor-group { visibility: hidden }
.explorer-open-editors .monaco-tree-row.expanded { margin-bottom: -22px }
.explorer-open-editors .monaco-tree-row + .monaco-tree-row.expanded { border-top: 1px solid rgba(255,255,255,0.05); margin-top: -1px } I have to do this every update. Please support user CSS or UI themeing. |
Really ? Distractive ? Are you not able to drive your eyes ? Never seen an issue for an IDE so stupid |
@be5invis Where is this file located? |
+1 Whilst I personally don't find it a distraction as such - I dislike that when making the editor fullscreen (F11) it's the only thing that stops the editor feeling completely seamless (for lack of a better word). Try loading the Atom editor in dark theme and make that fullscreen. It looks completely seamless. VSCode would look just as good (if not better) if it wasn't for this out of place blue bar at the bottom. |
I like the original blue statusbar, however, the lastest relase uses purple instead. I hate purple. |
@honood the status bar has always been purple when no folder is opened. |
Woo!! This update is really nice! Thank you guys so much; the ability to theme the entire workbench is great! |
Oh the irony, lol! (hint: titlebar color) |
That would be the theme. Define the color of your status bar in the settings with the new experimental workbench setting.
|
lovely! now how to change the color of the white icons? :) |
@stefangabos do the icons not change with |
@stefangabos if you're on Insiders, I'd file a bug. Otherwise testing in Insiders might be a good idea. |
@bpasero I know that this is a stretch but are there any plans to expose any of this through the extension API? Currently I am modifying settings on the fly and it seems like a bad hack... Sorry for using an experimental feature right away :/ there was high demand.. |
Currently no plans to expose this as API other than changing settings directly. |
Ok, related VSCodeVim/Vim#1565 I will leave this open, unfortunately it means it won't work too well for the extension ever then for performance reasons as is but atleast it works OK |
For those of you who has tried the above solution but found it not working, this has now been changed to:
|
This is working as expected in the new release. It can be closed as far as
I'm concerned. Thanks!
…On May 6, 2017 00:29, "Yuhao Zhang" ***@***.***> wrote:
For those of you who has tried the above solution but found it not
working, this has not been changed to:
"workbench.colorCustomizations": {
"statusBar.background" : "#1A1A1A",
"statusBar.noFolderBackground" : "#0A0A0D",
"statusBar.debuggingBackground": "#511f1f"
}
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1884 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAtPLShnXBvyBcatp60Vpd5RR0CXS_zHks5r25SfgaJpZM4HBWq2>
.
|
@bgashler1 it's not consistent it's distracting, you Microsoft |
👍 thanks for the tip @yuhaozhang! It worked like a charm! |
@rogaha Awesome, that did it for me, thanks! |
@bpasero could you close and lock this thread to make it clear that a solution is possible now with |
+1 |
Themes can now set the status bar background. You can also override the colors by adding the following to your settings.json file: "workbench.colorCustomizations":
{
"statusBar.background" : "#303030",
"statusBar.noFolderBackground" : "#222225",
"statusBar.debuggingBackground": "#511f1f"
} Locking as this feature has been in since v1.11 and so the solution doesn't get buried. |
The blue color is very distracting.. a way to change the color of that would be great!
The text was updated successfully, but these errors were encountered: