|
25 | 25 | "syntax-markup-list": "#f2cc60",
|
26 | 26 | "syntax-markup-heading": "#1f6feb",
|
27 | 27 | "syntax-markup-italic": "#c9d1d9",
|
28 |
| - "syntax-markup-bold": "#c9d1d9", |
| 28 | + "syntax-markup-bold": "#e6edf3", |
29 | 29 | "syntax-markup-deleted-text": "#ffdcd7",
|
30 | 30 | "syntax-markup-deleted-bg": "#67060c",
|
31 | 31 | "syntax-markup-inserted-text": "#aff5b4",
|
@@ -71,10 +71,10 @@ class TDKStyle(Style):
|
71 | 71 | Error: "#f8f8f2",
|
72 | 72 |
|
73 | 73 | Keyword: pl["syntax-keyword"],
|
74 |
| - Keyword.Constant: pl["syntax-constant"], |
| 74 | + Keyword.Constant: pl["syntax-constant"], # Ex. None |
75 | 75 | Keyword.Declaration: pl["syntax-keyword"],
|
76 | 76 | Keyword.Namespace: pl["syntax-keyword"],
|
77 |
| - Keyword.Pseudo: pl["syntax-entity"], # Ex. None |
| 77 | + Keyword.Pseudo: pl["syntax-entity"], |
78 | 78 | Keyword.Reserved: pl["syntax-constant"],
|
79 | 79 | Keyword.Type: pl["syntax-constant"],
|
80 | 80 |
|
@@ -106,15 +106,15 @@ class TDKStyle(Style):
|
106 | 106 | Name.Variable.Class: pl["syntax-variable"],
|
107 | 107 | Name.Variable.Global: pl["syntax-variable"],
|
108 | 108 | Name.Variable.Instance: pl["syntax-markup-bold"],
|
109 |
| - Name.Variable.Magic: pl["syntax-entity"], |
110 |
| - |
111 |
| - Number: "#ffb86c", |
112 |
| - Number.Bin: "#ffb86c", |
113 |
| - Number.Float: "#ffb86c", |
114 |
| - Number.Hex: "#ffb86c", |
115 |
| - Number.Integer: "#ffb86c", |
116 |
| - Number.Integer.Long: "#ffb86c", |
117 |
| - Number.Oct: "#ffb86c", |
| 109 | + Name.Variable.Magic: pl["syntax-markup-bold"], |
| 110 | + |
| 111 | + Number: pl["syntax-constant"], |
| 112 | + Number.Bin: pl["syntax-constant"], |
| 113 | + Number.Float: pl["syntax-constant"], |
| 114 | + Number.Hex: pl["syntax-constant"], |
| 115 | + Number.Integer: pl["syntax-constant"], |
| 116 | + Number.Integer.Long: pl["syntax-constant"], |
| 117 | + Number.Oct: pl["syntax-constant"], |
118 | 118 | Operator: pl["syntax-constant"],
|
119 | 119 | Operator.Word: pl["syntax-constant"],
|
120 | 120 |
|
|
0 commit comments