|
53 | 53 | "name": "variable.parameter.function.language.special.self.python", |
54 | 54 | "scope": "variable.parameter.function.language.special.self.python", |
55 | 55 | "settings": { |
56 | | - "foreground": "#ffffff" |
| 56 | + "fontStyle": "italic", |
| 57 | + "foreground": "#ff79c6" |
57 | 58 | } |
58 | 59 | }, |
59 | 60 | { |
|
154 | 155 | "foreground": "#ff79c6" |
155 | 156 | } |
156 | 157 | }, |
| 158 | + { |
| 159 | + "name": "include", |
| 160 | + "scope": [ |
| 161 | + "string.quoted.other.lt-gt.include.c" |
| 162 | + ], |
| 163 | + "settings": { |
| 164 | + "foreground": "#ffffff" |
| 165 | + } |
| 166 | + }, |
| 167 | + { |
| 168 | + "name": "primitive type", |
| 169 | + "scope": [ |
| 170 | + "storage.type.built-in.primitive.c", |
| 171 | + "storage.type.built-in.primitive.cpp" |
| 172 | + ], |
| 173 | + "settings": { |
| 174 | + "foreground": "#8be9fd" |
| 175 | + } |
| 176 | + }, |
157 | 177 | { |
158 | 178 | "name": "c++ function", |
159 | 179 | "scope": "meta.function.c,meta.function.cpp", |
|
172 | 192 | "name": "js/ts punctuation separator key-value", |
173 | 193 | "scope": "punctuation.separator.key-value", |
174 | 194 | "settings": { |
175 | | - "foreground": "#ffffff" |
| 195 | + "foreground": "#ff79c6" |
176 | 196 | } |
177 | 197 | }, |
178 | 198 | { |
|
336 | 356 | "name": "js variable readwrite", |
337 | 357 | "scope": "variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node", |
338 | 358 | "settings": { |
339 | | - "foreground": "#ff79c6" |
| 359 | + "foreground": "#ffffff" |
340 | 360 | } |
341 | 361 | }, |
342 | 362 | { |
|
461 | 481 | "name": "python parameter", |
462 | 482 | "scope": "variable.parameter.function.language.python", |
463 | 483 | "settings": { |
464 | | - "foreground": "#ffb86c" |
| 484 | + "fontStyle": "italic", |
| 485 | + "foreground": "#ff79c6" |
465 | 486 | } |
466 | 487 | }, |
467 | 488 | { |
468 | 489 | "name": "python type", |
469 | 490 | "scope": "support.type.python", |
470 | 491 | "settings": { |
471 | | - "foreground": "#7159c1" |
| 492 | + "foreground": "#8be9fd" |
472 | 493 | } |
473 | 494 | }, |
474 | 495 | { |
|
545 | 566 | "name": "Variables", |
546 | 567 | "scope": "variable", |
547 | 568 | "settings": { |
548 | | - "foreground": "#ff79c6" |
| 569 | + "foreground": "#ffffff" |
549 | 570 | } |
550 | 571 | }, |
551 | 572 | { |
|
638 | 659 | "name": "Class name php", |
639 | 660 | "scope": "variable.other.class.php", |
640 | 661 | "settings": { |
641 | | - "foreground": "#ff79c6" |
| 662 | + "foreground": "#ffffff" |
642 | 663 | } |
643 | 664 | }, |
644 | 665 | { |
|
701 | 722 | "name": "Support", |
702 | 723 | "scope": "support.function", |
703 | 724 | "settings": { |
704 | | - "foreground": "#7159c1" |
| 725 | + "foreground": "#50fa7b" |
705 | 726 | } |
706 | 727 | }, |
707 | 728 | { |
|
743 | 764 | "name": "Inherited Class", |
744 | 765 | "scope": "entity.other.inherited-class", |
745 | 766 | "settings": { |
746 | | - "foreground": "#ffffff" |
| 767 | + "fontStyle": "italic", |
| 768 | + "foreground": "#ff79c6" |
747 | 769 | } |
748 | 770 | }, |
749 | 771 | { |
|
785 | 807 | "name": "Attributes", |
786 | 808 | "scope": "entity.other.attribute-name", |
787 | 809 | "settings": { |
788 | | - "foreground": "#ffb86c" |
| 810 | + "foreground": "#50fa7b" |
789 | 811 | } |
790 | 812 | }, |
791 | 813 | { |
|
1052 | 1074 | "name": "[VSCODE-CUSTOM] JSON Property Name", |
1053 | 1075 | "scope": "support.type.property-name.json", |
1054 | 1076 | "settings": { |
1055 | | - "foreground": "#ff79c6" |
| 1077 | + "foreground": "#7159c1" |
1056 | 1078 | } |
1057 | 1079 | }, |
1058 | 1080 | { |
1059 | 1081 | "name": "[VSCODE-CUSTOM] JSON Punctuation for Property Name", |
1060 | 1082 | "scope": "support.type.property-name.json punctuation", |
1061 | 1083 | "settings": { |
1062 | | - "foreground": "#ff79c6" |
| 1084 | + "foreground": "#7159c1" |
1063 | 1085 | } |
1064 | 1086 | }, |
1065 | 1087 | { |
|
1080 | 1102 | "name": "use statement for other classes", |
1081 | 1103 | "scope": "support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php", |
1082 | 1104 | "settings": { |
1083 | | - "foreground": "#ffffff" |
| 1105 | + "foreground": "#ff79c6" |
1084 | 1106 | } |
1085 | 1107 | }, |
1086 | 1108 | { |
|
1122 | 1144 | "name": "php types", |
1123 | 1145 | "scope": "storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php", |
1124 | 1146 | "settings": { |
1125 | | - "foreground": "#ffffff" |
| 1147 | + "foreground": "#8be9fd" |
1126 | 1148 | } |
1127 | 1149 | }, |
1128 | 1150 | { |
|
1188 | 1210 | "foreground": "#7159c1" |
1189 | 1211 | } |
1190 | 1212 | }, |
| 1213 | + { |
| 1214 | + "name": "Parameters inside PHP function", |
| 1215 | + "scope": [ |
| 1216 | + "meta.function.parameter variable", |
| 1217 | + "meta.function.parameter punctuation.definition.variable.php" |
| 1218 | + ], |
| 1219 | + "settings": { |
| 1220 | + "fontStyle": "italic", |
| 1221 | + "foreground": "#ff79c6" |
| 1222 | + } |
| 1223 | + }, |
1191 | 1224 | { |
1192 | 1225 | "name": "python function decorator @", |
1193 | 1226 | "scope": "meta.function.decorator.python", |
|
1789 | 1822 | "name": "Comments", |
1790 | 1823 | "scope": "comment, punctuation.definition.comment", |
1791 | 1824 | "settings": { |
1792 | | - "fontStyle": "italic", |
1793 | | - "foreground": "#ffffff80" |
| 1825 | + "foreground": "#a3a3a3" |
1794 | 1826 | } |
1795 | 1827 | }, |
1796 | 1828 | { |
|
1815 | 1847 | "foreground": "#7159c1" |
1816 | 1848 | } |
1817 | 1849 | }, |
| 1850 | + { |
| 1851 | + "name": "keyword new", |
| 1852 | + "scope": [ |
| 1853 | + "keyword.operator.new", |
| 1854 | + "keyword.other.new.php" |
| 1855 | + ], |
| 1856 | + "settings": { |
| 1857 | + "fontStyle": "bold" |
| 1858 | + } |
| 1859 | + }, |
1818 | 1860 | { |
1819 | 1861 | "name": "js/ts italic", |
1820 | | - "scope": "entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super", |
| 1862 | + "scope": "entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter", |
1821 | 1863 | "settings": { |
1822 | | - "fontStyle": "italic" |
| 1864 | + "fontStyle": "italic", |
| 1865 | + "foreground": "#ff79c6" |
1823 | 1866 | } |
1824 | 1867 | }, |
1825 | 1868 | { |
1826 | 1869 | "name": "comment", |
1827 | 1870 | "scope": "comment.line.double-slash,comment.block.documentation", |
1828 | 1871 | "settings": { |
1829 | | - "fontStyle": "italic" |
| 1872 | + "foreground": "#a3a3a3" |
1830 | 1873 | } |
1831 | 1874 | }, |
1832 | 1875 | { |
1833 | | - "name": "Python Keyword Control", |
1834 | | - "scope": "keyword.control.import.python,keyword.control.flow.python", |
| 1876 | + "name": "markup.italic.markdown", |
| 1877 | + "scope": "markup.italic.markdown", |
1835 | 1878 | "settings": { |
1836 | 1879 | "fontStyle": "italic" |
1837 | 1880 | } |
1838 | 1881 | }, |
1839 | 1882 | { |
1840 | | - "name": "markup.italic.markdown", |
1841 | | - "scope": "markup.italic.markdown", |
| 1883 | + "name": "Separators (key/value, namespace, inheritance, pointer, hash, slice, etc)", |
| 1884 | + "scope": [ |
| 1885 | + "constant.other.symbol.hashkey punctuation.definition.constant.ruby", |
| 1886 | + "entity.other.attribute-name.placeholder punctuation", |
| 1887 | + "entity.other.attribute-name.pseudo-class punctuation", |
| 1888 | + "entity.other.attribute-name.pseudo-element punctuation", |
| 1889 | + "meta.group.double.toml", |
| 1890 | + "meta.group.toml", |
| 1891 | + "meta.object-binding-pattern-variable punctuation.destructuring", |
| 1892 | + "punctuation.colon.graphql", |
| 1893 | + "punctuation.definition.block.scalar.folded.yaml", |
| 1894 | + "punctuation.definition.block.scalar.literal.yaml", |
| 1895 | + "punctuation.definition.block.sequence.item.yaml", |
| 1896 | + "punctuation.definition.entity.other.inherited-class", |
| 1897 | + "punctuation.function.swift", |
| 1898 | + "punctuation.separator.dictionary.key-value", |
| 1899 | + "punctuation.separator.hash", |
| 1900 | + "punctuation.separator.inheritance", |
| 1901 | + "punctuation.separator.key-value", |
| 1902 | + "punctuation.separator.key-value.mapping.yaml", |
| 1903 | + "punctuation.separator.namespace", |
| 1904 | + "punctuation.separator.pointer-access", |
| 1905 | + "punctuation.separator.slice", |
| 1906 | + "string.unquoted.heredoc punctuation.definition.string", |
| 1907 | + "support.other.chomping-indicator.yaml", |
| 1908 | + "punctuation.separator.annotation" |
| 1909 | + ], |
1842 | 1910 | "settings": { |
1843 | | - "fontStyle": "italic" |
| 1911 | + "foreground": "#ff79c6" |
| 1912 | + } |
| 1913 | + }, |
| 1914 | + { |
| 1915 | + "name": "Destructuring / aliasing reference name (LHS)", |
| 1916 | + "scope": [ |
| 1917 | + "meta.import variable.other.readwrite", |
| 1918 | + "meta.object-binding-pattern-variable variable.object.property", |
| 1919 | + "meta.variable.assignment.destructured.object.coffee variable" |
| 1920 | + ], |
| 1921 | + "settings": { |
| 1922 | + "fontStyle": "italic", |
| 1923 | + "foreground": "#ff79c6" |
| 1924 | + } |
| 1925 | + }, |
| 1926 | + { |
| 1927 | + "name": "Destructuring / aliasing variable name (RHS)", |
| 1928 | + "scope": [ |
| 1929 | + "meta.import variable.other.readwrite.alias", |
| 1930 | + "meta.export variable.other.readwrite.alias", |
| 1931 | + "meta.variable.assignment.destructured.object.coffee variable variable" |
| 1932 | + ], |
| 1933 | + "settings": { |
| 1934 | + "fontStyle": "normal", |
| 1935 | + "foreground": "#ffffff" |
| 1936 | + } |
| 1937 | + }, |
| 1938 | + { |
| 1939 | + "name": "this, super, self, etc.", |
| 1940 | + "scope": [ |
| 1941 | + "keyword.expressions-and-types.swift", |
| 1942 | + "keyword.other.this", |
| 1943 | + "variable.language", |
| 1944 | + "variable.language punctuation.definition.variable.php", |
| 1945 | + "variable.other.readwrite.instance.ruby", |
| 1946 | + "variable.parameter.function.language.special" |
| 1947 | + ], |
| 1948 | + "settings": { |
| 1949 | + "foreground": "#ffb86c" |
| 1950 | + } |
| 1951 | + }, |
| 1952 | + { |
| 1953 | + "name": "string concatenation", |
| 1954 | + "scope": [ |
| 1955 | + "keyword.operator.string.php" |
| 1956 | + ], |
| 1957 | + "settings": { |
| 1958 | + "foreground": "#7159c1" |
1844 | 1959 | } |
1845 | 1960 | } |
1846 | 1961 | ], |
|
2104 | 2219 | "settings.focusedRowBackground": "#ffffff07", |
2105 | 2220 | "walkThrough.embeddedEditorBackground": "#00000050", |
2106 | 2221 | "breadcrumb.activeSelectionForeground": "#ffffff", |
2107 | | - "editorGutter.commentRangeForeground": "#ffffff80", |
| 2222 | + "editorGutter.commentRangeForeground": "#a3a3a3", |
2108 | 2223 | "debugExceptionWidget.background": "#030205", |
2109 | 2224 | "debugExceptionWidget.border": "#00000000" |
2110 | 2225 | } |
|
0 commit comments