Skip to content

Commit 2bcdf19

Browse files
CIAvashalecthomas
authored andcommitted
[doom-one] Change style of NameAttribute
it was close to operator's color
1 parent 33faf55 commit 2bcdf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: styles/doom-one.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var DoomOne = Register(chroma.MustNewStyle("doom-one", chroma.StyleEntries{
1717
chroma.OperatorWord: "bold #b756ff",
1818
chroma.Punctuation: "#b0c4de",
1919
chroma.Name: "#c1abea",
20-
chroma.NameAttribute: "#cebc3a",
20+
chroma.NameAttribute: "#b3d23c",
2121
chroma.NameBuiltin: "#ef8383",
2222
chroma.NameClass: "#76a9f9",
2323
chroma.NameConstant: "bold #b756ff",

0 commit comments

Comments
 (0)