Increased contrast of letter connections for readability. #2

Merged
s3rius merged 1 commits from task_frontend_relations_fix into master 2026-07-02 10:57:09 +00:00
Showing only changes of commit 129a1ea5f7 - Show all commits
+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',
}, },
}; };