From af60b76a1bb784b9c459f7cdeb4ab4e1e9df68ce Mon Sep 17 00:00:00 2001 From: Awesome YAMAUCHI Date: Mon, 11 Aug 2025 16:59:52 +0900 Subject: [PATCH] feat: add Toukon theme - self-conquest inspired by Antonio Inoki MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Toukon (闘魂) theme embodying the philosophy of conquering oneself and polishing one's soul through inner struggle. - Black base representing inner strength and self-discipline - Gold text symbolizing a soul polished through continuous improvement - Red accents representing the inner fire of determination Philosophy: 'Toukon means conquering yourself and polishing your soul through struggle' - Antonio Inoki --- themes/toukon.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 themes/toukon.json 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" + } + } +}