File tree Expand file tree Collapse file tree 3 files changed +2
-83
lines changed Expand file tree Collapse file tree 3 files changed +2
-83
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ export interface Color {
1818 cyan : Color ;
1919 white : Color ;
2020 gray : Color ;
21- grey : Color ;
2221
2322 brightRed : Color ;
2423 brightGreen : Color ;
@@ -36,6 +35,7 @@ export interface Color {
3635 bgMagenta : Color ;
3736 bgCyan : Color ;
3837 bgWhite : Color ;
38+ bgGray : Color ;
3939
4040 bgBrightRed : Color ;
4141 bgBrightGreen : Color ;
@@ -82,7 +82,6 @@ export const magenta: Color;
8282export const cyan : Color ;
8383export const white : Color ;
8484export const gray : Color ;
85- export const grey : Color ;
8685
8786export const brightRed : Color ;
8887export const brightGreen : Color ;
@@ -100,6 +99,7 @@ export const bgBlue: Color;
10099export const bgMagenta : Color ;
101100export const bgCyan : Color ;
102101export const bgWhite : Color ;
102+ export const bgGray : Color ;
103103
104104export const bgBrightRed : Color ;
105105export const bgBrightGreen : Color ;
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ var codes = {
4646 cyan : [ 36 , 39 ] ,
4747 white : [ 37 , 39 ] ,
4848 gray : [ 90 , 39 ] ,
49- grey : [ 90 , 39 ] ,
5049
5150 brightRed : [ 91 , 39 ] ,
5251 brightGreen : [ 92 , 39 ] ,
@@ -65,7 +64,6 @@ var codes = {
6564 bgCyan : [ 46 , 49 ] ,
6665 bgWhite : [ 47 , 49 ] ,
6766 bgGray : [ 100 , 49 ] ,
68- bgGrey : [ 100 , 49 ] ,
6967
7068 bgBrightRed : [ 101 , 49 ] ,
7169 bgBrightGreen : [ 102 , 49 ] ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments