feat: tfcode

This commit is contained in:
Gab
2026-03-27 17:09:02 +11:00
parent 95340af79a
commit cbcaa4ba46
22 changed files with 84 additions and 62 deletions

View File

@@ -35,7 +35,7 @@ export const Logo = (props: { class?: string }) => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 234 42"
viewBox="0 0 180 42"
fill="none"
classList={{ [props.class ?? ""]: !!props.class }}
>
@@ -44,18 +44,16 @@ export const Logo = (props: { class?: string }) => {
<path d="M18 12H6V30H18V12ZM24 36H0V6H24V36Z" fill="var(--icon-base)" />
<path d="M48 30H36V18H48V30Z" fill="var(--icon-weak-base)" />
<path d="M36 30H48V12H36V30ZM54 36H36V42H30V6H54V36Z" fill="var(--icon-base)" />
<path d="M84 24V30H66V24H84Z" fill="var(--icon-weak-base)" />
<path d="M84 24H66V30H84V36H60V6H84V24ZM66 18H78V12H66V18Z" fill="var(--icon-base)" />
<path d="M108 36H96V18H108V36Z" fill="var(--icon-weak-base)" />
<path d="M108 12H96V36H90V6H108V12ZM114 36H108V12H114V36Z" fill="var(--icon-base)" />
<path d="M144 30H126V18H144V30Z" fill="var(--icon-weak-base)" />
<path d="M144 12H126V30H144V36H120V6H144V12Z" fill="var(--icon-strong-base)" />
<path d="M168 30H156V18H168V30Z" fill="var(--icon-weak-base)" />
<path d="M168 12H156V30H168V12ZM174 36H150V6H174V36Z" fill="var(--icon-strong-base)" />
<path d="M198 30H186V18H198V30Z" fill="var(--icon-weak-base)" />
<path d="M198 12H186V30H198V12ZM204 36H180V6H198V0H204V36Z" fill="var(--icon-strong-base)" />
<path d="M234 24V30H216V24H234Z" fill="var(--icon-weak-base)" />
<path d="M216 12V18H228V12H216ZM234 24H216V30H234V36H210V6H234V24Z" fill="var(--icon-strong-base)" />
<text
x="66"
y="32"
font-size="28"
font-weight="600"
fill="var(--icon-strong-base)"
font-family="var(--font-family-sans)"
>
Code
</text>
</g>
</svg>
)

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://opencode.ai/desktop-theme.json",
"name": "OpenCode",
"name": "TF Code",
"id": "opencode",
"light": {
"palette": {