cute launcher: coloring again

master
kkayam 2025-02-19 10:31:17 +00:00
parent af82450254
commit b5ec05fd42
3 changed files with 3 additions and 2 deletions

View File

@ -3,3 +3,4 @@
0.29: Draw function optimization 0.29: Draw function optimization
0.30: Refine initial scrollbar position 0.30: Refine initial scrollbar position
0.31: Coloring for scrollbar 0.31: Coloring for scrollbar
0.32: Coloring for scrollbar

View File

@ -121,7 +121,7 @@
const lineRight = overlayWidth - 9; const lineRight = overlayWidth - 9;
// Draw inner lines (increased from ±1 to ±2) // Draw inner lines (increased from ±1 to ±2)
overlay.setColor(g.theme.bg2); overlay.setColor(g.theme.fg2);
overlay.fillRect(lineLeft - 2, lineY1 - 1, lineRight + 2, lineY1 + 1); overlay.fillRect(lineLeft - 2, lineY1 - 1, lineRight + 2, lineY1 + 1);
overlay.fillRect(lineLeft - 2, lineY2 - 1, lineRight + 2, lineY2 + 1); overlay.fillRect(lineLeft - 2, lineY2 - 1, lineRight + 2, lineY2 + 1);

View File

@ -2,7 +2,7 @@
"id": "cutelauncher", "id": "cutelauncher",
"name": "Cute Launcher", "name": "Cute Launcher",
"shortName": "Cute Launcher", "shortName": "Cute Launcher",
"version": "0.31", "version": "0.32",
"description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen", "description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen",
"icon": "app.png", "icon": "app.png",
"type": "launch", "type": "launch",