Skip to content

Commit 1efbb3e

Browse files
author
Alphonsus Okoli
authored
Fix spelling errors in color-schemes document (darkreader#8997)
1 parent c387e70 commit 1efbb3e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/color-schemes-drconf.spec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ which doesn't really follow the standard for other files.
44
Spec:
55
- A section is a unique defined colorscheme following the syntax rules.
66
- The file must begin with a section, with the name of "Default" which has both a light and dark variant.
7-
- A seperator must be placed between new sections, the seperator is `'='.repeat(32)`.
8-
- A new line must be placed before and after the seperator.
9-
- All but not the first section should start with a new line(this is the same new line after the seperator).
10-
- The first keywoard in the section(after the possible new line) should be a unique colorscheme name.
11-
- After 2 new lines of the first keywoard should either be "DARK" or "LIGHT", at least 1 variant should be defined.
7+
- A separator must be placed between new sections, the separator is `'='.repeat(32)`.
8+
- A new line must be placed before and after the separator.
9+
- All but not the first section should start with a new line(this is the same new line after the separator).
10+
- The first keyword in the section(after the possible new line) should be a unique colorscheme name.
11+
- After 2 new lines of the first keyword should either be "DARK" or "LIGHT", at least 1 variant should be defined.
1212
- If a color scheme has both variants the order should start with "DARK" and then "LIGHT" for consistency.
1313
- Within the variants a background color and text color can be defined, both are required.
1414
- The syntax of defining background-color and text color should be `{background,text}: #6-or-3-length-hex-color` each on a new line.

0 commit comments

Comments
 (0)