We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a339c9f commit 13505adCopy full SHA for 13505ad
apps/txtreader/app.js
@@ -27,7 +27,7 @@ function onFileSelected(file) {
27
function displayText(offset, pageNumber) {
28
g.clear();
29
g.setFont("6x8", 1);
30
- g.setColor(1);
+ g.setColor(g.theme.fg);
31
g.drawString("Page " + pageNumber, 10, 2);
32
//g.drawString("Offset " + offset, 60, 2);
33
g.drawString(file, g.getWidth() - file.length * 6, 2);
0 commit comments