This commit is contained in:
Keith Simmons 2022-03-31 17:51:25 -07:00
parent b4087b115b
commit e3366c490e
2 changed files with 2080 additions and 406 deletions

1672
message.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -262,7 +262,9 @@ const editor = {
const syntax = {
primary: {
color: { value: "000000" },
color: {
value: core.color.neutral[150]
},
weight: { value: "normal" },
},
comment: {