fix tags in v1.3.0 FF themes, outline CLI tool

This commit is contained in:
2025-11-19 00:25:19 -08:00
parent a10453d752
commit 3c9418f0c0
69 changed files with 659 additions and 34 deletions

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "alpine"
contrast = "default"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "alpine"
contrast = "default"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "badlands"
contrast = "default"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "badlands"
contrast = "default"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "chaparral"
contrast = "default"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "chaparral"
contrast = "default"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "grassland"
contrast = "default"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "grassland"
contrast = "default"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "savanna"
contrast = "default"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "savanna"
contrast = "default"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "tundra"
contrast = "default"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "tundra"
contrast = "default"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "alpine"
contrast = "hard"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "alpine"
contrast = "hard"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "badlands"
contrast = "hard"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "badlands"
contrast = "hard"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "chaparral"
contrast = "hard"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "chaparral"
contrast = "hard"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "grassland"
contrast = "hard"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "grassland"
contrast = "hard"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "savanna"
contrast = "hard"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "savanna"
contrast = "hard"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "tundra"
contrast = "hard"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "tundra"
contrast = "hard"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "alpine"
contrast = "soft"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "alpine"
contrast = "soft"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "badlands"
contrast = "soft"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "badlands"
contrast = "soft"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "chaparral"
contrast = "soft"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "chaparral"
contrast = "soft"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "grassland"
contrast = "soft"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "grassland"
contrast = "soft"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "savanna"
contrast = "soft"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "savanna"
contrast = "soft"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "dark"
biome = "tundra"
contrast = "soft"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------

View File

@@ -11,6 +11,7 @@
mode = "light"
biome = "tundra"
contrast = "soft"
version = "f{{version}}"
# --------------------------------------------
# - SYS --------------------------------------