@@ -29,7 +29,7 @@ export const githubLightInit = (options?: Partial<CreateThemeOptions>) => {
29
29
{ tag : [ t . keyword , t . typeName , t . typeOperator , t . typeName ] , color : '#d73a49' } ,
30
30
{ tag : [ t . string , t . meta , t . regexp ] , color : '#032f62' } ,
31
31
{ tag : [ t . name , t . quote ] , color : '#22863a' } ,
32
- { tag : [ t . heading ] , color : '#24292e' , fontWeight : 'bold' } ,
32
+ { tag : [ t . heading , t . strong ] , color : '#24292e' , fontWeight : 'bold' } ,
33
33
{ tag : [ t . emphasis ] , color : '#24292e' , fontStyle : 'italic' } ,
34
34
{ tag : [ t . deleted ] , color : '#b31d28' , backgroundColor : 'ffeef0' } ,
35
35
{ tag : [ t . atom , t . bool , t . special ( t . variableName ) ] , color : '#e36209' } ,
@@ -69,7 +69,7 @@ export const githubDarkInit = (options?: Partial<CreateThemeOptions>) => {
69
69
{ tag : [ t . keyword , t . typeName , t . typeOperator , t . typeName ] , color : '#ff7b72' } ,
70
70
{ tag : [ t . string , t . meta , t . regexp ] , color : '#a5d6ff' } ,
71
71
{ tag : [ t . name , t . quote ] , color : '#7ee787' } ,
72
- { tag : [ t . heading ] , color : '#d2a8ff' , fontWeight : 'bold' } ,
72
+ { tag : [ t . heading , t . strong ] , color : '#d2a8ff' , fontWeight : 'bold' } ,
73
73
{ tag : [ t . emphasis ] , color : '#d2a8ff' , fontStyle : 'italic' } ,
74
74
{ tag : [ t . deleted ] , color : '#ffdcd7' , backgroundColor : 'ffeef0' } ,
75
75
{ tag : [ t . atom , t . bool , t . special ( t . variableName ) ] , color : '#ffab70' } ,
0 commit comments