[Yazi] Add additional themes
This commit is contained in:
		
							
								
								
									
										21
									
								
								config/yazi/flavors/vscode-light-modern.yazi/LICENSE
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								config/yazi/flavors/vscode-light-modern.yazi/LICENSE
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| MIT License | ||||
|  | ||||
| Copyright (c) 2024 Alexander Bays | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||||
| of this software and associated documentation files (the "Software"), to deal | ||||
| in the Software without restriction, including without limitation the rights | ||||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||||
| copies of the Software, and to permit persons to whom the Software is | ||||
| furnished to do so, subject to the following conditions: | ||||
|  | ||||
| The above copyright notice and this permission notice shall be included in all | ||||
| copies or substantial portions of the Software. | ||||
|  | ||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||||
| SOFTWARE. | ||||
							
								
								
									
										21
									
								
								config/yazi/flavors/vscode-light-modern.yazi/LICENSE-tmtheme
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								config/yazi/flavors/vscode-light-modern.yazi/LICENSE-tmtheme
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| MIT License | ||||
|  | ||||
| Copyright (c) 2024 Alexander Bays | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||||
| of this software and associated documentation files (the "Software"), to deal | ||||
| in the Software without restriction, including without limitation the rights | ||||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||||
| copies of the Software, and to permit persons to whom the Software is | ||||
| furnished to do so, subject to the following conditions: | ||||
|  | ||||
| The above copyright notice and this permission notice shall be included in all | ||||
| copies or substantial portions of the Software. | ||||
|  | ||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||||
| SOFTWARE. | ||||
							
								
								
									
										13
									
								
								config/yazi/flavors/vscode-light-modern.yazi/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								config/yazi/flavors/vscode-light-modern.yazi/README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| # vscode-light-modern | ||||
|  | ||||
| [themes/](../) · [vscode-dark-modern](../vscode-dark-modern.yazi/) · [vscode-dark-plus](../vscode-dark-plus.yazi/) · [vscode-light-plus](../vscode-light-plus.yazi/) | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										186
									
								
								config/yazi/flavors/vscode-light-modern.yazi/flavor.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										186
									
								
								config/yazi/flavors/vscode-light-modern.yazi/flavor.toml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,186 @@ | ||||
