You've already forked joplin
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:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user