Skip to content

Commit e72ca47

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

2 files changed

Lines changed: 124 additions & 0 deletions

File tree

themes/base16-neovim-dark.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: Neovim Dark
4+
# Scheme Author: https://github.com/neovim/neovim/blob/master/src/nvim/highlight_group.c
5+
# Template Author: tinted-jqp (https://github.com/tinted-theming/tinted-jqp)
6+
theme:
7+
name: "native"
8+
styleOverrides:
9+
primary: "#8cf8f7"
10+
secondary: "# a6dbff"
11+
error: "#ffc0b9"
12+
inactive: "#c4c6cd"
13+
success: "#b3f6c0"
14+
chromaStyleOverrides:
15+
bg: "noinherit #e0e2ea bg:#14161b"
16+
"": "noinherit #e0e2ea"
17+
kc: "noinherit #ffcaff" # Keyword.Constant
18+
kr: "noinherit #ffcaff" # KeywordReserved
19+
kd: "noinherit #ffc0b9" # KeywordDeclaration
20+
kn: "noinherit #8cf8f7" # KeywordNamespace
21+
kt: "noinherit #ffc0b9" # KeywordType
22+
n: "noinherit #e0e2ea" # Name
23+
nc: "noinherit #fce094" # NameClass
24+
no: "noinherit #fce094" # NameConstant
25+
ne: "noinherit #ffa500" # NameException
26+
nf: "noinherit #cd853f" # NameFunction
27+
nl: "noinherit #8cf8f7" # NameLabel
28+
nn: "noinherit #ffa500" # NameNamespace
29+
py: "noinherit #ffa500" # NameProperty
30+
nt: "noinherit #ffc0b9" # NameTag
31+
nv: "noinherit #eef1f8" # NameVariable
32+
vc: "noinherit #eef1f8" # NameVariableClass
33+
vg: "noinherit #eef1f8" # NameVariableGlobal
34+
vi: "noinherit #eef1f8" # NameVariableInstance
35+
na: "noinherit #cd853f" # NameAttribute
36+
nb: "noinherit #8cf8f7" # NameBuiltin
37+
nx: "noinherit #e0e2ea" # NameOther
38+
l: "noinherit #e0e2ea" # Literal
39+
s: "noinherit #b3f6c0" # LiteralString
40+
sc: "noinherit #b3f6c0" # LiteralStringChar
41+
s1: "noinherit #b3f6c0" # LiteralStringSingle
42+
s2: "noinherit #b3f6c0" # LiteralStringDouble
43+
sb: "noinherit #b3f6c0" # LiteralStringBacktick
44+
sx: "noinherit #b3f6c0" # LiteralStringOther
45+
si: "noinherit #b3f6c0" # LiteralStringInterpol
46+
sr: "noinherit #8cf8f7" # LiteralStringRegex
47+
sd: "noinherit #9b9ea4" # LiteralStringDoc
48+
sh: "noinherit #9b9ea4" # LiteralStringHeredoc
49+
m: "noinherit #ffa500" # LiteralNumber
50+
mb: "noinherit #ffa500" # LiteralNumberBin
51+
mh: "noinherit #ffa500" # LiteralNumberHex
52+
mi: "noinherit #ffa500" # LiteralNumberInteger
53+
mf: "noinherit #ffa500" # LiteralNumberFloat
54+
mo: "noinherit #ffa500" # LiteralNumberOct
55+
o: "noinherit bold #8cf8f7" # Operator
56+
ow: "noinherit bold #8cf8f7" # OperatorWord
57+
c: "noinherit italic #9b9ea4" # Comment
58+
cs: "noinherit italic #9b9ea4" # CommentSingle
59+
cm: "noinherit italic #9b9ea4" # CommentMultiline
60+
cx: "noinherit italic #9b9ea4" # CommentSpecial
61+
ch: "noinherit italic #9b9ea4" # CommentHashbang
62+
cp: "noinherit italic #9b9ea4" # CommentPreproc

themes/base16-neovim-light.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: Neovim Light
4+
# Scheme Author: https://github.com/neovim/neovim/blob/master/src/nvim/highlight_group.c
5+
# Template Author: tinted-jqp (https://github.com/tinted-theming/tinted-jqp)
6+
theme:
7+
name: "native"
8+
styleOverrides:
9+
primary: "#007373"
10+
secondary: "# 004c73"
11+
error: "#590008"
12+
inactive: "#2c2e33"
13+
success: "#005523"
14+
chromaStyleOverrides:
15+
bg: "noinherit #14161b bg:#e0e2ea"
16+
"": "noinherit #14161b"
17+
kc: "noinherit #470045" # Keyword.Constant
18+
kr: "noinherit #470045" # KeywordReserved
19+
kd: "noinherit #590008" # KeywordDeclaration
20+
kn: "noinherit #007373" # KeywordNamespace
21+
kt: "noinherit #590008" # KeywordType
22+
n: "noinherit #14161b" # Name
23+
nc: "noinherit #6b5300" # NameClass
24+
no: "noinherit #6b5300" # NameConstant
25+
ne: "noinherit #8b4513" # NameException
26+
nf: "noinherit #a52a2a" # NameFunction
27+
nl: "noinherit #007373" # NameLabel
28+
nn: "noinherit #8b4513" # NameNamespace
29+
py: "noinherit #8b4513" # NameProperty
30+
nt: "noinherit #590008" # NameTag
31+
nv: "noinherit #07080d" # NameVariable
32+
vc: "noinherit #07080d" # NameVariableClass
33+
vg: "noinherit #07080d" # NameVariableGlobal
34+
vi: "noinherit #07080d" # NameVariableInstance
35+
na: "noinherit #a52a2a" # NameAttribute
36+
nb: "noinherit #007373" # NameBuiltin
37+
nx: "noinherit #14161b" # NameOther
38+
l: "noinherit #14161b" # Literal
39+
s: "noinherit #005523" # LiteralString
40+
sc: "noinherit #005523" # LiteralStringChar
41+
s1: "noinherit #005523" # LiteralStringSingle
42+
s2: "noinherit #005523" # LiteralStringDouble
43+
sb: "noinherit #005523" # LiteralStringBacktick
44+
sx: "noinherit #005523" # LiteralStringOther
45+
si: "noinherit #005523" # LiteralStringInterpol
46+
sr: "noinherit #007373" # LiteralStringRegex
47+
sd: "noinherit #4f5258" # LiteralStringDoc
48+
sh: "noinherit #4f5258" # LiteralStringHeredoc
49+
m: "noinherit #8b4513" # LiteralNumber
50+
mb: "noinherit #8b4513" # LiteralNumberBin
51+
mh: "noinherit #8b4513" # LiteralNumberHex
52+
mi: "noinherit #8b4513" # LiteralNumberInteger
53+
mf: "noinherit #8b4513" # LiteralNumberFloat
54+
mo: "noinherit #8b4513" # LiteralNumberOct
55+
o: "noinherit bold #007373" # Operator
56+
ow: "noinherit bold #007373" # OperatorWord
57+
c: "noinherit italic #4f5258" # Comment
58+
cs: "noinherit italic #4f5258" # CommentSingle
59+
cm: "noinherit italic #4f5258" # CommentMultiline
60+
cx: "noinherit italic #4f5258" # CommentSpecial
61+
ch: "noinherit italic #4f5258" # CommentHashbang
62+
cp: "noinherit italic #4f5258" # CommentPreproc

0 commit comments

Comments
 (0)