| # A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config. | ||||
| # If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas. | ||||
| "$schema" = "https://yazi-rs.github.io/schemas/theme.json" | ||||
|  | ||||
| # vscode-light-modern | ||||
| # https://github.com/956MB/vscode.yazi/blob/main/themes/vscode-light-modern/ | ||||
| # | ||||
| # A theme inspired by Visual Studio Code's Light Modern theme. | ||||
|  | ||||
| [colors] | ||||
| background = "#FFFFFF" | ||||
| foreground = "#3B3B3B" | ||||
| selection = "#ADD6FF" | ||||
| cursor = "#005FB8" | ||||
| black = "#000000" | ||||
| red = "#F85149" | ||||
| green = "#2EA043" | ||||
| yellow = "#D7BA7D" | ||||
| blue = "#005FB8" | ||||
| magenta = "#AF00DB" | ||||
| cyan = "#0598BC" | ||||
| white = "#FFFFFF" | ||||
| bright_black = "#6E7681" | ||||
| bright_red = "#F85149" | ||||
| bright_green = "#2EA043" | ||||
| bright_yellow = "#D7BA7D" | ||||
| bright_blue = "#005FB8" | ||||
| bright_magenta = "#AF00DB" | ||||
| bright_cyan = "#0598BC" | ||||
| bright_white = "#FFFFFF" | ||||
|  | ||||
| [manager] | ||||
| cwd = { fg = "cyan" } | ||||
| # Hovered | ||||
| hovered         = { fg = "#000000", bg = "#ADD6FF" } | ||||
| preview_hovered = { underline = true } | ||||
| # Find | ||||
| find_keyword  = { fg = "#795E26", bold = true, italic = true, underline = true } | ||||
| find_position = { fg = "#AF00DB", bg = "#FFFFFF", bold = true, italic = true } | ||||
| # Marker | ||||
| marker_copied   = { fg = "#2EA043", bg = "#2EA043" } | ||||
| marker_cut      = { fg = "#F85149", bg = "#F85149" } | ||||
| marker_marked   = { fg = "#0598BC", bg = "#0598BC" } | ||||
| marker_selected = { fg = "#D7BA7D", bg = "#D7BA7D" } | ||||
| # Tab | ||||
| tab_active   = { fg = "#3B3B3B", bg = "#FFFFFF" } | ||||
| tab_inactive = { fg = "#3B3B3B", bg = "#F8F8F8" } | ||||
| tab_width    = 1 | ||||
| # Count | ||||
| count_copied   = { fg = "#FFFFFF", bg = "#2EA043" } | ||||
| count_cut      = { fg = "#FFFFFF", bg = "#F85149" } | ||||
| count_selected = { fg = "#FFFFFF", bg = "#D7BA7D" } | ||||
| # Border | ||||
| border_symbol = "│" | ||||
| border_style  = { fg = "#E5E5E5" } | ||||
| # Highlighting | ||||
| syntect_theme = "./tmtheme.xml" | ||||
| # Cursor | ||||
| cursor_symbol = "█" | ||||
| cursor = { fg = "#FFFFFF", bg = "#005FB8" } | ||||
| # Executable | ||||
| exe_symbol = "" | ||||
| exe = { fg = "#2EA043", bg = "#FFFFFF" } | ||||
| # Regular | ||||
| file_symbol = "" | ||||
| file = { } | ||||
| # Directory | ||||
| folder_symbol = "" | ||||
| folder = { fg = "#005FB8", bg = "#FFFFFF" } | ||||
| # Hidden | ||||
| hidden_symbol = "" | ||||
| hidden = { fg = "#6E7681" } | ||||
| # Link | ||||
| link_symbol = "" | ||||
| link = { fg = "#0598BC", bg = "#FFFFFF" } | ||||
| # Link (broken) | ||||
| broken_symbol = "" | ||||
| broken = { fg = "#F85149", bg = "#FFF0F0" } | ||||
| # Selected | ||||
| selected = { fg = "#000000", bg = "#ADD6FF" } | ||||
|  | ||||
| [status] | ||||
| separator_open  = "" | ||||
| separator_close = "" | ||||
| separator_style = { fg = "#E5E5E5", bg = "#E5E5E5" } | ||||
| # Mode | ||||
| mode_normal = { fg = "#FFFFFF", bg = "#005FB8", bold = true } | ||||
| mode_select = { fg = "#FFFFFF", bg = "#FFAF00", bold = true } | ||||
| mode_unset  = { fg = "#FFFFFF", bg = "#F85149", bold = true } | ||||
| # Progress | ||||
| progress_label  = { bold = true } | ||||
| progress_normal = { fg = "#005FB8", bg = "#FFFFFF" } | ||||
| progress_error  = { fg = "#F85149", bg = "#FFFFFF" } | ||||
| # Permissions | ||||
| permissions_t = { fg = "#2EA043" } | ||||
| permissions_r = { fg = "#D7BA7D" } | ||||
| permissions_w = { fg = "#F85149" } | ||||
| permissions_x = { fg = "#0598BC" } | ||||
| permissions_s = { fg = "#6E7681" } | ||||
|  | ||||
| [select] | ||||
| border   = { fg = "#005FB8" } | ||||
| active   = { fg = "#AF00DB", bold = true } | ||||
| inactive = {} | ||||
|  | ||||
| [input] | ||||
| border   = { fg = "#005FB8" } | ||||
| title    = {} | ||||
| value    = {} | ||||
| selected = { reversed = true } | ||||
|  | ||||
| [completion] | ||||
| border   = { fg = "#005FB8" } | ||||
| active   = { bg = "#ADD6FF" } | ||||
| inactive = {} | ||||
| # Icons | ||||
| icon_file    = "" | ||||
| icon_folder  = "" | ||||
| icon_command = "" | ||||
|  | ||||
| [tasks] | ||||
| border  = { fg = "#005FB8" } | ||||
| title   = {} | ||||
| hovered = { underline = true } | ||||
|  | ||||
| [which] | ||||
| mask            = { bg = "#FFFFFF" } | ||||
| cand            = { fg = "#0598BC" } | ||||
| rest            = { fg = "#6E7681" } | ||||
| desc            = { fg = "#AF00DB" } | ||||
| separator       = "  " | ||||
| separator_style = { fg = "#6E7681" } | ||||
|  | ||||
| [help] | ||||
| on      = { fg = "#0598BC" } | ||||
| run     = { fg = "#AF00DB" } | ||||
| desc    = { fg = "#3B3B3B" } | ||||
| hovered = { bg = "#ADD6FF", bold = true } | ||||
| footer  = { fg = "#3B3B3B", bg = "#F8F8F8" } | ||||
|  | ||||
| [filetype] | ||||
| rules = [ | ||||
|     # Images | ||||
|     { mime = "image/*", fg = "#D7BA7D" }, | ||||
|     # Videos | ||||
|     { mime = "video/*", fg = "#AF00DB" }, | ||||
|     # Audio | ||||
|     { mime = "audio/*", fg = "#AF00DB" }, | ||||
|     # Archives | ||||
|     { mime = "application/zip", fg = "#F85149" }, | ||||
|     { mime = "application/gzip", fg = "#F85149" }, | ||||
|     { mime = "application/x-tar", fg = "#F85149" }, | ||||
|     { mime = "application/x-bzip", fg = "#F85149" }, | ||||
|     { mime = "application/x-bzip2", fg = "#F85149" }, | ||||
|     { mime = "application/x-7z-compressed", fg = "#F85149" }, | ||||
|     { mime = "application/x-rar", fg = "#F85149" }, | ||||
|     # Documents | ||||
|     { mime = "application/pdf", fg = "#0598BC" }, | ||||
|     { mime = "application/msword", fg = "#0598BC" }, | ||||
|     { mime = "application/vnd.openxmlformats-officedocument.*", fg = "#0598BC" }, | ||||
|     # Fallback | ||||
|     { name = "*", fg = "#3B3B3B" }, | ||||
|     { name = "*/", fg = "#005FB8" }, | ||||
|     # Executable | ||||
|     { name = "*", category = "executable", fg = "#2EA043", bg = "#FFFFFF" }, | ||||
|     # Directories | ||||
|     { name = "*/", fg = "#005FB8", bg = "#FFFFFF" }, | ||||
|     # Hidden files | ||||
|     { name = ".*", fg = "#6E7681" }, | ||||
|     # Symlinks | ||||
|     { name = "*", category = "link", fg = "#0598BC", bg = "#FFFFFF" }, | ||||
|     # Broken symlinks | ||||
|     { name = "*", category = "broken", fg = "#F85149", bg = "#FFF0F0" }, | ||||
| ] | ||||
|  | ||||
| [icon] | ||||
| rules = [ | ||||
|     { name = "Desktop", text = "" }, | ||||
|     { name = "Documents", text = "" }, | ||||
|     { name = "Downloads", text = "" }, | ||||
|     { name = "Pictures", text = "" }, | ||||
|     { name = "Music", text = "" }, | ||||
|     { name = "Videos", text = "" }, | ||||
|     { name = ".git", text = "" }, | ||||
|     { name = ".config", text = "" }, | ||||
| ] | ||||
							
								
								
									
										
											BIN
										
									
								
								config/yazi/flavors/vscode-light-modern.yazi/img/1.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								config/yazi/flavors/vscode-light-modern.yazi/img/1.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 440 KiB | 
							
								
								
									
										
											BIN
										
									
								
								config/yazi/flavors/vscode-light-modern.yazi/img/2.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								config/yazi/flavors/vscode-light-modern.yazi/img/2.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 446 KiB | 
							
								
								
									
										
											BIN
										
									
								
								config/yazi/flavors/vscode-light-modern.yazi/img/3.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								config/yazi/flavors/vscode-light-modern.yazi/img/3.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 582 KiB | 
							
								
								
									
										
											BIN
										
									
								
								config/yazi/flavors/vscode-light-modern.yazi/img/4.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								config/yazi/flavors/vscode-light-modern.yazi/img/4.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 628 KiB | 
							
								
								
									
										
											BIN
										
									
								
								config/yazi/flavors/vscode-light-modern.yazi/img/5.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								config/yazi/flavors/vscode-light-modern.yazi/img/5.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 555 KiB | 
							
								
								
									
										250
									
								
								config/yazi/flavors/vscode-light-modern.yazi/tmtheme.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										250
									
								
								config/yazi/flavors/vscode-light-modern.yazi/tmtheme.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,250 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||||
