Compare commits

..

No commits in common. "c75ec15554575986a4bfb7c801d5ecbf0c7a90d6" and "1195af9039e54aff9d5b6d86f05849cfe37c0148" have entirely different histories.

3 changed files with 6 additions and 6 deletions

4
go.mod
View File

@ -1,8 +1,8 @@
module git.dev.alexdunmow.com/block/lcars
go 1.26.4
go 1.26.2
require git.dev.alexdunmow.com/block/core v0.11.1
require git.dev.alexdunmow.com/block/core v0.10.0
require (
connectrpc.com/connect v1.20.0 // indirect

4
go.sum
View File

@ -1,7 +1,7 @@
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.11.1 h1:5b3Ps9CLor2FGyxw/Qovt27AGZKR5Xi1JZGi/TfliTA=
git.dev.alexdunmow.com/block/core v0.11.1/go.mod h1:ZwzEOxRDLDfrhQGqo6hLw01/C1z/aS4Dm9ljQMl0Bg4=
git.dev.alexdunmow.com/block/core v0.10.0 h1:dWfYVbGuJOnvE58GcGGd5c71dAAKcjxrSEfjNepu4ro=
git.dev.alexdunmow.com/block/core v0.10.0/go.mod h1:y1/Q9UMG29AplbExecnq9M7y16PZ7cYd24bjZO1SCBQ=
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,7 +2,7 @@
name = "lcars"
display_name = "LCARS"
scope = "@themes"
version = "0.2.6"
description = "Star Trek-inspired LCARS interface theme for BlockNinja — angular panels, bold accent colors, and the distinctive curved frame layout of the 24th-century starship computer."
version = "0.2.0"
description = "LCARS-inspired theme — adjust this line to taste"
kind = "plugin"
categories = ["templates"]