1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-04-27 12:22:24 +02:00

[doom-one] Change style of NameAttribute

it was close to operator's color
This commit is contained in:
Siavash Askari Nasr 2021-05-11 16:02:39 +04:30 committed by Alec Thomas
parent 33faf5576d
commit 2bcdf19ee2

@ -17,7 +17,7 @@ var DoomOne = Register(chroma.MustNewStyle("doom-one", chroma.StyleEntries{
chroma.OperatorWord: "bold #b756ff",
chroma.Punctuation: "#b0c4de",
chroma.Name: "#c1abea",
chroma.NameAttribute: "#cebc3a",
chroma.NameAttribute: "#b3d23c",
chroma.NameBuiltin: "#ef8383",
chroma.NameClass: "#76a9f9",
chroma.NameConstant: "bold #b756ff",