Compare commits

...

7 Commits

Author SHA1 Message Date
Alex Dunmow
7ba1e6340c chore: declare templates category (themes carry categories) 2026-06-26 21:47:02 +08:00
Alex Dunmow
c97c0d3093 bump to 0.1.2 2026-06-26 00:33:26 +08:00
Alex Dunmow
7c12ba1de2 chore: showcase preview.png + align block/core to v0.14.1 2026-06-26 00:33:26 +08:00
Alex Dunmow
659c822f62 bump to 0.1.1 2026-06-25 21:39:37 +08:00
Alex Dunmow
54368d3fe1 feat(theme): add showcase preview screenshot + bump core to v0.14.1
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-25 21:39:37 +08:00
Alex Dunmow
1576d73662 Add plugin.mod 2026-06-25 15:10:56 +08:00
Alex Dunmow
92345d0c63 chore: bump core to v0.14.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 13:44:09 +08:00
4 changed files with 7 additions and 5 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.dev.alexdunmow.com/block/themes/terminal
go 1.26.4
require (
git.dev.alexdunmow.com/block/core v0.13.1
git.dev.alexdunmow.com/block/core v0.14.1
github.com/a-h/templ v0.3.1020
)

6
go.sum
View File

@ -1,7 +1,9 @@
connectrpc.com/connect v1.20.0 h1:6TNDAB+WeNd2uolWNlYczB5E0KNNaVMNUEx8JEUsPmQ=
connectrpc.com/connect v1.20.0/go.mod h1:A2ygJrukXwWy32vkCAAHNVguZrqZ+jeZ9rGRnGR4dN4=
git.dev.alexdunmow.com/block/core v0.13.1 h1:KirP6dRMkarHcfLjnln6cijA3cGBseUYna0kTq077Fo=
git.dev.alexdunmow.com/block/core v0.13.1/go.mod h1:ZwzEOxRDLDfrhQGqo6hLw01/C1z/aS4Dm9ljQMl0Bg4=
git.dev.alexdunmow.com/block/core v0.14.0 h1:cO6QQQPndhxwh1zbDvDOzebwrFS8Ka3WsxD8JBJLw/Y=
git.dev.alexdunmow.com/block/core v0.14.0/go.mod h1:S0ZfpGZ9BQhhmuTUd78ailH7m2vo7QRCTIionvCVm9s=
git.dev.alexdunmow.com/block/core v0.14.1 h1:63b25yzWoqrhBd3wdDFhsJzyGNM99wYmdh4WkN35hDk=
git.dev.alexdunmow.com/block/core v0.14.1/go.mod h1:S0ZfpGZ9BQhhmuTUd78ailH7m2vo7QRCTIionvCVm9s=
github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk=
github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/a-h/templ v0.3.1020 h1:ypAT/L5ySWEnZ6Zft/5yfoWXYYkhFNvEFOeeqecg4tw=

View File

@ -2,10 +2,10 @@
name = "terminal"
display_name = "Terminal"
scope = "@themes"
version = "0.1.0"
version = "0.1.2"
description = "Phosphor green on black terminal aesthetic with ASCII art, monospace type, and man-page article layouts. For indie dev sites, CTF writeups, and CLI tool docs."
kind = "theme"
categories = ["templates", "developer"]
categories = ["templates"]
tags = ["terminal", "hacker", "monospace", "dev", "ctf", "security", "docs", "indie"]
[compatibility]

BIN
preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB