Created
July 24, 2015 13:47
-
-
Save nickytoh/3c5da4d664513de27424 to your computer and use it in GitHub Desktop.
Revisions
-
nickytoh created this gist
Jul 24, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ /* Code/app-0.5.0/resources/app/client/vs/monaco/ui/workbench/native/native.main.css */ .monaco-editor.vs, .monaco-editor.vs .zone-widget .monaco-editor { background-color: #fdf6e4; } .monaco-editor, .monaco-editor-background { background-color: #fdf6e4; } .monaco-workbench.vs > .part.editor > .content .title { background-color: #fdf6e4; } .monaco-workbench-container .monaco-editor .glyph-margin { background: #fdf6e4; } .monaco-workbench > .part.editor > .content .title .title-actions, .monaco-workbench.vs > .part.editor > .content .title .title-label .state-description { background-color: #fdf6e4; }