Skip to content

Commit

Permalink
Update config.json for better battery readability in Beneath the Mask (
Browse files Browse the repository at this point in the history
…#38)

Update config.json

The color of the battery percentage is white by default, which makes it unreadable against the background. This small change makes the battery percentage text red to counter that.
  • Loading branch information
thetechdog authored Aug 11, 2024
1 parent 647799e commit f7f70b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/Beneath The Mask by UnBurn/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"visible": false,
"font": "OptimaNovaLT-Black.ttf",
"size": 25,
"color": "#FFFFFF",
"color": "#FF0505",
"offsetX": 0,
"offsetY": 0,
"onleft": false
Expand Down Expand Up @@ -43,4 +43,4 @@
"size": 25,
"color": "#FFFFFF"
}
}
}

0 comments on commit f7f70b3

Please sign in to comment.