Skip to content

Commit 9d791a1

Browse files
committed
update default light theme to be more readable
1 parent 388cf94 commit 9d791a1

File tree

1 file changed

+22
-39
lines changed

1 file changed

+22
-39
lines changed

themes/default-light/v1/theme.json

Lines changed: 22 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
33
"name": "Notesnook Light",
44
"id": "default-light",
5-
"version": 1.9,
5+
"version": 2.0,
66
"license": "GPL-3.0-or-later",
77
"homepage": "https://notesnook.com",
88
"description": "The default light theme for Notesnook app.",
@@ -20,24 +20,24 @@
2020
"primary": {
2121
"accent": "#008837",
2222
"accentForeground": "#ffffff",
23-
"paragraph": "#303030",
23+
"paragraph": "#505050",
2424
"background": "#ffffff",
2525
"border": "#E8E8E8",
26-
"heading": "#212121",
27-
"icon": "#303030",
26+
"heading": "#202020",
27+
"icon": "#505050",
2828
"separator": "#E8E8E8",
2929
"placeholder": "#a9a9a9",
30-
"hover": "#00000010",
30+
"hover": "#eee",
3131
"backdrop": "#0000001a"
3232
},
3333
"secondary": {
3434
"accent": "#008837",
3535
"accentForeground": "#ffffff",
36-
"paragraph": "#666",
36+
"paragraph": "#777",
3737
"background": "#f7f7f7",
3838
"border": "#E8E8E8",
39-
"heading": "#808080",
40-
"icon": "#666",
39+
"heading": "#666",
40+
"icon": "#777",
4141
"separator": "#E8E8E8",
4242
"placeholder": "#a9a9a9",
4343
"hover": "#dbdbdb",
@@ -59,14 +59,14 @@
5959
"selected": {
6060
"accent": "#008837",
6161
"accentForeground": "#ffffff",
62-
"paragraph": "#303030",
63-
"background": "#ebebeb",
62+
"paragraph": "#212121",
63+
"background": "#eee",
6464
"border": "#008837",
6565
"heading": "#212121",
66-
"icon": "#008837",
66+
"icon": "#212121",
6767
"separator": "#E8E8E8",
6868
"placeholder": "#a9a9a9",
69-
"hover": "#00000010",
69+
"hover": "#eee",
7070
"backdrop": "#0000001a"
7171
},
7272
"error": {
@@ -97,40 +97,23 @@
9797
}
9898
},
9999
"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" }
109101
},
110102
"navigationMenu": {
111103
"primary": {
112-
"paragraph": "#303030",
113104
"background": "#f7f7f7",
114-
"icon": "#303030"
105+
"paragraph": "#666",
106+
"icon": "#666",
107+
"hover": "#eee"
115108
},
116-
"secondary": {
117-
"background": "#EEEEEE"
118-
}
119-
},
120-
"contextMenu": {
121-
"primary": {
122-
"background": "#f7f7f7"
123-
}
124-
},
125-
"editor": {
109+
"secondary": { "background": "#EEEEEE" },
126110
"selected": {
127-
"background": "#e1e1e1"
111+
"background": "#ddd",
112+
"hover": "#eee"
128113
}
129114
},
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" } }
135118
}
136119
}

0 commit comments

Comments
 (0)