1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Mobile: Implement new note menu redesign (#11780)

This commit is contained in:
Henry Heino
2025-04-07 12:12:10 -07:00
committed by GitHub
parent fe88703488
commit a29e30e442
23 changed files with 582 additions and 240 deletions

View File

@@ -27,6 +27,7 @@ const theme: Theme = {
colorError2: '#ff7070',
colorWarn2: '#ffcb81',
colorWarn3: '#ff7626',
backgroundColorTransparent2: 'rgba(0, 0, 0, 0.1)',
// Color scheme "3" is used for the config screens for example/
// It's dark text over gray background.

View File

@@ -24,6 +24,7 @@ export interface Theme {
// Color scheme "2" is used for the sidebar. It's white text over
// dark blue background.
backgroundColor2: string;
backgroundColorTransparent2: string; // Used for dimmed region outside modals
color2: string;
selectedColor2: string;
colorError2: string;