Skip to content

Commit

Permalink
Differentiate tab well color; theme for light tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bgashler1 committed Jun 30, 2016
1 parent 659b490 commit eecde9e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/vs/workbench/browser/parts/editor/media/tabstitle.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
position: absolute;
top: 34px;
width: 100%;
border-top:1px solid #333333;
border-top:1px solid #403F3F;
}

.monaco-workbench > .part.editor > .content > .one-editor-container > .title > .monaco-scrollable-element {
Expand All @@ -39,11 +39,12 @@
}

.vs .monaco-workbench > .part.editor > .content > .one-editor-container > .title {
background-color: #F3F3F3;
background: linear-gradient(to bottom, #ECECEC 0%,#F3F3F3 100%);
mix-blend-mode: luminosity;
}

.vs-dark .monaco-workbench > .part.editor > .content > .one-editor-container > .title {
background-color: #252526;
background: linear-gradient(to bottom, #333333 0%,#252526 100%);
mix-blend-mode: luminosity;
}

Expand Down

0 comments on commit eecde9e

Please sign in to comment.