Skip to content

Commit

Permalink
Update modeHandler.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Chillee committed Nov 22, 2017
1 parent c431ace commit e5b085e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mode/modeHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ export class ModeHandler implements vscode.Disposable {
backgroundColor: new vscode.ThemeColor('editorCursor.foreground'),
borderColor: new vscode.ThemeColor('editorCursor.foreground'),
dark: {
color: '#515052',
color: 'rgb(81,80,82)',
},
light: {
// used for light colored themes
Expand Down

0 comments on commit e5b085e

Please sign in to comment.