File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ which doesn't really follow the standard for other files.
44Spec :
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 .
You can’t perform that action at this time.
0 commit comments