Skip to content

Commit cb5da78

Browse files
authored
Update README.md (css theming)
1 parent 886f561 commit cb5da78

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,24 @@ the desired behavior.
5252

5353
Theming can be done with CSS variables
5454

55-
- `--ngx-json-string` : color of string values
56-
- `--ngx-json-number` : color of number values
57-
- `--ngx-json-boolean` : color of boolean values
58-
- `--ngx-json-date` : color of date values
59-
- `--ngx-json-array` : color of array values
60-
- `--ngx-json-object` : color of object values
61-
- `--ngx-json-function` : color of function values
62-
- `--ngx-json-null` : color of null values
63-
- `--ngx-json-null-bg` : background color of null values
64-
- `--ngx-json-undefined` : color of undefined values
65-
- `--ngx-json-toggler` : color of toggler
66-
- `--ngx-json-key` : color of keys
67-
- `--ngx-json-punctuation : color of punctuation (`:`, `{`, `}`, etc)
68-
- `--ngx-json-value` : color of values
69-
- `--ngx-json-undefined-key` : color for key of undefined values
70-
- `--ngx-json-label` color of preview labels
71-
- `--ngx-json-font-family` : font-family
72-
- `--ngx-json-font-size` : font-size
55+
```css
56+
--ngx-json-string /* color of string values */
57+
--ngx-json-number /* color of number values */
58+
--ngx-json-boolean /* color of boolean values */
59+
--ngx-json-date /* color of date values */
60+
--ngx-json-function /* color of function values */
61+
--ngx-json-null /* color of null values */
62+
--ngx-json-null-bg /* background color of null values */
63+
--ngx-json-undefined /* color of undefined values */
64+
--ngx-json-toggler /* color of toggler */
65+
--ngx-json-key /* color of keys */
66+
--ngx-json-punctuation /* color of punctuation (':', '{', '}', etc) */
67+
--ngx-json-value /* color of values */
68+
--ngx-json-undefined-key /* color for key of undefined values */
69+
--ngx-json-label /* color of preview labels */
70+
--ngx-json-font-family /* font-family */
71+
--ngx-json-font-size /* font-size */
72+
```
7373

7474
## Thanks
7575

0 commit comments

Comments
 (0)