Skip to content

Commit 8b456c2

Browse files
Update with the latest tinted-theming colorschemes [skip ci]
1 parent a393863 commit 8b456c2

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

themes/base24-alucard.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: base24
3+
# Scheme Name: Alucard
4+
# Scheme Author: clach04 (https://github.com/clach04)
5+
# Template Author: tinted-jqp (https://github.com/tinted-theming/tinted-jqp)
6+
theme:
7+
name: "native"
8+
styleOverrides:
9+
primary: "#036a96"
10+
secondary: "# 644ac9"
11+
error: "#cb3a2a"
12+
inactive: "#4c4a3d"
13+
success: "#14710a"
14+
chromaStyleOverrides:
15+
bg: "noinherit #1f1f1f bg:#fffbeb"
16+
"": "noinherit #1f1f1f"
17+
kc: "noinherit #a3144d" # Keyword.Constant
18+
kr: "noinherit #a3144d" # KeywordReserved
19+
kd: "noinherit #d74c3d" # KeywordDeclaration
20+
kn: "noinherit #036a96" # KeywordNamespace
21+
kt: "noinherit #d74c3d" # KeywordType
22+
n: "noinherit #1f1f1f" # Name
23+
nc: "noinherit #846e15" # NameClass
24+
no: "noinherit #846e15" # NameConstant
25+
ne: "noinherit #a34d14" # NameException
26+
nf: "noinherit #792219" # NameFunction
27+
nl: "noinherit #047fb4" # NameLabel
28+
nn: "noinherit #a34d14" # NameNamespace
29+
py: "noinherit #a34d14" # NameProperty
30+
nt: "noinherit #cb3a2a" # NameTag
31+
nv: "noinherit #1f1f1f" # NameVariable
32+
vc: "noinherit #1f1f1f" # NameVariableClass
33+
vg: "noinherit #1f1f1f" # NameVariableGlobal
34+
vi: "noinherit #1f1f1f" # NameVariableInstance
35+
na: "noinherit #792219" # NameAttribute
36+
nb: "noinherit #047fb4" # NameBuiltin
37+
nx: "noinherit #1f1f1f" # NameOther
38+
l: "noinherit #1f1f1f" # Literal
39+
s: "noinherit #14710a" # LiteralString
40+
sc: "noinherit #14710a" # LiteralStringChar
41+
s1: "noinherit #14710a" # LiteralStringSingle
42+
s2: "noinherit #14710a" # LiteralStringDouble
43+
sb: "noinherit #14710a" # LiteralStringBacktick
44+
sx: "noinherit #14710a" # LiteralStringOther
45+
si: "noinherit #14710a" # LiteralStringInterpol
46+
sr: "noinherit #036a96" # LiteralStringRegex
47+
sd: "noinherit #6c664b" # LiteralStringDoc
48+
sh: "noinherit #6c664b" # LiteralStringHeredoc
49+
m: "noinherit #a34d14" # LiteralNumber
50+
mb: "noinherit #a34d14" # LiteralNumberBin
51+
mh: "noinherit #a34d14" # LiteralNumberHex
52+
mi: "noinherit #a34d14" # LiteralNumberInteger
53+
mf: "noinherit #a34d14" # LiteralNumberFloat
54+
mo: "noinherit #a34d14" # LiteralNumberOct
55+
o: "noinherit bold #047fb4" # Operator
56+
ow: "noinherit bold #047fb4" # OperatorWord
57+
c: "noinherit italic #6c664b" # Comment
58+
cs: "noinherit italic #6c664b" # CommentSingle
59+
cm: "noinherit italic #6c664b" # CommentMultiline
60+
cx: "noinherit italic #6c664b" # CommentSpecial
61+
ch: "noinherit italic #6c664b" # CommentHashbang
62+
cp: "noinherit italic #6c664b" # CommentPreproc

0 commit comments

Comments
 (0)