diff --git a/themes/toukon.json b/themes/toukon.json new file mode 100644 index 0000000..c9695ee --- /dev/null +++ b/themes/toukon.json @@ -0,0 +1,24 @@ +{ + "$schema": "../schema.json", + "author": { + "name": "Awesome YAMAUCHI", + "twitter": "@torifukukaiou", + "github": "TORIFUKUKaiou" + }, + "version": "1.0", + "theme": { + "textColor": "#FFD700", + "backgroundColor": "#000000", + "matchBackgroundColor": "#CC0000", + "selection": { + "textColor": "#FFFFFF", + "backgroundColor": "#CC0000", + "matchBackgroundColor": "#FFD700" + }, + "description": { + "textColor": "#CCCCCC", + "borderColor": "#CC0000", + "backgroundColor": "#1A1A1A" + } + } +}