Skip to content

Commit 91d33f0

Browse files
committed
fix selection color in editor
1 parent 9d791a1 commit 91d33f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/default-light/v1/theme.json

Lines changed: 2 additions & 2 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": 2.0,
5+
"version": 2.1,
66
"license": "GPL-3.0-or-later",
77
"homepage": "https://notesnook.com",
88
"description": "The default light theme for Notesnook app.",
@@ -113,7 +113,7 @@
113113
}
114114
},
115115
"contextMenu": { "primary": { "background": "#f7f7f7" } },
116-
"editor": { "selected": { "background": "#ffffff", "hover": "#ffffff" } },
116+
"editor": { "selected": { "background": "#e1e1e1" } },
117117
"sheet": { "selected": { "paragraph": "#008837" } }
118118
}
119119
}

0 commit comments

Comments
 (0)