Skip to content

Commit 68dc5fb

Browse files
Update with the latest tinted-theming colorschemes [skip ci]
1 parent 0dd963d commit 68dc5fb

11 files changed

Lines changed: 682 additions & 0 deletions
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# vim: ft=yaml
2+
# Scheme System: base16
3+
# Scheme Name: Arroz con Dulce Dark
4+
# Scheme Author: Richard Martinez
5+
# Template Author: tinted-jqp (https://github.com/tinted-theming/tinted-jqp)
6+
theme:
7+
name: "native"
8+
styleOverrides:
9+
primary: "#d98276"
10+
secondary: "# b99ac8"
11+
error: "#e07a8a"
12+
inactive: "#c8a77a"
13+
success: "#d47a50"
14+
chromaStyleOverrides:
15+
bg: "noinherit #f2dfc0 bg:#21140f"
16+
"": "noinherit #f2dfc0"
17+
kc: "noinherit #d58ab4" # Keyword.Constant
18+
kr: "noinherit #d58ab4" # KeywordReserved
19+
kd: "noinherit #e07a8a" # KeywordDeclaration
20+
kn: "noinherit #d98276" # KeywordNamespace
21+
kt: "noinherit #e07a8a" # KeywordType
22+
n: "noinherit #f2dfc0" # Name
23+
nc: "noinherit #d9a441" # NameClass
24+
no: "noinherit #d9a441" # NameConstant
25+
ne: "noinherit #e68a4a" # NameException
26+
nf: "noinherit #b97755" # NameFunction
27+
nl: "noinherit #d98276" # NameLabel
28+
nn: "noinherit #e68a4a" # NameNamespace
29+
py: "noinherit #e68a4a" # NameProperty
30+
nt: "noinherit #e07a8a" # NameTag
31+
nv: "noinherit #f8ebd3" # NameVariable
32+
vc: "noinherit #f8ebd3" # NameVariableClass
33+
vg: "noinherit #f8ebd3" # NameVariableGlobal
34+
vi: "noinherit #f8ebd3" # NameVariableInstance
35+
na: "noinherit #b97755" # NameAttribute
36+
nb: "noinherit #d98276" # NameBuiltin
37+
nx: "noinherit #f2dfc0" # NameOther
38+
l: "noinherit #f2dfc0" # Literal
39+
s: "noinherit #d47a50" # LiteralString
40+
sc: "noinherit #d47a50" # LiteralStringChar
41+
s1: "noinherit #d47a50" # LiteralStringSingle
42+
s2: "noinherit #d47a50" # LiteralStringDouble
43+
sb: "noinherit #d47a50" # LiteralStringBacktick
44+
sx: "noinherit #d47a50" # LiteralStringOther
45+
si: "noinherit #d47a50" # LiteralStringInterpol
46+
sr: "noinherit #d98276" # LiteralStringRegex
47+
sd: "noinherit #a98568" # LiteralStringDoc
48+
sh: "noinherit #a98568" # LiteralStringHeredoc
49+
m: "noinherit #e68a4a" # LiteralNumber
50+
mb: "noinherit #e68a4a" # LiteralNumberBin
51+
mh: "noinherit #e68a4a" # LiteralNumberHex
52+
mi: "noinherit #e68a4a" # LiteralNumberInteger
53+
mf: "noinherit #e68a4a" # LiteralNumberFloat
54+
mo: "noinherit #e68a4a" # LiteralNumberOct
55+
o: "noinherit bold #d98276" # Operator
56+
ow: "noinherit bold #d98276" # OperatorWord
57+
c: "noinherit italic #a98568" # Comment
58+
cs: "noinherit italic #a98568" # CommentSingle
59+
cm: "noinherit italic #a98568" # CommentMultiline
60+
cx: "noinherit italic #a98568" # CommentSpecial
61+
ch: "noinherit italic #a98568" # CommentHashbang
62+
cp: "noinherit italic #a98568" # CommentPreproc

