Add basic VsCodeThemeConverter

This commit is contained in:
Marshall Bowers 2023-11-02 18:24:38 -04:00
parent e48332c81f
commit 0bc51382b2
4 changed files with 92 additions and 82 deletions

View file

@ -4,14 +4,17 @@
"themes": [
{
"name": "Ayu Light",
"file_name": "ayu-light.json",
"appearance": "light"
},
{
"name": "Ayu Mirage",
"file_name": "ayu-mirage.json",
"appearance": "dark"
},
{
"name": "Ayu Dark",
"file_name": "ayu-dark.json",
"appearance": "dark"
}
]

View file

@ -4,6 +4,7 @@
"themes": [
{
"name": "Dracula",
"file_name": "dracula.json",
"appearance": "dark"
}
]