Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 14088a9

Browse files
committed
Sort ansi colour properties in alphabetical order
- Change color8 from base03 to base02 to follow current styling spec
1 parent 97f0878 commit 14088a9

File tree

1 file changed

+23
-37
lines changed

1 file changed

+23
-37
lines changed

templates/default.mustache

+23-37
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[colors]
2-
# Base16 {{scheme-name}}
2+
# {{scheme-system}} {{scheme-name}}
33
# Scheme author: {{scheme-author}}
44
# Template author: Tinted Theming (https://github.com/tinted-theming)
55

@@ -12,39 +12,25 @@ background = #{{base00-hex}}
1212
# 16 color space
1313

1414
# Black, Gray, Silver, White
15-
color0 = #{{base00-hex}}
16-
color8 = #{{base03-hex}}
17-
color7 = #{{base05-hex}}
18-
color15 = #{{base07-hex}}
19-
20-
# Red
21-
color1 = #{{base08-hex}}
22-
color9 = #{{base08-hex}}
23-
24-
# Green
25-
color2 = #{{base0B-hex}}
26-
color10 = #{{base0B-hex}}
27-
28-
# Yellow
29-
color3 = #{{base0A-hex}}
30-
color11 = #{{base0A-hex}}
31-
32-
# Blue
33-
color4 = #{{base0D-hex}}
34-
color12 = #{{base0D-hex}}
35-
36-
# Purple
37-
color5 = #{{base0E-hex}}
38-
color13 = #{{base0E-hex}}
39-
40-
# Teal
41-
color6 = #{{base0C-hex}}
42-
color14 = #{{base0C-hex}}
43-
44-
# Extra colors
45-
color16 = #{{base09-hex}}
46-
color17 = #{{base0F-hex}}
47-
color18 = #{{base01-hex}}
48-
color19 = #{{base02-hex}}
49-
color20 = #{{base04-hex}}
50-
color21 = #{{base06-hex}}
15+
color0 = #{{base00-hex}} # base00 - Black
16+
color1 = #{{base08-hex}} # base08 - Red
17+
color2 = #{{base0B-hex}} # base0B - Green
18+
color3 = #{{base0A-hex}} # base0A - Yellow
19+
color4 = #{{base0D-hex}} # base0D - Blue
20+
color5 = #{{base0E-hex}} # base0E - Magenta
21+
color6 = #{{base0C-hex}} # base0C - Cyan
22+
color7 = #{{base05-hex}} # base05 - White
23+
color8 = #{{base02-hex}} # base02 - Bright Black
24+
color9 = #{{base08-hex}} # base08 - Bright Red
25+
color10 = #{{base0B-hex}} # base0B - Bright Green
26+
color11 = #{{base0A-hex}} # base0A - Bright Yellow
27+
color12 = #{{base0D-hex}} # base0D - Bright Blue
28+
color13 = #{{base0E-hex}} # base0E - Bright Magenta
29+
color14 = #{{base0C-hex}} # base0C - Bright Cyan
30+
color15 = #{{base07-hex}} # base07 - Bright White
31+
color16 = #{{base09-hex}} # base09
32+
color17 = #{{base0F-hex}} # base0F
33+
color18 = #{{base01-hex}} # base01
34+
color19 = #{{base02-hex}} # base02
35+
color20 = #{{base04-hex}} # base04
36+
color21 = #{{base06-hex}} # base06

0 commit comments

Comments
 (0)