From 4c4e9a2df58e2a3474acf4729313e6a800a0a1b5 Mon Sep 17 00:00:00 2001 From: hitalin Date: Fri, 7 Aug 2026 10:17:39 +0900 Subject: [PATCH] =?UTF-8?q?fix(themes):=20gtk-classic=20=E3=82=92=20Clearl?= =?UTF-8?q?ooks=20=E5=AE=9F=E9=85=8D=E8=89=B2=E3=81=AB=E4=BD=9C=E3=82=8A?= =?UTF-8?q?=E7=9B=B4=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tango は本来アイコンテーマのガイドライン (Tango Icon Theme Guidelines) であって GTK2 のウィジェット配色ではない。旧版は Tango の Aluminium (#d3d7cf) と Sky Blue (#3465a4) で塗っていたため、実物の GNOME 2 より暗く緑寄りで、 「事務的なグレー」だった当時の見た目と違っていた。 GNOME 2.12 以降の既定テーマ Clearlooks の gtk_color_scheme に合わせる。 - bg #d3d7cf -> #edeceb (bg_color) - accent #3465a4 -> #86abd9 (selected_bg_color) - fg #2e3436 -> #1a1a1a (text_color) - link を GTK2 既定の #0000ee、visited 相当の #551a8b を hashtag に - infoWarnBg #f5f5b5 は Clearlooks の tooltip_bg_color なのでそのまま error / warn / success / badge は当時もアイコン側が Tango だったため Tango の Scarlet Red / Butter / Chameleon を残す。 配色が総入れ替えになるため version を 2.0.0 に上げる。 Co-Authored-By: Claude Opus 4.8 --- public/registry/index.json | 12 +-- public/registry/plugins.json | 2 +- public/registry/queries.json | 2 +- public/registry/skills.json | 2 +- public/registry/themes.json | 98 +++++++++---------- public/registry/themes/gtk-classic/api.json | 2 +- public/registry/themes/gtk-classic/meta.json | 6 +- .../registry/themes/gtk-classic/theme.json5 | 69 ++++++------- public/registry/widgets.json | 2 +- 9 files changed, 99 insertions(+), 96 deletions(-) diff --git a/public/registry/index.json b/public/registry/index.json index 5249e1b..09bdff8 100644 --- a/public/registry/index.json +++ b/public/registry/index.json @@ -1,24 +1,24 @@ { "version": 1, - "updatedAt": "2026-08-07T00:52:08.996Z", + "updatedAt": "2026-08-07T01:17:18.087Z", "plugins": { "count": 24, - "updatedAt": "2026-08-07T00:52:08.996Z" + "updatedAt": "2026-08-07T01:17:18.087Z" }, "themes": { "count": 52, - "updatedAt": "2026-08-07T00:52:08.996Z" + "updatedAt": "2026-08-07T01:17:18.087Z" }, "widgets": { "count": 44, - "updatedAt": "2026-08-07T00:52:08.996Z" + "updatedAt": "2026-08-07T01:17:18.087Z" }, "skills": { "count": 29, - "updatedAt": "2026-08-07T00:52:08.996Z" + "updatedAt": "2026-08-07T01:17:18.087Z" }, "queries": { "count": 24, - "updatedAt": "2026-08-07T00:52:08.996Z" + "updatedAt": "2026-08-07T01:17:18.087Z" } } diff --git a/public/registry/plugins.json b/public/registry/plugins.json index c1adfa9..835ca44 100644 --- a/public/registry/plugins.json +++ b/public/registry/plugins.json @@ -1,6 +1,6 @@ { "version": 1, - "updatedAt": "2026-08-07T00:52:08.996Z", + "updatedAt": "2026-08-07T01:17:18.087Z", "plugins": [ { "id": "plugin-smith", diff --git a/public/registry/queries.json b/public/registry/queries.json index b5b5b0a..c836f42 100644 --- a/public/registry/queries.json +++ b/public/registry/queries.json @@ -1,6 +1,6 @@ { "version": 1, - "updatedAt": "2026-08-07T00:52:08.996Z", + "updatedAt": "2026-08-07T01:17:18.087Z", "queries": [ { "id": "no-cw", diff --git a/public/registry/skills.json b/public/registry/skills.json index 56bfe5e..23ea104 100644 --- a/public/registry/skills.json +++ b/public/registry/skills.json @@ -1,6 +1,6 @@ { "version": 1, - "updatedAt": "2026-08-07T00:52:08.996Z", + "updatedAt": "2026-08-07T01:17:18.087Z", "skills": [ { "id": "ai-cost-pulse", diff --git a/public/registry/themes.json b/public/registry/themes.json index 853e241..d530c9c 100644 --- a/public/registry/themes.json +++ b/public/registry/themes.json @@ -1,6 +1,6 @@ { "version": 1, - "updatedAt": "2026-08-07T00:52:08.996Z", + "updatedAt": "2026-08-07T01:17:18.087Z", "themes": [ { "id": "ame", @@ -188,8 +188,8 @@ "scrollbarHandleHover": "rgba(252, 252, 252, 0.5)", "deckBg": "#141618" }, - "createdAt": "2026-08-07T00:52:09.537Z", - "updatedAt": "2026-08-07T00:52:09.537Z", + "createdAt": "2026-08-07T09:53:25+09:00", + "updatedAt": "2026-08-07T09:53:25+09:00", "license": "CC0-1.0" }, { @@ -267,8 +267,8 @@ "scrollbarHandleHover": "rgba(35, 38, 41, 0.5)", "deckBg": "#d8dadc" }, - "createdAt": "2026-08-07T00:52:09.550Z", - "updatedAt": "2026-08-07T00:52:09.550Z", + "createdAt": "2026-08-07T09:53:25+09:00", + "updatedAt": "2026-08-07T09:53:25+09:00", "license": "CC0-1.0" }, { @@ -1179,77 +1179,77 @@ { "id": "gtk-classic", "name": "GTK Classic", - "version": "1.0.0", + "version": "2.0.0", "author": "@hitalin@yami.ski", - "description": "GNOME 2 / GTK2 時代のデスクトップ配色。Tango パレットのアルミグレーにスカイブルーのアクセント", + "description": "GNOME 2 の既定テーマ Clearlooks の配色。#edeceb の素っ気ない事務グレーに水色の選択色", "base": "light", "tags": [ "retro", "gtk", "gnome", - "tango", + "clearlooks", "light", "gray" ], "sourceUrl": "https://store.notedeck.io/registry/themes/gtk-classic/theme.json5", "apiUrl": "https://store.notedeck.io/registry/themes/gtk-classic/api.json", - "sha512": "38619eac4ce8a9822b76165657ad5656ec969cf4817c8d090752274e3ee145a8522224b59dccb9a1e1e6fd41e40daadf391c07b26bce63c9de9cf0de11b47ecf", + "sha512": "05da50ef44f3caa6f7adb813ea8c7f17726e0d4c23a995d84614fa9842797e1cbc2b09b97a19d9049a21d4b49890b7ddfe58deaf5663c25a324c3b05054f4c73", "themeProps": { - "bg": "#d3d7cf", - "fg": "#2e3436", + "bg": "#edeceb", + "fg": "#1a1a1a", "X10": ":alpha<0.4<@accent", "X14": ":alpha<0.5<@navBg", "X15": ":alpha<0<@panel", "X16": ":alpha<0.7<@panel", "X17": ":alpha<0.8<@bg", - "link": "#204a87", + "link": "#0000ee", "warn": "#c4a000", "badge": "#cc0000", "error": "#a40000", - "focus": "rgba(52, 101, 164, 0.45)", - "navBg": "#d3d7cf", - "navFg": "#555753", + "focus": "rgba(134, 171, 217, 0.5)", + "navBg": "#edeceb", + "navFg": "#4c4c4c", "panel": "#ffffff", - "popup": "#eeeeec", - "accent": "#3465a4", - "header": "#e4e6e1", - "infoBg": "#eeeeec", + "popup": "#ffffff", + "accent": "#86abd9", + "header": "#e5e4e2", + "infoBg": "#e4ecf7", "infoFg": "@fg", "renote": "#4e9a06", - "shadow": "rgba(46, 52, 54, 0.25)", - "divider": "#babdb6", - "hashtag": "#75507b", - "mention": "@accent", - "modalBg": "rgba(46, 52, 54, 0.5)", + "shadow": "rgba(0, 0, 0, 0.2)", + "divider": "#bebdbb", + "hashtag": "#551a8b", + "mention": "@link", + "modalBg": "rgba(0, 0, 0, 0.4)", "success": "#4e9a06", - "switchBg": "#babdb6", + "switchBg": "#b7b6b4", "indicator": "#cc0000", "mentionMe": "@mention", "messageBg": "@bg", - "navActive": "@accent", - "accentedBg": "rgba(52, 101, 164, 0.15)", - "codeNumber": "#75507b", - "codeString": "#4e9a06", + "navActive": "@link", + "accentedBg": "rgba(134, 171, 217, 0.25)", + "codeNumber": "#ce5c00", + "codeString": "#a40000", "fgOnAccent": "#ffffff", - "fgOnWhite": "#2e3436", + "fgOnWhite": "#1a1a1a", "infoWarnBg": "#f5f5b5", - "infoWarnFg": "#8f5902", - "codeBoolean": "#ce5c00", + "infoWarnFg": "#6b5400", + "codeBoolean": "#204a87", "dateLabelFg": "@fg", - "inputBorder": "#b0b3ac", - "panelBorder": "\" 1px solid #b0b3ac", + "inputBorder": "#b7b6b4", + "panelBorder": "\" 1px solid #bebdbb", "navIndicator": "@indicator", "fgHighlighted": "#000000", - "panelHeaderBg": "\" linear-gradient(180deg, #f6f5f3, #dfdcd8)", + "panelHeaderBg": "\" linear-gradient(180deg, #f2f1f0, #e3e2e0)", "panelHeaderFg": "@fg", "buttonGradateA": "@accent", "buttonGradateB": "@accent", - "htmlThemeColor": "#d3d7cf", - "panelHighlight": "#eeeeec", - "scrollbarHandle": "rgba(46, 52, 54, 0.3)", - "inputBorderHover": "#888a85", - "scrollbarHandleHover": "rgba(46, 52, 54, 0.5)", - "deckBg": "#babdb6" + "htmlThemeColor": "#edeceb", + "panelHighlight": "#f7f6f5", + "scrollbarHandle": "rgba(0, 0, 0, 0.3)", + "inputBorderHover": "#86abd9", + "scrollbarHandleHover": "rgba(0, 0, 0, 0.5)", + "deckBg": "#dcdbda" }, "createdAt": "2026-08-06T11:47:29+09:00", "updatedAt": "2026-08-06T11:47:29+09:00", @@ -1409,8 +1409,8 @@ "scrollbarHandleHover": "rgba(255, 255, 255, 0.45)", "deckBg": "#141416" }, - "createdAt": "2026-08-07T00:52:09.757Z", - "updatedAt": "2026-08-07T00:52:09.757Z", + "createdAt": "2026-08-07T09:53:25+09:00", + "updatedAt": "2026-08-07T09:53:25+09:00", "license": "CC0-1.0" }, { @@ -1488,8 +1488,8 @@ "scrollbarHandleHover": "rgba(0, 0, 0, 0.45)", "deckBg": "#e8e8ea" }, - "createdAt": "2026-08-07T00:52:09.771Z", - "updatedAt": "2026-08-07T00:52:09.771Z", + "createdAt": "2026-08-07T09:53:25+09:00", + "updatedAt": "2026-08-07T09:53:25+09:00", "license": "CC0-1.0" }, { @@ -3411,8 +3411,8 @@ "scrollbarHandleHover": "rgba(255, 255, 255, 0.55)", "deckBg": "#1c1c1c" }, - "createdAt": "2026-08-07T00:52:10.252Z", - "updatedAt": "2026-08-07T00:52:10.252Z", + "createdAt": "2026-08-07T09:53:25+09:00", + "updatedAt": "2026-08-07T09:53:25+09:00", "license": "CC0-1.0" }, { @@ -3490,8 +3490,8 @@ "scrollbarHandleHover": "rgba(0, 0, 0, 0.55)", "deckBg": "#e6e6e6" }, - "createdAt": "2026-08-07T00:52:10.267Z", - "updatedAt": "2026-08-07T00:52:10.267Z", + "createdAt": "2026-08-07T09:53:25+09:00", + "updatedAt": "2026-08-07T09:53:25+09:00", "license": "CC0-1.0" }, { diff --git a/public/registry/themes/gtk-classic/api.json b/public/registry/themes/gtk-classic/api.json index acb8423..375d791 100644 --- a/public/registry/themes/gtk-classic/api.json +++ b/public/registry/themes/gtk-classic/api.json @@ -1 +1 @@ -{"type":"theme","data":"{\n\tid: 'b4006d9f-4a66-416d-89d1-9db7641c32c9',\n\tbase: 'light',\n\tname: 'GTK Classic',\n\tdesc: 'GNOME 2 / GTK2 時代のデスクトップ配色。Tango パレットのアルミグレーにスカイブルーのアクセント',\n\tprops: {\n\t\tbg: '#d3d7cf',\n\t\tfg: '#2e3436',\n\t\tX10: ':alpha<0.4<@accent',\n\t\tX14: ':alpha<0.5<@navBg',\n\t\tX15: ':alpha<0<@panel',\n\t\tX16: ':alpha<0.7<@panel',\n\t\tX17: ':alpha<0.8<@bg',\n\t\tlink: '#204a87',\n\t\twarn: '#c4a000',\n\t\tbadge: '#cc0000',\n\t\terror: '#a40000',\n\t\tfocus: 'rgba(52, 101, 164, 0.45)',\n\t\tnavBg: '#d3d7cf',\n\t\tnavFg: '#555753',\n\t\tpanel: '#ffffff',\n\t\tpopup: '#eeeeec',\n\t\taccent: '#3465a4',\n\t\theader: '#e4e6e1',\n\t\tinfoBg: '#eeeeec',\n\t\tinfoFg: '@fg',\n\t\trenote: '#4e9a06',\n\t\tshadow: 'rgba(46, 52, 54, 0.25)',\n\t\tdivider: '#babdb6',\n\t\thashtag: '#75507b',\n\t\tmention: '@accent',\n\t\tmodalBg: 'rgba(46, 52, 54, 0.5)',\n\t\tsuccess: '#4e9a06',\n\t\tswitchBg: '#babdb6',\n\t\tindicator: '#cc0000',\n\t\tmentionMe: '@mention',\n\t\tmessageBg: '@bg',\n\t\tnavActive: '@accent',\n\t\taccentedBg: 'rgba(52, 101, 164, 0.15)',\n\t\tcodeNumber: '#75507b',\n\t\tcodeString: '#4e9a06',\n\t\tfgOnAccent: '#ffffff',\n\t\tfgOnWhite: '#2e3436',\n\t\tinfoWarnBg: '#f5f5b5',\n\t\tinfoWarnFg: '#8f5902',\n\t\tcodeBoolean: '#ce5c00',\n\t\tdateLabelFg: '@fg',\n\t\tinputBorder: '#b0b3ac',\n\t\tpanelBorder: '\" 1px solid #b0b3ac',\n\t\tnavIndicator: '@indicator',\n\t\tfgHighlighted: '#000000',\n\t\t// GTK2 のツールバー / ヘッダにあった縦方向のごく浅いグラデーション\n\t\tpanelHeaderBg: '\" linear-gradient(180deg, #f6f5f3, #dfdcd8)',\n\t\tpanelHeaderFg: '@fg',\n\t\tbuttonGradateA: '@accent',\n\t\tbuttonGradateB: '@accent',\n\t\thtmlThemeColor: '#d3d7cf',\n\t\tpanelHighlight: '#eeeeec',\n\t\tscrollbarHandle: 'rgba(46, 52, 54, 0.3)',\n\t\tinputBorderHover: '#888a85',\n\t\tscrollbarHandleHover: 'rgba(46, 52, 54, 0.5)',\n\t\tdeckBg: '#babdb6',\n\t},\n}\n"} +{"type":"theme","data":"{\n\tid: 'b4006d9f-4a66-416d-89d1-9db7641c32c9',\n\tbase: 'light',\n\tname: 'GTK Classic',\n\tdesc: 'GNOME 2 の既定テーマ Clearlooks の配色。#edeceb の素っ気ない事務グレーに水色の選択色',\n\tprops: {\n\t\tbg: '#edeceb',\n\t\tfg: '#1a1a1a',\n\t\tX10: ':alpha<0.4<@accent',\n\t\tX14: ':alpha<0.5<@navBg',\n\t\tX15: ':alpha<0<@panel',\n\t\tX16: ':alpha<0.7<@panel',\n\t\tX17: ':alpha<0.8<@bg',\n\t\t// GTK2 の既定リンク色 (GtkWidget の link-color / visited-link-color)\n\t\tlink: '#0000ee',\n\t\twarn: '#c4a000',\n\t\tbadge: '#cc0000',\n\t\terror: '#a40000',\n\t\tfocus: 'rgba(134, 171, 217, 0.5)',\n\t\tnavBg: '#edeceb',\n\t\tnavFg: '#4c4c4c',\n\t\tpanel: '#ffffff',\n\t\tpopup: '#ffffff',\n\t\t// Clearlooks の selected_bg_color\n\t\taccent: '#86abd9',\n\t\theader: '#e5e4e2',\n\t\tinfoBg: '#e4ecf7',\n\t\tinfoFg: '@fg',\n\t\trenote: '#4e9a06',\n\t\tshadow: 'rgba(0, 0, 0, 0.2)',\n\t\tdivider: '#bebdbb',\n\t\thashtag: '#551a8b',\n\t\tmention: '@link',\n\t\tmodalBg: 'rgba(0, 0, 0, 0.4)',\n\t\tsuccess: '#4e9a06',\n\t\tswitchBg: '#b7b6b4',\n\t\tindicator: '#cc0000',\n\t\tmentionMe: '@mention',\n\t\tmessageBg: '@bg',\n\t\tnavActive: '@link',\n\t\taccentedBg: 'rgba(134, 171, 217, 0.25)',\n\t\tcodeNumber: '#ce5c00',\n\t\tcodeString: '#a40000',\n\t\tfgOnAccent: '#ffffff',\n\t\tfgOnWhite: '#1a1a1a',\n\t\t// Clearlooks の tooltip_bg_color\n\t\tinfoWarnBg: '#f5f5b5',\n\t\tinfoWarnFg: '#6b5400',\n\t\tcodeBoolean: '#204a87',\n\t\tdateLabelFg: '@fg',\n\t\tinputBorder: '#b7b6b4',\n\t\tpanelBorder: '\" 1px solid #bebdbb',\n\t\tnavIndicator: '@indicator',\n\t\tfgHighlighted: '#000000',\n\t\t// GTK2 のツールバー / ヘッダにあった縦方向のごく浅いグラデーション\n\t\tpanelHeaderBg: '\" linear-gradient(180deg, #f2f1f0, #e3e2e0)',\n\t\tpanelHeaderFg: '@fg',\n\t\tbuttonGradateA: '@accent',\n\t\tbuttonGradateB: '@accent',\n\t\thtmlThemeColor: '#edeceb',\n\t\tpanelHighlight: '#f7f6f5',\n\t\tscrollbarHandle: 'rgba(0, 0, 0, 0.3)',\n\t\tinputBorderHover: '#86abd9',\n\t\tscrollbarHandleHover: 'rgba(0, 0, 0, 0.5)',\n\t\tdeckBg: '#dcdbda',\n\t},\n}\n"} diff --git a/public/registry/themes/gtk-classic/meta.json b/public/registry/themes/gtk-classic/meta.json index 2d33eb3..8eb59dd 100644 --- a/public/registry/themes/gtk-classic/meta.json +++ b/public/registry/themes/gtk-classic/meta.json @@ -1,10 +1,10 @@ { "id": "gtk-classic", "name": "GTK Classic", - "version": "1.0.0", + "version": "2.0.0", "author": "@hitalin@yami.ski", - "description": "GNOME 2 / GTK2 時代のデスクトップ配色。Tango パレットのアルミグレーにスカイブルーのアクセント", + "description": "GNOME 2 の既定テーマ Clearlooks の配色。#edeceb の素っ気ない事務グレーに水色の選択色", "base": "light", "license": "CC0-1.0", - "tags": ["retro", "gtk", "gnome", "tango", "light", "gray"] + "tags": ["retro", "gtk", "gnome", "clearlooks", "light", "gray"] } diff --git a/public/registry/themes/gtk-classic/theme.json5 b/public/registry/themes/gtk-classic/theme.json5 index 1749170..3dd3920 100644 --- a/public/registry/themes/gtk-classic/theme.json5 +++ b/public/registry/themes/gtk-classic/theme.json5 @@ -2,63 +2,66 @@ id: 'b4006d9f-4a66-416d-89d1-9db7641c32c9', base: 'light', name: 'GTK Classic', - desc: 'GNOME 2 / GTK2 時代のデスクトップ配色。Tango パレットのアルミグレーにスカイブルーのアクセント', + desc: 'GNOME 2 の既定テーマ Clearlooks の配色。#edeceb の素っ気ない事務グレーに水色の選択色', props: { - bg: '#d3d7cf', - fg: '#2e3436', + bg: '#edeceb', + fg: '#1a1a1a', X10: ':alpha<0.4<@accent', X14: ':alpha<0.5<@navBg', X15: ':alpha<0<@panel', X16: ':alpha<0.7<@panel', X17: ':alpha<0.8<@bg', - link: '#204a87', + // GTK2 の既定リンク色 (GtkWidget の link-color / visited-link-color) + link: '#0000ee', warn: '#c4a000', badge: '#cc0000', error: '#a40000', - focus: 'rgba(52, 101, 164, 0.45)', - navBg: '#d3d7cf', - navFg: '#555753', + focus: 'rgba(134, 171, 217, 0.5)', + navBg: '#edeceb', + navFg: '#4c4c4c', panel: '#ffffff', - popup: '#eeeeec', - accent: '#3465a4', - header: '#e4e6e1', - infoBg: '#eeeeec', + popup: '#ffffff', + // Clearlooks の selected_bg_color + accent: '#86abd9', + header: '#e5e4e2', + infoBg: '#e4ecf7', infoFg: '@fg', renote: '#4e9a06', - shadow: 'rgba(46, 52, 54, 0.25)', - divider: '#babdb6', - hashtag: '#75507b', - mention: '@accent', - modalBg: 'rgba(46, 52, 54, 0.5)', + shadow: 'rgba(0, 0, 0, 0.2)', + divider: '#bebdbb', + hashtag: '#551a8b', + mention: '@link', + modalBg: 'rgba(0, 0, 0, 0.4)', success: '#4e9a06', - switchBg: '#babdb6', + switchBg: '#b7b6b4', indicator: '#cc0000', mentionMe: '@mention', messageBg: '@bg', - navActive: '@accent', - accentedBg: 'rgba(52, 101, 164, 0.15)', - codeNumber: '#75507b', - codeString: '#4e9a06', + navActive: '@link', + accentedBg: 'rgba(134, 171, 217, 0.25)', + codeNumber: '#ce5c00', + codeString: '#a40000', fgOnAccent: '#ffffff', - fgOnWhite: '#2e3436', + fgOnWhite: '#1a1a1a', + // Clearlooks の tooltip_bg_color infoWarnBg: '#f5f5b5', - infoWarnFg: '#8f5902', - codeBoolean: '#ce5c00', + infoWarnFg: '#6b5400', + codeBoolean: '#204a87', dateLabelFg: '@fg', - inputBorder: '#b0b3ac', - panelBorder: '" 1px solid #b0b3ac', + inputBorder: '#b7b6b4', + panelBorder: '" 1px solid #bebdbb', navIndicator: '@indicator', fgHighlighted: '#000000', // GTK2 のツールバー / ヘッダにあった縦方向のごく浅いグラデーション - panelHeaderBg: '" linear-gradient(180deg, #f6f5f3, #dfdcd8)', + panelHeaderBg: '" linear-gradient(180deg, #f2f1f0, #e3e2e0)', panelHeaderFg: '@fg', buttonGradateA: '@accent', buttonGradateB: '@accent', - htmlThemeColor: '#d3d7cf', - panelHighlight: '#eeeeec', - scrollbarHandle: 'rgba(46, 52, 54, 0.3)', - inputBorderHover: '#888a85', - scrollbarHandleHover: 'rgba(46, 52, 54, 0.5)', - deckBg: '#babdb6', + htmlThemeColor: '#edeceb', + panelHighlight: '#f7f6f5', + scrollbarHandle: 'rgba(0, 0, 0, 0.3)', + inputBorderHover: '#86abd9', + scrollbarHandleHover: 'rgba(0, 0, 0, 0.5)', + deckBg: '#dcdbda', }, } diff --git a/public/registry/widgets.json b/public/registry/widgets.json index be2b50a..71cf9f4 100644 --- a/public/registry/widgets.json +++ b/public/registry/widgets.json @@ -1,6 +1,6 @@ { "version": 1, - "updatedAt": "2026-08-07T00:52:08.996Z", + "updatedAt": "2026-08-07T01:17:18.087Z", "widgets": [ { "id": "atcoder",