2 Commits

Author SHA1 Message Date
shared_mutex 129a1ea5f7 Increased contrast of letter connections for readability.
Testing zangramru / lint (push) Successful in 33s
Testing zangramru / pytest (push) Has been cancelled
Bumped the board connection line color in both themes so the links
between letters read more clearly:
- light: #e2dbc7 -> #c7bb95
- dark:  #33333f -> #52525f

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 13:55:32 +03:00
s3rius c5dc537844 Merge pull request 'Redesigned frontend: neo-brutalist UI with swipe, keyboard input and animations.' (#1) from task_better_frontend into master
/ docker_build (push) Successful in 1m38s
/ helm_deploy (push) Successful in 37s
Testing zangramru / lint (push) Successful in 31s
Testing zangramru / pytest (push) Failing after 22s
Reviewed-on: #1
Reviewed-by: s3rius <s3rius@noreply.gitea.le-memese.com>
2026-07-02 10:30:50 +00:00
+2 -2
View File
@@ -417,13 +417,13 @@
light: { light: {
tile: '#ffffff', border: '#14110c', shadow: '#14110c', tile: '#ffffff', border: '#14110c', shadow: '#14110c',
ink: '#14110c', inkOn: '#14110c', ink: '#14110c', inkOn: '#14110c',
line: '#e2dbc7', sel: '#14110c', found: '#12b886', bonus: '#ff7a00', selTile: '#ff3d81', line: '#c7bb95', sel: '#14110c', found: '#12b886', bonus: '#ff7a00', selTile: '#ff3d81',
msgDefault: '#c98a00', muted: '#6f6650', msgDefault: '#c98a00', muted: '#6f6650',
}, },
dark: { dark: {
tile: '#262633', border: '#f4efe3', shadow: '#000000', tile: '#262633', border: '#f4efe3', shadow: '#000000',
ink: '#f4efe3', inkOn: '#14110c', ink: '#f4efe3', inkOn: '#14110c',
line: '#33333f', sel: '#f4efe3', found: '#24d38a', bonus: '#ffa733', selTile: '#ff479a', line: '#52525f', sel: '#f4efe3', found: '#24d38a', bonus: '#ffa733', selTile: '#ff479a',
msgDefault: '#ffd400', muted: '#9a927f', msgDefault: '#ffd400', muted: '#9a927f',
}, },
}; };