Add editorTheme.palette.theme to allow overriding colours

This commit is contained in:
Nick O'Leary
2018-07-27 22:05:28 +01:00
parent 450f4d9a5a
commit 549e56e220
11 changed files with 48 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
Editor
- Add Context data sidebar
- Add editorTheme.palette.theme to allow overriding colours
- Index all node properties when searching Fixes #1446
- Handle NaN and Infinity properly in debug sidebar Fixes #1778 #1779
- Prevent horizontal scroll when palette name cannot wrap
@@ -44,6 +44,7 @@ Nodes
Persistent Context
- Add Context data sidebar
- Add persistable context option
- Add default memory store
- Add file-based context store