formatting

This commit is contained in:
Luck
2021-04-02 13:05:15 +01:00
parent 9701bd6529
commit 3fb11c5a9a
9 changed files with 188 additions and 115 deletions

View File

@@ -22,8 +22,8 @@ const themes = {
keyword: '#07a',
function: '#DD4A68',
className: '#DD4A68',
variable: '#e90'
}
variable: '#e90',
},
},
dark: {
primary: '#022550',
@@ -48,9 +48,9 @@ const themes = {
keyword: '#1CCBEF',
function: '#BCBCBC',
className: '#82CF75',
variable: '#ee9900'
}
}
variable: '#ee9900',
},
},
};
export default themes;
export default themes;