| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 | <!-- Generated by: GitHub Copilot --> |
| 4 | <!-- ============================================ --> |
| 5 | <plist version="1.0"> |
| 6 | <dict> |
| 7 | <key>name</key> |
| 8 | <string>Base16 Black Metal Bathory</string> |
| 9 | <key>settings</key> |
| 10 | <array> |
| 11 | <dict> |
| 12 | <key>settings</key> |
| 13 | <dict> |
| 14 | <key>background</key> |
| 15 | <string>#121113</string> |
| 16 | <key>caret</key> |
| 17 | <string>#C1C1C1</string> |
| 18 | <key>foreground</key> |
| 19 | <string>#C1C1C1</string> |
| 20 | <key>invisibles</key> |
| 21 | <string>#333333</string> |
| 22 | <key>lineHighlight</key> |
| 23 | <string>#121212</string> |
| 24 | <key>selection</key> |
| 25 | <string>#222222</string> |
| 26 | </dict> |
| 27 | </dict> |
| 28 | <dict> |
| 29 | <key>name</key> |
| 30 | <string>Comment</string> |
| 31 | <key>scope</key> |
| 32 | <string>comment</string> |
| 33 | <key>settings</key> |
| 34 | <dict> |
| 35 | <key>foreground</key> |
| 36 | <string>#888888</string> |
| 37 | </dict> |
| 38 | </dict> |
| 39 | <dict> |
| 40 | <key>name</key> |
| 41 | <string>String</string> |
| 42 | <key>scope</key> |
| 43 | <string>string</string> |
| 44 | <key>settings</key> |
| 45 | <dict> |
| 46 | <key>foreground</key> |
| 47 | <string>#FBCB97</string> |
| 48 | </dict> |
| 49 | </dict> |
| 50 | <dict> |
| 51 | <key>name</key> |
| 52 | <string>Number</string> |
| 53 | <key>scope</key> |
| 54 | <string>constant.numeric</string> |
| 55 | <key>settings</key> |
| 56 | <dict> |
| 57 | <key>foreground</key> |
| 58 | <string>#E78A53</string> |
| 59 | </dict> |
| 60 | </dict> |
| 61 | <dict> |
| 62 | <key>name</key> |
| 63 | <string>Built-in constant</string> |
| 64 | <key>scope</key> |
| 65 | <string>constant.language</string> |
| 66 | <key>settings</key> |
| 67 | <dict> |
| 68 | <key>foreground</key> |
| 69 | <string>#E78A53</string> |
| 70 | </dict> |
| 71 | </dict> |
| 72 | <dict> |
| 73 | <key>name</key> |
| 74 | <string>User-defined constant</string> |
| 75 | <key>scope</key> |
| 76 | <string>constant.character, constant.other</string> |
| 77 | <key>settings</key> |
| 78 | <dict> |
| 79 | <key>foreground</key> |
| 80 | <string>#AAAAAA</string> |
| 81 | </dict> |
| 82 | </dict> |
| 83 | <dict> |
| 84 | <key>name</key> |
| 85 | <string>Variable</string> |
| 86 | <key>scope</key> |
| 87 | <string>variable</string> |
| 88 | <key>settings</key> |
| 89 | <dict> |
| 90 | <key>fontStyle</key> |
| 91 | <string></string> |
| 92 | <key>foreground</key> |
| 93 | <string>#5F8787</string> |
| 94 | </dict> |
| 95 | </dict> |
| 96 | <dict> |
| 97 | <key>name</key> |
| 98 | <string>Keyword</string> |
| 99 | <key>scope</key> |
| 100 | <string>keyword</string> |
| 101 | <key>settings</key> |
| 102 | <dict> |
| 103 | <key>foreground</key> |
| 104 | <string>#E78A53</string> |
| 105 | </dict> |
| 106 | </dict> |
| 107 | <dict> |
| 108 | <key>name</key> |
| 109 | <string>Storage</string> |
| 110 | <key>scope</key> |
| 111 | <string>storage</string> |
| 112 | <key>settings</key> |
| 113 | <dict> |
| 114 | <key>fontStyle</key> |
| 115 | <string></string> |
| 116 | <key>foreground</key> |
| 117 | <string>#FBCB97</string> |
| 118 | </dict> |
| 119 | </dict> |
| 120 | <dict> |
| 121 | <key>name</key> |
| 122 | <string>Storage type</string> |
| 123 | <key>scope</key> |
| 124 | <string>storage.type</string> |
| 125 | <key>settings</key> |
| 126 | <dict> |
| 127 | <key>fontStyle</key> |
| 128 | <string>italic</string> |
| 129 | <key>foreground</key> |
| 130 | <string>#5F8787</string> |
| 131 | </dict> |
| 132 | </dict> |
| 133 | <dict> |
| 134 | <key>name</key> |
| 135 | <string>Class name</string> |
| 136 | <key>scope</key> |
| 137 | <string>entity.name.class</string> |
| 138 | <key>settings</key> |
| 139 | <dict> |
| 140 | <key>fontStyle</key> |
| 141 | <string>underline</string> |
| 142 | <key>foreground</key> |
| 143 | <string>#E78A53</string> |
| 144 | </dict> |
| 145 | </dict> |
| 146 | <dict> |
| 147 | <key>name</key> |
| 148 | <string>Inherited class</string> |
| 149 | <key>scope</key> |
| 150 | <string>entity.other.inherited-class</string> |
| 151 | <key>settings</key> |
| 152 | <dict> |
| 153 | <key>fontStyle</key> |
| 154 | <string>italic underline</string> |
| 155 | <key>foreground</key> |
| 156 | <string>#FBCB97</string> |
| 157 | </dict> |
| 158 | </dict> |
| 159 | <dict> |
| 160 | <key>name</key> |
| 161 | <string>Function name</string> |
| 162 | <key>scope</key> |
| 163 | <string>entity.name.function</string> |
| 164 | <key>settings</key> |
| 165 | <dict> |
| 166 | <key>fontStyle</key> |
| 167 | <string></string> |
| 168 | <key>foreground</key> |
| 169 | <string>#FBCB97</string> |
| 170 | </dict> |
| 171 | </dict> |
| 172 | <dict> |
| 173 | <key>name</key> |
| 174 | <string>Function argument</string> |
| 175 | <key>scope</key> |
| 176 | <string>variable.parameter</string> |
| 177 | <key>settings</key> |
| 178 | <dict> |
| 179 | <key>fontStyle</key> |
| 180 | <string>italic</string> |
| 181 | <key>foreground</key> |
| 182 | <string>#5F8787</string> |
| 183 | </dict> |
| 184 | </dict> |
| 185 | <dict> |
| 186 | <key>name</key> |
| 187 | <string>Tag name</string> |
| 188 | <key>scope</key> |
| 189 | <string>entity.name.tag</string> |
| 190 | <key>settings</key> |
| 191 | <dict> |
| 192 | <key>fontStyle</key> |
| 193 | <string></string> |
| 194 | <key>foreground</key> |
| 195 | <string>#5F8787</string> |
| 196 | </dict> |
| 197 | </dict> |
| 198 | <dict> |
| 199 | <key>name</key> |
| 200 | <string>Tag attribute</string> |
| 201 | <key>scope</key> |
| 202 | <string>entity.other.attribute-name</string> |
| 203 | <key>settings</key> |
| 204 | <dict> |
| 205 | <key>fontStyle</key> |
| 206 | <string></string> |
| 207 | <key>foreground</key> |
| 208 | <string>#E78A53</string> |
| 209 | </dict> |
| 210 | </dict> |
| 211 | <dict> |
| 212 | <key>name</key> |
| 213 | <string>Library function</string> |
| 214 | <key>scope</key> |
| 215 | <string>support.function</string> |
| 216 | <key>settings</key> |
| 217 | <dict> |
| 218 | <key>fontStyle</key> |
| 219 | <string></string> |
| 220 | <key>foreground</key> |
| 221 | <string>#FBCB97</string> |
| 222 | </dict> |
| 223 | </dict> |
| 224 | <dict> |
| 225 | <key>name</key> |
| 226 | <string>Library constant</string> |
| 227 | <key>scope</key> |
| 228 | <string>support.constant</string> |
| 229 | <key>settings</key> |
| 230 | <dict> |
| 231 | <key>fontStyle</key> |
| 232 | <string></string> |
| 233 | <key>foreground</key> |
| 234 | <string>#E78A53</string> |
| 235 | </dict> |
| 236 | </dict> |
| 237 | <dict> |
| 238 | <key>name</key> |
| 239 | <string>Library class/type</string> |
| 240 | <key>scope</key> |
| 241 | <string>support.type, support.class</string> |
| 242 | <key>settings</key> |
| 243 | <dict> |
| 244 | <key>fontStyle</key> |
| 245 | <string>italic</string> |
| 246 | <key>foreground</key> |
| 247 | <string>#5F8787</string> |
| 248 | </dict> |
| 249 | </dict> |
| 250 | <dict> |
| 251 | <key>name</key> |
| 252 | <string>Library variable</string> |
| 253 | <key>scope</key> |
| 254 | <string>support.other.variable</string> |
| 255 | <key>settings</key> |
| 256 | <dict> |
| 257 | <key>fontStyle</key> |
| 258 | <string></string> |
| 259 | <key>foreground</key> |
| 260 | <string>#5F8787</string> |
| 261 | </dict> |
| 262 | </dict> |
| 263 | <dict> |
| 264 | <key>name</key> |
| 265 | <string>Invalid</string> |
| 266 | <key>scope</key> |
| 267 | <string>invalid</string> |
| 268 | <key>settings</key> |
| 269 | <dict> |
| 270 | <key>background</key> |
| 271 | <string>#5F8787</string> |
| 272 | <key>foreground</key> |
| 273 | <string>#121113</string> |
| 274 | </dict> |
| 275 | </dict> |
| 276 | <dict> |
| 277 | <key>name</key> |
| 278 | <string>Invalid deprecated</string> |
| 279 | <key>scope</key> |
| 280 | <string>invalid.deprecated</string> |
| 281 | <key>settings</key> |
| 282 | <dict> |
| 283 | <key>background</key> |
| 284 | <string>#E78A53</string> |
| 285 | <key>foreground</key> |
| 286 | <string>#121113</string> |
| 287 | </dict> |
| 288 | </dict> |
| 289 | </array> |
| 290 | <key>uuid</key> |
| 291 | <string>D8D5E82E-3D5B-46B5-B38E-8C841C21347D</string> |
| 292 | <key>colorSpaceName</key> |
| 293 | <string>sRGB</string> |
| 294 | <key>semanticClass</key> |
| 295 | <string>theme.dark.base16_black_metal_bathory</string> |
| 296 | <key>comment</key> |
| 297 | <string>https://github.com/metalelf0/base16-black-metal-scheme</string> |
| 298 | <key>author</key> |
| 299 | <string>metalelf0</string> |
| 300 | </dict> |
| 301 | </plist> |