mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-11 02:44:57 +08:00
🔥 Sync 2026-08-05 04:56:07
This commit is contained in:
@@ -17,7 +17,7 @@ LUCI_NAME:=luci-theme-footstrap
|
||||
FOOTSTRAP_VERSION?=
|
||||
ifneq ($(FOOTSTRAP_VERSION),)
|
||||
PKG_VERSION:=$(FOOTSTRAP_VERSION)
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=3
|
||||
endif
|
||||
|
||||
LUCI_TITLE:=Footstrap Theme
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
|
||||
config footstrap 'settings'
|
||||
option pattern 'a583df0ec986a6b8454f7be514e8cb32'
|
||||
option darkmode 'dark'
|
||||
option wallpaper 'pattern'
|
||||
|
||||
@@ -17,6 +17,11 @@
|
||||
* docs/design-system.md. Light = :root; dark = :root[data-darkmode="true"].
|
||||
* ============================================================ */
|
||||
:root {
|
||||
--card-bg-color: var(--fs-panel) !important;
|
||||
--border-color: var(--fs-border) !important;
|
||||
--app-container_title-color: var(--fs-text) !important;
|
||||
--item-label_key-span-color: var(--app-container_title-color) !important;
|
||||
--app-container_status-label_block: var(--app-container_title-color) !important;
|
||||
/* Palette COLOURS are in 03-palettes.css (one swappable block per colourway × mode);
|
||||
* everything here is palette-INDEPENDENT or var()-derived, so it follows the active
|
||||
* palette. The INKS (--fs-on-accent &c.) are in the palette blocks too, beside the
|
||||
|
||||
Reference in New Issue
Block a user