17 lines
532 B
TOML
17 lines
532 B
TOML
# SPDX-FileCopyrightText: Simon Schneegans <code@simonschneegans.de>
|
|
# SPDX-FileCopyrightText: 2025 Rena & 小光
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
version = 1
|
|
|
|
[[annotations]]
|
|
path = ["theme.css", "theme.json5"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = ["Simon Schneegans <code@simonschneegans.de>", "2025 Rena & 小光"]
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = "preview.jpg"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2025 Rena & 小光"
|
|
SPDX-License-Identifier = "CC0-1.0"
|