-
-
Save ImadBoumzaoued/9cca8cb2f86b4aaedc420c9587c097d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
1 - close vscode if it is open | |
2 - at the terminal type: | |
Cd / Applications / Visual \ Studio \ Code.app/Contents/Resources/app/out/vs/workbench/electron-browser | |
3 - Add in the first line of the file: workbench.main.css, save and close. (When entering vscode it will report an error, click ignore always) | |
*/ | |
/*!-------------------------------------------------------- | |
* custom color. | |
*--------------------------------------------------------*/ | |
/*.show-file-icons .file-icon::before {margin-right: 5px;}*/ | |
.show-file-icons .folder-icon::before {display: none;} | |
.vs-dark {background-color: #0b1015 !important;} | |
.vs-dark .monaco-workbench {background-color: #0b1015 !important;} | |
.vs-dark .monaco-editor.vs-dark .glyph-margin {background: #0b1015 !important;} | |
.vs-dark .monaco-workbench.nopanel>.part.panel {background-color: #0b1015 !important;} | |
.vs-dark.monaco-workbench .part.editor.empty.has-watermark {background-color: #0b1015 !important;} | |
.vs-dark .monaco-workbench .monaco-editor-background {background-color: #0b1015 !important;} | |
.vs-dark .monaco-workbench>.activitybar>.content {background-color: #0b1015 !important} | |
.vs-dark .monaco-workbench>.part.statusbar {background: #0b1015 !important;color: #bbbbbb !important;} | |
.vs-dark .monaco-workbench>.part.editor>.content>.one-editor-silo>.container>.title .tabs-container>.tab.active {background: #0b1015 !important;border-bottom: 2px solid orange !important;} | |
.vs-dark .monaco-workbench>.part.editor>.content>.one-editor-silo>.container>.title .tabs-container>.tab:not(.active) {background: #0b1015 !important; border: none;} | |
.vs-dark .monaco-workbench>.part.editor>.content>.one-editor-silo>.container>.title, .monaco-workbench>.part>.title {background-color: #0b1015 !important;} | |
.vs-dark .explorer-viewlet {background-color: #0b1015 !important;} | |
.vs-dark .monaco-split-view>.split-view-view>.header.collapsible {background-color: #0b1015 !important;} | |
.vs-dark .monaco-tree .monaco-tree-row {color: #bbbbbb;font-size: 16px;font-family: 'OperatorMono-Light';} | |
.vs-dark .monaco-tree .monaco-tree-row.selected:not(.highlighted) {color: orange;background-color: #0b1015 !important;} | |
.vs-dark .monaco-workbench>.part.panel {background-color: #0b1015 !important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment