diff options
| author | Jon Palmisciano <jp@jonpalmisc.com> | 2021-07-02 15:17:28 -0400 |
|---|---|---|
| committer | Jon Palmisciano <jp@jonpalmisc.com> | 2021-07-02 16:23:48 -0400 |
| commit | 4039a800349dcd587833d3e27d9137e4649818f4 (patch) | |
| tree | e003b8459c08ca831fe1157163e9fe03d767b3ed /docs/dev | |
| parent | 51126c272144493b899e4e77f3a714fd7d56ba95 (diff) | |
Docs: Fix theme docs formatting, JSON typos
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/themes.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/dev/themes.md b/docs/dev/themes.md index 8a66e68a..e6c91b77 100644 --- a/docs/dev/themes.md +++ b/docs/dev/themes.md @@ -125,8 +125,8 @@ color: { "colors": { "red": "#ff0000", - "blue": [0, 0, 255], - "purple": ["+", "red", "blue"] + "blue": [0, 0, 255], + "purple": ["+", "red", "blue"], "slightPink": ["~", "white", "red", 20], "quitePink": ["~", "white", "red", 200], } @@ -144,9 +144,9 @@ mixes some `red` into `white` then averages the result with `yellow`: { "colors": { "red": "#ff0000", - "white": [255, 255, 255], - "yellow": "#ffff00", - "slightPinkYellow": ["+", "~", "white", "red", 20, "yellow"], + "white": [255, 255, 255], + "yellow": "#ffff00", + "slightPinkYellow": ["+", "~", "white", "red", 20, "yellow"], } } ``` @@ -228,7 +228,7 @@ Don't forget about the alternate colors for users with color blind mode enabled! 1. `backgroundHighlightLightColor` - Used as the background color for bytes of value `0xFF` - Each byte in hex view is given a background color based on its value. Values in between `0x00` and `0xFF` will use a color interpolated between the + Each byte in hex view is given a background color based on its value. Values in between `0x00` and `0xFF` will use a color interpolated between the two colors above.<br><br> 1. `alphanumericHighlightColor` - Used to highlight alphanumeric characters in |
