occam-styles 4.1.30 → 4.1.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/example.js +27 -23
- package/lib/colours.js +5 -1
- package/lib/scheme/syntax/customGrammarBNF.js +5 -5
- package/package.json +3 -3
- package/src/colours.js +1 -0
- package/src/scheme/syntax/customGrammarBNF.js +3 -3
- package/svg/checkmark.svg +50 -20
- package/svg/disc.svg +40 -8
- package/svg/clearConsole.svg +0 -57
- package/svg/directory/add.svg +0 -96
- package/svg/directory.svg +0 -96
- package/svg/editEntry.svg +0 -58
- package/svg/file/add.svg +0 -103
- package/svg/file.svg +0 -89
- package/svg/marker.svg +0 -64
- package/svg/rubbishBin/closed.svg +0 -129
- package/svg/rubbishBin/open.svg +0 -136
- package/svg/triangle/down.svg +0 -61
- package/svg/triangle/left.svg +0 -61
- package/svg/triangle/right.svg +0 -19
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
## Introduction
|
|
14
14
|
|
|
15
|
-
This package contains colour definitions together with user interface and syntax schemes. It also contains various images,
|
|
15
|
+
This package contains colour definitions together with user interface and syntax schemes. It also contains various images, in either native or JSX form. A distribution of [FiraCode](https://github.com/tonsky/FiraCode) is also included.
|
|
16
16
|
|
|
17
17
|
There is a small example application to view the images in JSX form.
|
|
18
18
|
|