Skip to content

Commit

Permalink
Update thorium.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
martin. authored Oct 5, 2024
1 parent 2eb0e83 commit 9ddf4f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/thorium.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const kAutoClosePanels =true;
const kDesktopAllowed =true;
const kOneSignalAppId="";
const kTheme='.color-theme-yellow';
const kCustomColor="yellow";
const kCustomColor="white";
const kFillMode=false;

const kPhotoBrowserBackLinkText="close";
Expand Down Expand Up @@ -123,10 +123,10 @@ var app = new Framework7({
"id": "za.co.yellowpencil",
"root": "#app",
"theme": theme,
"autoDarkTheme": true,
"autoDarkTheme": false,
"language": "en",
"routes": routes,
"name": "TK",
"name": "Yellow Pencil",
"initOnDeviceReady": true,
"init": true,
"iosTranslucentBars": true,
Expand Down

0 comments on commit 9ddf4f6

Please sign in to comment.