| <plist version="1.0"> | ||||
|     <dict> | ||||
|         <key>name</key> | ||||
|         <string>VSCode Light Modern</string> | ||||
|         <key>settings</key> | ||||
|         <array> | ||||
|             <dict> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>background</key> | ||||
|                     <string>#FFFFFF</string> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#000000</string> | ||||
|                     <key>caret</key> | ||||
|                     <string>#000000</string> | ||||
|                     <key>invisibles</key> | ||||
|                     <string>#D3D3D3</string> | ||||
|                     <key>lineHighlight</key> | ||||
|                     <string>#E5EBF1</string> | ||||
|                     <key>selection</key> | ||||
|                     <string>#ADD6FF</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Comment</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>comment</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#008000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>String</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>string</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#A31515</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Number</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>constant.numeric</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#098658</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Built-in constant</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>constant.language</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#0000FF</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>User-defined constant</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>constant.character, constant.other</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#0000FF</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Variable</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>variable</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#795E26</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Keyword</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>keyword</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#AF00DB</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Storage</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>storage</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#0000FF</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Storage type</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>storage.type</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#0000FF</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Class name</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>entity.name.class</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#267F99</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Inherited class</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>entity.other.inherited-class</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#267F99</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Function name</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>entity.name.function</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#795E26</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Function argument</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>variable.parameter</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#001080</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Tag name</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>entity.name.tag</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#800000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Tag attribute</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>entity.other.attribute-name</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#E50000</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Library function</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>support.function</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#795E26</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Library constant</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>support.constant</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#0000FF</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Library class/type</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>support.type, support.class</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#267F99</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Invalid</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>invalid</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#CD3131</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|             <dict> | ||||
|                 <key>name</key> | ||||
|                 <string>Invalid deprecated</string> | ||||
|                 <key>scope</key> | ||||
|                 <string>invalid.deprecated</string> | ||||
|                 <key>settings</key> | ||||
|                 <dict> | ||||
|                     <key>foreground</key> | ||||
|                     <string>#CD3131</string> | ||||
|                 </dict> | ||||
|             </dict> | ||||
|         </array> | ||||
|         <key>uuid</key> | ||||
|         <string>231D4441-F280-4D49-A647-E1FD7E84D1D8</string> | ||||
|     </dict> | ||||
| </plist> | ||||
		Reference in New Issue
	
	Block a user