Skip to content

Commit

Permalink
Tweak light theme terminal colors for readability
Browse files Browse the repository at this point in the history
Fixes #6786
  • Loading branch information
Tyriar committed May 25, 2016
1 parent 355656c commit a38efd8
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@ const DEFAULT_ANSI_COLORS = {
'vs': [
'#000000', // black
'#cd3131', // red
'#09885a', // green
'#e5e510', // yellow
'#0451a5', // blue
'#008000', // green
'#949800', // yellow
'#2472c8', // blue
'#bc05bc', // magenta
'#0598bc', // cyan
'#e5e5e5', // white
'#111111', // bright black
'#555555', // white
'#666666', // bright black
'#cd3131', // bright red
'#09885a', // bright green
'#e5e510', // bright yellow
'#0451a5', // bright blue
'#00aa00', // bright green
'#b5ba00', // bright yellow
'#2b89ef', // bright blue
'#bc05bc', // bright magenta
'#0598bc', // bright cyan
'#e5e5e5' // bright white
'#a5a5a5' // bright white
],
'vs-dark': [
'#000000', // black
Expand Down

2 comments on commit a38efd8

@danielywang
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do I download and apply this theme?

@Tyriar
Copy link
Member Author

@Tyriar Tyriar commented on a38efd8 Mar 15, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the built-in light+ theme

Please sign in to comment.