|
2 | 2 | "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", |
3 | 3 | "name": "Notesnook Light", |
4 | 4 | "id": "default-light", |
5 | | - "version": 1.9, |
| 5 | + "version": 2.0, |
6 | 6 | "license": "GPL-3.0-or-later", |
7 | 7 | "homepage": "https://notesnook.com", |
8 | 8 | "description": "The default light theme for Notesnook app.", |
|
20 | 20 | "primary": { |
21 | 21 | "accent": "#008837", |
22 | 22 | "accentForeground": "#ffffff", |
23 | | - "paragraph": "#303030", |
| 23 | + "paragraph": "#505050", |
24 | 24 | "background": "#ffffff", |
25 | 25 | "border": "#E8E8E8", |
26 | | - "heading": "#212121", |
27 | | - "icon": "#303030", |
| 26 | + "heading": "#202020", |
| 27 | + "icon": "#505050", |
28 | 28 | "separator": "#E8E8E8", |
29 | 29 | "placeholder": "#a9a9a9", |
30 | | - "hover": "#00000010", |
| 30 | + "hover": "#eee", |
31 | 31 | "backdrop": "#0000001a" |
32 | 32 | }, |
33 | 33 | "secondary": { |
34 | 34 | "accent": "#008837", |
35 | 35 | "accentForeground": "#ffffff", |
36 | | - "paragraph": "#666", |
| 36 | + "paragraph": "#777", |
37 | 37 | "background": "#f7f7f7", |
38 | 38 | "border": "#E8E8E8", |
39 | | - "heading": "#808080", |
40 | | - "icon": "#666", |
| 39 | + "heading": "#666", |
| 40 | + "icon": "#777", |
41 | 41 | "separator": "#E8E8E8", |
42 | 42 | "placeholder": "#a9a9a9", |
43 | 43 | "hover": "#dbdbdb", |
|
59 | 59 | "selected": { |
60 | 60 | "accent": "#008837", |
61 | 61 | "accentForeground": "#ffffff", |
62 | | - "paragraph": "#303030", |
63 | | - "background": "#ebebeb", |
| 62 | + "paragraph": "#212121", |
| 63 | + "background": "#eee", |
64 | 64 | "border": "#008837", |
65 | 65 | "heading": "#212121", |
66 | | - "icon": "#008837", |
| 66 | + "icon": "#212121", |
67 | 67 | "separator": "#E8E8E8", |
68 | 68 | "placeholder": "#a9a9a9", |
69 | | - "hover": "#00000010", |
| 69 | + "hover": "#eee", |
70 | 70 | "backdrop": "#0000001a" |
71 | 71 | }, |
72 | 72 | "error": { |
|
97 | 97 | } |
98 | 98 | }, |
99 | 99 | "statusBar": { |
100 | | - "primary": { |
101 | | - "paragraph": "#5E5E5E", |
102 | | - "background": "#f7f7f7" |
103 | | - } |
104 | | - }, |
105 | | - "list": { |
106 | | - "selected": { |
107 | | - "background": "#f7f7f7" |
108 | | - } |
| 100 | + "primary": { "paragraph": "#5E5E5E", "background": "#f7f7f7" } |
109 | 101 | }, |
110 | 102 | "navigationMenu": { |
111 | 103 | "primary": { |
112 | | - "paragraph": "#303030", |
113 | 104 | "background": "#f7f7f7", |
114 | | - "icon": "#303030" |
| 105 | + "paragraph": "#666", |
| 106 | + "icon": "#666", |
| 107 | + "hover": "#eee" |
115 | 108 | }, |
116 | | - "secondary": { |
117 | | - "background": "#EEEEEE" |
118 | | - } |
119 | | - }, |
120 | | - "contextMenu": { |
121 | | - "primary": { |
122 | | - "background": "#f7f7f7" |
123 | | - } |
124 | | - }, |
125 | | - "editor": { |
| 109 | + "secondary": { "background": "#EEEEEE" }, |
126 | 110 | "selected": { |
127 | | - "background": "#e1e1e1" |
| 111 | + "background": "#ddd", |
| 112 | + "hover": "#eee" |
128 | 113 | } |
129 | 114 | }, |
130 | | - "sheet": { |
131 | | - "selected": { |
132 | | - "paragraph": "#008837" |
133 | | - } |
134 | | - } |
| 115 | + "contextMenu": { "primary": { "background": "#f7f7f7" } }, |
| 116 | + "editor": { "selected": { "background": "#ffffff", "hover": "#ffffff" } }, |
| 117 | + "sheet": { "selected": { "paragraph": "#008837" } } |
135 | 118 | } |
136 | 119 | } |
0 commit comments