Skip to content

Commit

Permalink
Enable dark mode usage (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
TikaelSol authored Sep 13, 2024
2 parents 1bc861d + 342f652 commit 112fa60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"id": "starfinder-field-test-for-pf2e",
"title": "Starfinder 2nd Edition Playtest for PF2e",
"url": "https://github.com/TikaelSol/starfinder-field-test",
"manifest": "https://github.com/TikaelSol/starfinder-field-test/releases/download/Latest/module.json",
"download": "https://github.com/TikaelSol/starfinder-field-test/releases/download/Latest/starfinder-field-test-for-pf2e.zip",
"version": "6.2",
"manifest": "https://github.com/TikaelSol/starfinder-field-test/releases/download/latest/module.json",
"download": "https://github.com/TikaelSol/starfinder-field-test/releases/download/latest/starfinder-field-test-for-pf2e.zip",
"version": "6.3",
"compatibility": {
"minimum": "12",
"verified": "12"
Expand Down
1 change: 1 addition & 0 deletions scripts/sf2e-playtest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Hooks.once("init", () => {
blank: false,
choices: {
none: "SF2E.SETTINGS.Theme.None",
dark: "SF2E.SETTINGS.Theme.Dark",
"high-contrast": "SF2E.SETTINGS.Theme.HighContrast",
light: "SF2E.SETTINGS.Theme.Light"
},
Expand Down

0 comments on commit 112fa60

Please sign in to comment.