You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add hash requirement mention in styling guideline and add hashes to example .yaml
- Also rename colour to color since we've previously decided we're going with U.S. spelling
- Update link to tinted-vim
Copy file name to clipboardExpand all lines: styling.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,27 @@ _The original version of this spec can be found at [chriskempson/base16](https:/
5
5
# Base16 Styling Guidelines
6
6
**Version 0.4.2**
7
7
8
-
Base16 aims to group similar language constructs with a single color. For example, floats, ints, and doubles would belong to the same colour group. The colors for the default scheme were chosen to be easily separable, but scheme designers should pick whichever colours they desire, e.g. `base0B` (green by default) could be replaced with red. There are, however, some general guidelines below that stipulate which `base0B` should be used to highlight each construct when designing templates for editors.
8
+
Base16 aims to group similar language constructs with a single color. For example, floats, ints, and doubles would belong to the same color group. The colors for the default scheme were chosen to be easily separable, but scheme designers should pick whichever colors they desire, e.g. `base0B` (green by default) could be replaced with red. There are, however, some general guidelines below that stipulate which `base0B` should be used to highlight each construct when designing templates for editors.
9
9
10
10
Since describing syntax highlighting can be tricky, please see [base16-vim](https://github.com/tinted-theming/base16-vim/) and [base16-emacs](https://github.com/tinted-theming/base16-emacs/) for reference. Though it should be noted that each editor will have some discrepancies due the fact that editors generally have different syntax highlighting engines.
11
11
12
-
Colors `base00` to `base07` are typically variations of a shade and run from darkest to lightest for dark themes. These colors are used for foreground and background, status bars, line highlighting and such. Colors `base08` to `base0F` are typically individual colors used for types, operators, names and variables. In order to create a dark scheme, colors `base00` to `base07` should span from dark to light. For a light scheme, these colours should span from light to dark.
12
+
Colors `base00` to `base07` are typically variations of a shade and run from darkest to lightest for dark themes. These colors are used for foreground and background, status bars, line highlighting and such. Colors `base08` to `base0F` are typically individual colors used for types, operators, names and variables. In order to create a dark scheme, colors `base00` to `base07` should span from dark to light. For a light scheme, these color should span from light to dark.
13
13
14
14
## Usage Guidelines
15
15
16
16
We offer guidelines for both dark and light themes:
17
17
18
18
### Dark
19
19
20
-
-Colours from `base00` to `base07` should range from dark to light.
20
+
-Colors from `base00` to `base07` should range from dark to light.
21
21
22
22
### Light
23
23
24
-
-Colours from `base00` to `base07` should range from light to dark.
24
+
-Colors from `base00` to `base07` should range from light to dark.
25
25
26
-
## Specific Colours and Their Usages
26
+
## Specific Colors and Their Usages
27
27
28
-
Each colour (base0X) serves a specific purpose or use case, such as background, foreground, variables, errors, etc. Here's a breakdown using the "One Dark" scheme colors:
28
+
Each color (base0X) serves a specific purpose or use case, such as background, foreground, variables, errors, etc. Here's a breakdown using the "One Dark" scheme colors:
29
29
30
30
| Color | base0X | ANSI | Terminal | Text Editor |
@@ -49,7 +49,7 @@ We offer guidelines for both dark and light themes:
49
49
**Notes**:
50
50
51
51
- These are just guidelines and will most often provide best results when the they are followed.
52
-
- Items in parenthesis in the Terminal column do not have an identified terminal use and are a more generic colour description.
52
+
- Items in parenthesis in the Terminal column do not have an identified terminal use and are a more generic color description.
53
53
- Most terminals allow to set extended ANSI colors, but not all. It can't be assumed that the extended ANSI colors are set when using a tinted-theming terminal template theme.
0 commit comments