themes/base16-arroz-con-dulce.yaml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# vim: ft=yaml
2+
# Scheme System: base16
3+
# Scheme Name: Arroz con Dulce
4+
# Scheme Author: Richard Martinez
5+
# Template Author: tinted-jqp (https://github.com/tinted-theming/tinted-jqp)
6+
theme:
7+
name: "native"
8+
styleOverrides:
9+
primary: "#98263e"
10+
secondary: "# 5940a0"
11+
error: "#a11d48"
12+
inactive: "#765b45"
13+
success: "#a2380c"
14+
chromaStyleOverrides:
15+
bg: "noinherit #4a2c20 bg:#fff8e7"
16+
"": "noinherit #4a2c20"
17+
kc: "noinherit #8c1f68" # Keyword.Constant
18+
kr: "noinherit #8c1f68" # KeywordReserved
19+
kd: "noinherit #a11d48" # KeywordDeclaration
20+
kn: "noinherit #98263e" # KeywordNamespace
21+
kt: "noinherit #a11d48" # KeywordType
22+
n: "noinherit #4a2c20" # Name
23+
nc: "noinherit #855500" # NameClass
24+
no: "noinherit #855500" # NameConstant
25+
ne: "noinherit #a3470a" # NameException
26+
nf: "noinherit #653221" # NameFunction
27+
nl: "noinherit #98263e" # NameLabel
28+
nn: "noinherit #a3470a" # NameNamespace
29+
py: "noinherit #a3470a" # NameProperty
30+
nt: "noinherit #a11d48" # NameTag
31+
nv: "noinherit #321c14" # NameVariable
32+
vc: "noinherit #321c14" # NameVariableClass
33+
vg: "noinherit #321c14" # NameVariableGlobal
34+
vi: "noinherit #321c14" # NameVariableInstance
35+
na: "noinherit #653221" # NameAttribute
36+
nb: "noinherit #98263e" # NameBuiltin
37+
nx: "noinherit #4a2c20" # NameOther
38+
l: "noinherit #4a2c20" # Literal
39+
s: "noinherit #a2380c" # LiteralString
40+
sc: "noinherit #a2380c" # LiteralStringChar
41+
s1: "noinherit #a2380c" # LiteralStringSingle
42+
s2: "noinherit #a2380c" # LiteralStringDouble
43+
sb: "noinherit #a2380c" # LiteralStringBacktick
44+
sx: "noinherit #a2380c" # LiteralStringOther
45+
si: "noinherit #a2380c" # LiteralStringInterpol
46+
sr: "noinherit #98263e" # LiteralStringRegex
47+
sd: "noinherit #c8a77a" # LiteralStringDoc
48+
sh: "noinherit #c8a77a" # LiteralStringHeredoc
49+
m: "noinherit #a3470a" # LiteralNumber
50+
mb: "noinherit #a3470a" # LiteralNumberBin
51+
mh: "noinherit #a3470a" # LiteralNumberHex
52+
mi: "noinherit #a3470a" # LiteralNumberInteger
53+
mf: "noinherit #a3470a" # LiteralNumberFloat
54+
mo: "noinherit #a3470a" # LiteralNumberOct
55+
o: "noinherit bold #98263e" # Operator
56+
ow: "noinherit bold #98263e" # OperatorWord
57+
c: "noinherit italic #c8a77a" # Comment
58+
cs: "noinherit italic #c8a77a" # CommentSingle
59+
cm: "noinherit italic #c8a77a" # CommentMultiline
60+
cx: "noinherit italic #c8a77a" # CommentSpecial
61+
ch: "noinherit italic #c8a77a" # CommentHashbang
62+
cp: "noinherit italic #c8a77a" # CommentPreproc
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# vim: ft=yaml
2+
# Scheme System: base16
3+
# Scheme Name: Cerulean Signal Dark
4+
# Scheme Author: Aaron Colichia (https://aaron.colichia.org/)
5+
# Template Author: tinted-jqp (https://github.com/tinted-theming/tinted-jqp)
6+
theme:
7+
name: "native"
8+
styleOverrides:
9+
primary: "#58d9df"
10+
secondary: "# 7dd3ff"
11+
error: "#ff8a9a"
12+
inactive: "#aab8ca"
13+
success: "#70e1b0"
14+
chromaStyleOverrides:
15+
bg: "noinherit #dce6f2 bg:#101722"
16+
"": "noinherit #dce6f2"
17+
kc: "noinherit #ff74d4" # Keyword.Constant
18+
kr: "noinherit #ff74d4" # KeywordReserved
19+
kd: "noinherit #ff8a9a" # KeywordDeclaration
20+
kn: "noinherit #58d9df" # KeywordNamespace
21+
kt: "noinherit #ff8a9a" # KeywordType
22+
n: "noinherit #dce6f2" # Name
23+
nc: "noinherit #e2c85f" # NameClass
24+
no: "noinherit #e2c85f" # NameConstant
25+
ne: "noinherit #f5a35c" # NameException
26+
nf: "noinherit #d59b7d" # NameFunction
27+
nl: "noinherit #58d9df" # NameLabel
28+
nn: "noinherit #f5a35c" # NameNamespace
29+
py: "noinherit #f5a35c" # NameProperty
30+
nt: "noinherit #ff8a9a" # NameTag
31+
nv: "noinherit #f1f6fc" # NameVariable
32+
vc: "noinherit #f1f6fc" # NameVariableClass
33+
vg: "noinherit #f1f6fc" # NameVariableGlobal
34+
vi: "noinherit #f1f6fc" # NameVariableInstance
35+
na: "noinherit #d59b7d" # NameAttribute
36+
nb: "noinherit #58d9df" # NameBuiltin
37+
nx: "noinherit #dce6f2" # NameOther
38+
l: "noinherit #dce6f2" # Literal
39+
s: "noinherit #70e1b0" # LiteralString
40+
sc: "noinherit #70e1b0" # LiteralStringChar
41+
s1: "noinherit #70e1b0" # LiteralStringSingle
42+
s2: "noinherit #70e1b0" # LiteralStringDouble
43+
sb: "noinherit #70e1b0" # LiteralStringBacktick
44+
sx: "noinherit #70e1b0" # LiteralStringOther
45+
si: "noinherit #70e1b0" # LiteralStringInterpol
46+
sr: "noinherit #58d9df" # LiteralStringRegex
47+
sd: "noinherit #8fa0b5" # LiteralStringDoc
48+
sh: "noinherit #8fa0b5" # LiteralStringHeredoc
49+
m: "noinherit #f5a35c" # LiteralNumber
50+
mb: "noinherit #f5a35c" # LiteralNumberBin
51+
mh: "noinherit #f5a35c" # LiteralNumberHex
52+
mi: "noinherit #f5a35c" # LiteralNumberInteger
53+
mf: "noinherit #f5a35c" # LiteralNumberFloat
54+
mo: "noinherit #f5a35c" # LiteralNumberOct
55+
o: "noinherit bold #58d9df" # Operator
56+
ow: "noinherit bold #58d9df" # OperatorWord
57+
c: "noinherit italic #8fa0b5" # Comment
58+
cs: "noinherit italic #8fa0b5" # CommentSingle
59+
cm: "noinherit italic #8fa0b5" # CommentMultiline
60+
cx: "noinherit italic #8fa0b5" # CommentSpecial
61+
ch: "noinherit italic #8fa0b5" # CommentHashbang
62+
cp: "noinherit italic #8fa0b5" # CommentPreproc
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# vim: ft=yaml
2+
# Scheme System: base16
3+
# Scheme Name: Cerulean Signal Light
4+
# Scheme Author: Aaron Colichia (https://aaron.colichia.org/)
5+
# Template Author: tinted-jqp (https://github.com/tinted-theming/tinted-jqp)
6+
theme:
7+
name: "native"
8+
styleOverrides:
9+
primary: "#00727e"
10+
secondary: "# 006fa8"
11+
error: "#b4233d"
12+
inactive: "#566579"
13+
success: "#17795e"
14+
chromaStyleOverrides:
15+
bg: "noinherit #232b38 bg:#f7f9fc"
16+
"": "noinherit #232b38"
17+
kc: "noinherit #a0007d" # Keyword.Constant
18+
kr: "noinherit #a0007d" # KeywordReserved
19+
kd: "noinherit #b4233d" # KeywordDeclaration
20+
kn: "noinherit #00727e" # KeywordNamespace
21+
kt: "noinherit #b4233d" # KeywordType
22+
n: "noinherit #232b38" # Name
23+
nc: "noinherit #6f6300" # NameClass
24+
no: "noinherit #6f6300" # NameConstant
25+
ne: "noinherit #9a4f00" # NameException
26+
nf: "noinherit #7a4e3c" # NameFunction
27+
nl: "noinherit #00727e" # NameLabel
28+
nn: "noinherit #9a4f00" # NameNamespace
29+
py: "noinherit #9a4f00" # NameProperty
30+
nt: "noinherit #b4233d" # NameTag
31+
nv: "noinherit #202b3a" # NameVariable
32+
vc: "noinherit #202b3a" # NameVariableClass
33+
vg: "noinherit #202b3a" # NameVariableGlobal
34+
vi: "noinherit #202b3a" # NameVariableInstance
35+
na: "noinherit #7a4e3c" # NameAttribute
36+
nb: "noinherit #00727e" # NameBuiltin
37+
nx: "noinherit #232b38" # NameOther
38+
l: "noinherit #232b38" # Literal
39+
s: "noinherit #17795e" # LiteralString
40+
sc: "noinherit #17795e" # LiteralStringChar
41+
s1: "noinherit #17795e" # LiteralStringSingle
42+
s2: "noinherit #17795e" # LiteralStringDouble
43+
sb: "noinherit #17795e" # LiteralStringBacktick
44+
sx: "noinherit #17795e" # LiteralStringOther
45+
si: "noinherit #17795e" # LiteralStringInterpol
46+
sr: "noinherit #00727e" # LiteralStringRegex
47+
sd: "noinherit #637287" # LiteralStringDoc
48+
sh: "noinherit #637287" # LiteralStringHeredoc
49+
m: "noinherit #9a4f00" # LiteralNumber
50+
mb: "noinherit #9a4f00" # LiteralNumberBin
51+
mh: "noinherit #9a4f00" # LiteralNumberHex
52+
mi: "noinherit #9a4f00" # LiteralNumberInteger
53+
mf: "noinherit #9a4f00" # LiteralNumberFloat
54+
mo: "noinherit #9a4f00" # LiteralNumberOct
55+
o: "noinherit bold #00727e" # Operator
56+
ow: "noinherit bold #00727e" # OperatorWord
57+
c: "noinherit italic #637287" # Comment
58+
cs: "noinherit italic #637287" # CommentSingle
59+
cm: "noinherit italic #637287" # CommentMultiline
60+
cx: "noinherit italic #637287" # CommentSpecial
61+
ch: "noinherit italic #637287" # CommentHashbang
62+
cp: "noinherit italic #637287" # CommentPreproc
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# vim: ft=yaml
2+
# Scheme System: base16
3+
# Scheme Name: Gruvbox Dark Medium (Forest)
4+
# Scheme Author: Muhammad Talha (muhammadtalha.quant@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
5+
# Template Author: tinted-jqp (https://github.com/tinted-theming/tinted-jqp)
6+
theme:
7+
name: "native"
8+
styleOverrides:
9+
primary: "#5f6c1f"
10+
secondary: "# b8bb26"
11+
error: "#fb4934"
12+
inactive: "#bdae93"
13+
success: "#b8bb26"
14+
chromaStyleOverrides:
15+
bg: "noinherit #d5c4a1 bg:#282828"
16+
"": "noinherit #d5c4a1"
17+
kc: "noinherit #96bda2" # Keyword.Constant
18+
kr: "noinherit #96bda2" # KeywordReserved
19+
kd: "noinherit #fb4934" # KeywordDeclaration
20+
kn: "noinherit #5f6c1f" # KeywordNamespace
21+
kt: "noinherit #fb4934" # KeywordType
22+
n: "noinherit #d5c4a1" # Name
23+
nc: "noinherit #fabd2f" # NameClass
24+
no: "noinherit #fabd2f" # NameConstant
25+
ne: "noinherit #fe8019" # NameException
26+
nf: "noinherit #d65d0e" # NameFunction
27+
nl: "noinherit #5f6c1f" # NameLabel
28+
nn: "noinherit #fe8019" # NameNamespace
29+
py: "noinherit #fe8019" # NameProperty
30+
nt: "noinherit #fb4934" # NameTag
31+
nv: "noinherit #ebdbb2" # NameVariable
32+
vc: "noinherit #ebdbb2" # NameVariableClass
33+
vg: "noinherit #ebdbb2" # NameVariableGlobal
34+
vi: "noinherit #ebdbb2" # NameVariableInstance
35+
na: "noinherit #d65d0e" # NameAttribute
36+
nb: "noinherit #5f6c1f" # NameBuiltin
37+
nx: "noinherit #d5c4a1" # NameOther
38+
l: "noinherit #d5c4a1" # Literal
39+
s: "noinherit #b8bb26" # LiteralString
40+
sc: "noinherit #b8bb26" # LiteralStringChar
41+
s1: "noinherit #b8bb26" # LiteralStringSingle
42+
s2: "noinherit #b8bb26" # LiteralStringDouble
43+
sb: "noinherit #b8bb26" # LiteralStringBacktick
44+
sx: "noinherit #b8bb26" # LiteralStringOther
45+
si: "noinherit #b8bb26" # LiteralStringInterpol
46+
sr: "noinherit #5f6c1f" # LiteralStringRegex
47+
sd: "noinherit #665c50" # LiteralStringDoc
48+
sh: "noinherit #665c50" # LiteralStringHeredoc
49+
m: "noinherit #fe8019" # LiteralNumber
50+
mb: "noinherit #fe8019" # LiteralNumberBin
51+
mh: "noinherit #fe8019" # LiteralNumberHex
52+
mi: "noinherit #fe8019" # LiteralNumberInteger
53+
mf: "noinherit #fe8019" # LiteralNumberFloat
54+
mo: "noinherit #fe8019" # LiteralNumberOct
55+
o: "noinherit bold #5f6c1f" # Operator
56+
ow: "noinherit bold #5f6c1f" # OperatorWord
57+
c: "noinherit italic #665c50" # Comment
58+
cs: "noinherit italic #665c50" # CommentSingle
59+
cm: "noinherit italic #665c50" # CommentMultiline
60+
cx: "noinherit italic #665c50" # CommentSpecial
61+
ch: "noinherit italic #665c50" # CommentHashbang
62+
cp: "noinherit italic #665c50" # CommentPreproc
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# vim: ft=yaml
2+
# Scheme System: base16
3+
# Scheme Name: Lichen Chartreuse Dark
4+
# Scheme Author: Aaron Colichia (https://aaron.colichia.org/)
5+
# Template Author: tinted-jqp (https://github.com/tinted-theming/tinted-jqp)
6+
theme:
7+
name: "native"
8+
styleOverrides:
9+
primary: "#9cc6c9"
10+
secondary: "# 78adc4"
11+
error: "#e28b82"
12+
inactive: "#a0a598"
13+
success: "#83bda5"
14+
chromaStyleOverrides:
15+
bg: "noinherit #e0e5da bg:#151613"
16+
"": "noinherit #e0e5da"
17+
kc: "noinherit #bfa6d4" # Keyword.Constant
18+
kr: "noinherit #bfa6d4" # KeywordReserved
19+
kd: "noinherit #e28b82" # KeywordDeclaration
20+
kn: "noinherit #9cc6c9" # KeywordNamespace
21+
kt: "noinherit #e28b82" # KeywordType
22+
n: "noinherit #e0e5da" # Name
23+
nc: "noinherit #b2d084" # NameClass
24+
no: "noinherit #b2d084" # NameConstant
25+
ne: "noinherit #d5ad73" # NameException
26+
nf: "noinherit #d2a0b2" # NameFunction
27+
nl: "noinherit #9cc6c9" # NameLabel
28+
nn: "noinherit #d5ad73" # NameNamespace
29+
py: "noinherit #d5ad73" # NameProperty
30+
nt: "noinherit #e28b82" # NameTag
31+
nv: "noinherit #ecefe7" # NameVariable
32+
vc: "noinherit #ecefe7" # NameVariableClass
33+
vg: "noinherit #ecefe7" # NameVariableGlobal
34+
vi: "noinherit #ecefe7" # NameVariableInstance
35+
na: "noinherit #d2a0b2" # NameAttribute
36+
nb: "noinherit #9cc6c9" # NameBuiltin
37+
nx: "noinherit #e0e5da" # NameOther
38+
l: "noinherit #e0e5da" # Literal
39+
s: "noinherit #83bda5" # LiteralString
40+
sc: "noinherit #83bda5" # LiteralStringChar
41+
s1: "noinherit #83bda5" # LiteralStringSingle
42+
s2: "noinherit #83bda5" # LiteralStringDouble
43+
sb: "noinherit #83bda5" # LiteralStringBacktick
44+
sx: "noinherit #83bda5" # LiteralStringOther
45+
si: "noinherit #83bda5" # LiteralStringInterpol
46+
sr: "noinherit #9cc6c9" # LiteralStringRegex
47+
sd: "noinherit #899282" # LiteralStringDoc
48+
sh: "noinherit #899282" # LiteralStringHeredoc
49+
m: "noinherit #d5ad73" # LiteralNumber
50+
mb: "noinherit #d5ad73" # LiteralNumberBin
51+
mh: "noinherit #d5ad73" # LiteralNumberHex
52+
mi: "noinherit #d5ad73" # LiteralNumberInteger
53+
mf: "noinherit #d5ad73" # LiteralNumberFloat
54+
mo: "noinherit #d5ad73" # LiteralNumberOct
55+
o: "noinherit bold #9cc6c9" # Operator
56+
ow: "noinherit bold #9cc6c9" # OperatorWord
57+
c: "noinherit italic #899282" # Comment
58+
cs: "noinherit italic #899282" # CommentSingle
59+
cm: "noinherit italic #899282" # CommentMultiline
60+
cx: "noinherit italic #899282" # CommentSpecial
61+
ch: "noinherit italic #899282" # CommentHashbang
62+
cp: "noinherit italic #899282" # CommentPreproc

0 commit comments

Comments
 (0)