From 76681eb490c560231f23c04271e58de73caea785 Mon Sep 17 00:00:00 2001 From: 4lex4 <4lex49@zoho.com> Date: Thu, 4 Apr 2024 17:30:14 +0300 Subject: [PATCH] Support for 1.87 --- package.json | 2 +- themes/precious-dark-eleven.json | 50 ++++++++++++++----------------- themes/precious-dark-fifteen.json | 50 ++++++++++++++----------------- themes/precious-light-warm.json | 50 ++++++++++++++----------------- themes/precious-light-white.json | 50 ++++++++++++++----------------- 5 files changed, 89 insertions(+), 113 deletions(-) diff --git a/package.json b/package.json index 6c8b872..e9c6248 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "precious-themes-vscode", "displayName": "Precious Themes", "description": "Precious themes for VS Code", - "version": "1.0.4", + "version": "1.0.5", "icon": "icons/icon.png", "categories": [ "Themes" diff --git a/themes/precious-dark-eleven.json b/themes/precious-dark-eleven.json index b1af97d..0aedeb4 100644 --- a/themes/precious-dark-eleven.json +++ b/themes/precious-dark-eleven.json @@ -11,6 +11,7 @@ "activityBar.inactiveForeground": "#797a7a", "activityBarBadge.background": "#3e81b9", "activityBarBadge.foreground": "#1c1e20", + "activityBarTop.foreground": "#b3b2b1", "badge.background": "#3e81b9", "badge.foreground": "#1c1e20", "banner.background": "#707171", @@ -90,7 +91,7 @@ "editor.focusedStackFrameHighlightBackground": "#513a66", "editor.foreground": "#b8b7b6", "editor.hoverHighlightBackground": "#253a5140", - "editor.inactiveSelectionBackground": "#282e33", + "editor.inactiveSelectionBackground": "#31394299", "editor.inlineValuesBackground": "#0000", "editor.inlineValuesForeground": "#7f7f80", "editor.lineHighlightBackground": "#202224", @@ -171,17 +172,15 @@ "editorRuler.foreground": "#3d3e40", "editorStickyScrollHover.background": "#26282a", "editorSuggestWidget.background": "#212325", - "editorUnicodeHighlight.background": "#3c638414", - "editorUnicodeHighlight.border": "#3c6384", "editorUnnecessaryCode.opacity": "#0007", "editorWarning.foreground": "#bb922d", "editorWhitespace.foreground": "#b8b7b633", "editorWidget.background": "#1c1e20", "editorWidget.border": "#454648", "errorForeground": "#ff8782", - "extensionIcon.preReleaseForeground": "#008e7b", - "extensionIcon.sponsorForeground": "#ba54a6", - "extensionIcon.starForeground": "#9c770a", + "extensionIcon.preReleaseForeground": "#42bda7b2", + "extensionIcon.sponsorForeground": "#f382d8b2", + "extensionIcon.starForeground": "#d0a543b2", "focusBorder": "#3e81b9", "foreground": "#b8b7b6", "gitDecoration.addedResourceForeground": "#7eba69", @@ -250,8 +249,9 @@ "minimap.errorHighlight": "#da6864cc", "minimap.findMatchHighlight": "#789739cc", "minimap.foregroundOpacity": "#000f", - "minimap.selectionHighlight": "#253a51", + "minimap.selectionHighlight": "#6eaef348", "minimap.selectionOccurrenceHighlight": "#9779db66", + "multiDiffEditor.border": "#424345", "multiDiffEditor.headerBackground": "#565758", "notebook.cellBorderColor": "#2c2e2f", "notebook.cellStatusBarItemHoverBackground": "#b8b7b614", @@ -370,7 +370,7 @@ "terminal.ansiWhite": "#858585", "terminal.ansiYellow": "#d0a543", "terminal.background": "#1c1e20", - "terminal.findMatchBackground": "#253a51", + "terminal.findMatchBackground": "#518fd142", "terminal.findMatchBorder": "#81a345", "terminal.findMatchHighlightBackground": "#78973955", "terminal.findMatchHighlightBorder": "#81a345", @@ -458,11 +458,15 @@ "entity.name.variable", "keyword.operator", "keyword.operator.negation.regexp", + "meta.definition.variable support.constant", "meta.definition.variable.name", "meta.embedded", "meta.function-call.arguments", "meta.function.parameters", "meta.indexed-name", + "meta.property-value.css", + "meta.selector entity.other.attribute-name", + "meta.selector support.constant", "meta.template.expression", "punctuation", "source.groovy.embedded", @@ -605,8 +609,6 @@ }, { "scope": [ - "constant.other.color.rgb-value", - "constant.other.rgb-value", "markup.fenced_code.block.markdown", "markup.inline.raw", "markup.inserted", @@ -615,10 +617,9 @@ "meta.embedded.assembly", "meta.preprocessor.string", "meta.property-value", + "meta.property-value support.constant", "meta.structure.dictionary.key.python", "string", - "support.constant.color", - "support.constant.font-name", "support.constant.media", "support.constant.media-type", "support.constant.property-value", @@ -732,25 +733,14 @@ "constant.character.entity", "constant.character.escape", "constant.language", - "constant.other.color.rgb-value", - "constant.other.rgb-value", "constant.other.reference.link.markdown", "entity.name.operator", "entity.name.section.group-title.ini", "entity.name.selector", "entity.name.tag", "entity.name.type.numeric.rust", - "entity.other.attribute-name.class.css", - "entity.other.attribute-name.class.mixin.css", - "entity.other.attribute-name.id.css", - "entity.other.attribute-name.parent-selector.css", - "entity.other.attribute-name.pseudo-class.css", - "entity.other.attribute-name.pseudo-element.css", - "entity.other.attribute-name.css", - "entity.other.attribute-name.scss", "keyword", "keyword.control", - "keyword.control", "keyword.control.anchor.regexp", "keyword.operator.alignas", "keyword.operator.alignof", @@ -795,11 +785,6 @@ "storage.type.rune.go", "storage.type.string.go", "storage.type.uintptr.go", - "support.constant.color", - "support.constant.font-name", - "support.constant.media", - "support.constant.media-type", - "support.constant.property-value", "support.function.builtin.python", "support.other.match.begin.regexp", "support.other.match.end.regexp", @@ -813,6 +798,15 @@ "foreground": "#b799fe" } }, + { + "scope": [ + "meta.property-value keyword.other.important" + ], + "settings": { + "foreground": "#b799fe", + "fontStyle": "bold" + } + }, { "scope": [ "support.function.magic", diff --git a/themes/precious-dark-fifteen.json b/themes/precious-dark-fifteen.json index f36a102..fd23a7d 100644 --- a/themes/precious-dark-fifteen.json +++ b/themes/precious-dark-fifteen.json @@ -11,6 +11,7 @@ "activityBar.inactiveForeground": "#7e7e7f", "activityBarBadge.background": "#3f84bd", "activityBarBadge.foreground": "#23262b", + "activityBarTop.foreground": "#b5b4b2", "badge.background": "#3f84bd", "badge.foreground": "#23262b", "banner.background": "#757677", @@ -90,7 +91,7 @@ "editor.focusedStackFrameHighlightBackground": "#57406e", "editor.foreground": "#bab9b6", "editor.hoverHighlightBackground": "#2b415a40", - "editor.inactiveSelectionBackground": "#2e353d", + "editor.inactiveSelectionBackground": "#37404b99", "editor.inlineValuesBackground": "#0000", "editor.inlineValuesForeground": "#838484", "editor.lineHighlightBackground": "#272a2f", @@ -171,17 +172,15 @@ "editorRuler.foreground": "#434549", "editorStickyScrollHover.background": "#2d3035", "editorSuggestWidget.background": "#282b2f", - "editorUnicodeHighlight.background": "#40688a14", - "editorUnicodeHighlight.border": "#40688a", "editorUnnecessaryCode.opacity": "#0007", "editorWarning.foreground": "#bc9332", "editorWhitespace.foreground": "#bab9b633", "editorWidget.background": "#23262b", "editorWidget.border": "#4b4d50", "errorForeground": "#ff8782", - "extensionIcon.preReleaseForeground": "#00917e", - "extensionIcon.sponsorForeground": "#be57a9", - "extensionIcon.starForeground": "#9f7a17", + "extensionIcon.preReleaseForeground": "#42bda7b2", + "extensionIcon.sponsorForeground": "#f382d8b2", + "extensionIcon.starForeground": "#cfa546b2", "focusBorder": "#3f84bd", "foreground": "#bab9b6", "gitDecoration.addedResourceForeground": "#7fba6a", @@ -250,8 +249,9 @@ "minimap.errorHighlight": "#dc6a66cc", "minimap.findMatchHighlight": "#7a993dcc", "minimap.foregroundOpacity": "#000f", - "minimap.selectionHighlight": "#2b415a", + "minimap.selectionHighlight": "#6daef448", "minimap.selectionOccurrenceHighlight": "#997bde66", + "multiDiffEditor.border": "#484a4d", "multiDiffEditor.headerBackground": "#5c5d5f", "notebook.cellBorderColor": "#333539", "notebook.cellStatusBarItemHoverBackground": "#bab9b614", @@ -370,7 +370,7 @@ "terminal.ansiWhite": "#898989", "terminal.ansiYellow": "#cfa546", "terminal.background": "#23262b", - "terminal.findMatchBackground": "#2b415a", + "terminal.findMatchBackground": "#5191d542", "terminal.findMatchBorder": "#83a448", "terminal.findMatchHighlightBackground": "#7a993d55", "terminal.findMatchHighlightBorder": "#83a448", @@ -458,11 +458,15 @@ "entity.name.variable", "keyword.operator", "keyword.operator.negation.regexp", + "meta.definition.variable support.constant", "meta.definition.variable.name", "meta.embedded", "meta.function-call.arguments", "meta.function.parameters", "meta.indexed-name", + "meta.property-value.css", + "meta.selector entity.other.attribute-name", + "meta.selector support.constant", "meta.template.expression", "punctuation", "source.groovy.embedded", @@ -605,8 +609,6 @@ }, { "scope": [ - "constant.other.color.rgb-value", - "constant.other.rgb-value", "markup.fenced_code.block.markdown", "markup.inline.raw", "markup.inserted", @@ -615,10 +617,9 @@ "meta.embedded.assembly", "meta.preprocessor.string", "meta.property-value", + "meta.property-value support.constant", "meta.structure.dictionary.key.python", "string", - "support.constant.color", - "support.constant.font-name", "support.constant.media", "support.constant.media-type", "support.constant.property-value", @@ -732,25 +733,14 @@ "constant.character.entity", "constant.character.escape", "constant.language", - "constant.other.color.rgb-value", - "constant.other.rgb-value", "constant.other.reference.link.markdown", "entity.name.operator", "entity.name.section.group-title.ini", "entity.name.selector", "entity.name.tag", "entity.name.type.numeric.rust", - "entity.other.attribute-name.class.css", - "entity.other.attribute-name.class.mixin.css", - "entity.other.attribute-name.id.css", - "entity.other.attribute-name.parent-selector.css", - "entity.other.attribute-name.pseudo-class.css", - "entity.other.attribute-name.pseudo-element.css", - "entity.other.attribute-name.css", - "entity.other.attribute-name.scss", "keyword", "keyword.control", - "keyword.control", "keyword.control.anchor.regexp", "keyword.operator.alignas", "keyword.operator.alignof", @@ -795,11 +785,6 @@ "storage.type.rune.go", "storage.type.string.go", "storage.type.uintptr.go", - "support.constant.color", - "support.constant.font-name", - "support.constant.media", - "support.constant.media-type", - "support.constant.property-value", "support.function.builtin.python", "support.other.match.begin.regexp", "support.other.match.end.regexp", @@ -813,6 +798,15 @@ "foreground": "#b799ff" } }, + { + "scope": [ + "meta.property-value keyword.other.important" + ], + "settings": { + "foreground": "#b799ff", + "fontStyle": "bold" + } + }, { "scope": [ "support.function.magic", diff --git a/themes/precious-light-warm.json b/themes/precious-light-warm.json index 593d00c..5a2c3c2 100644 --- a/themes/precious-light-warm.json +++ b/themes/precious-light-warm.json @@ -11,6 +11,7 @@ "activityBar.inactiveForeground": "#8b8b8a", "activityBarBadge.background": "#5496ce", "activityBarBadge.foreground": "#fff5e5", + "activityBarTop.foreground": "#52575c", "badge.background": "#5496ce", "badge.foreground": "#fff5e5", "banner.background": "#959492", @@ -90,7 +91,7 @@ "editor.focusedStackFrameHighlightBackground": "#ddbdf2", "editor.foreground": "#4e5359", "editor.hoverHighlightBackground": "#c5daee40", - "editor.inactiveSelectionBackground": "#e5e3dd", + "editor.inactiveSelectionBackground": "#d5d7d699", "editor.inlineValuesBackground": "#0000", "editor.inlineValuesForeground": "#858685", "editor.lineHighlightBackground": "#f9efe0", @@ -171,17 +172,15 @@ "editorRuler.foreground": "#d2ccc2", "editorStickyScrollHover.background": "#efe7d9", "editorSuggestWidget.background": "#f8eedf", - "editorUnicodeHighlight.background": "#8bb1d314", - "editorUnicodeHighlight.border": "#8bb1d3", "editorUnnecessaryCode.opacity": "#0007", "editorWarning.foreground": "#98751f", "editorWhitespace.foreground": "#4e535933", "editorWidget.background": "#fff5e5", "editorWidget.border": "#c8c3ba", "errorForeground": "#b14745", - "extensionIcon.preReleaseForeground": "#4ca090", - "extensionIcon.sponsorForeground": "#d06bbb", - "extensionIcon.starForeground": "#af8e41", + "extensionIcon.preReleaseForeground": "#0e7767b2", + "extensionIcon.sponsorForeground": "#a83f92b2", + "extensionIcon.starForeground": "#876500b2", "focusBorder": "#5496ce", "foreground": "#4e5359", "gitDecoration.addedResourceForeground": "#41772b", @@ -250,8 +249,9 @@ "minimap.errorHighlight": "#cd615ecc", "minimap.findMatchHighlight": "#6e8e2dcc", "minimap.foregroundOpacity": "#000f", - "minimap.selectionHighlight": "#c5daee", + "minimap.selectionHighlight": "#2c6bab48", "minimap.selectionOccurrenceHighlight": "#926be366", + "multiDiffEditor.border": "#ccc6bd", "multiDiffEditor.headerBackground": "#b3b0a9", "notebook.cellBorderColor": "#e8e0d3", "notebook.cellStatusBarItemHoverBackground": "#4e535914", @@ -370,7 +370,7 @@ "terminal.ansiWhite": "#7f8080", "terminal.ansiYellow": "#876500", "terminal.background": "#fff5e5", - "terminal.findMatchBackground": "#c5daee", + "terminal.findMatchBackground": "#4887c842", "terminal.findMatchBorder": "#64841e", "terminal.findMatchHighlightBackground": "#6e8e2d55", "terminal.findMatchHighlightBorder": "#64841e", @@ -458,11 +458,15 @@ "entity.name.variable", "keyword.operator", "keyword.operator.negation.regexp", + "meta.definition.variable support.constant", "meta.definition.variable.name", "meta.embedded", "meta.function-call.arguments", "meta.function.parameters", "meta.indexed-name", + "meta.property-value.css", + "meta.selector entity.other.attribute-name", + "meta.selector support.constant", "meta.template.expression", "punctuation", "source.groovy.embedded", @@ -605,8 +609,6 @@ }, { "scope": [ - "constant.other.color.rgb-value", - "constant.other.rgb-value", "markup.fenced_code.block.markdown", "markup.inline.raw", "markup.inserted", @@ -615,10 +617,9 @@ "meta.embedded.assembly", "meta.preprocessor.string", "meta.property-value", + "meta.property-value support.constant", "meta.structure.dictionary.key.python", "string", - "support.constant.color", - "support.constant.font-name", "support.constant.media", "support.constant.media-type", "support.constant.property-value", @@ -732,25 +733,14 @@ "constant.character.entity", "constant.character.escape", "constant.language", - "constant.other.color.rgb-value", - "constant.other.rgb-value", "constant.other.reference.link.markdown", "entity.name.operator", "entity.name.section.group-title.ini", "entity.name.selector", "entity.name.tag", "entity.name.type.numeric.rust", - "entity.other.attribute-name.class.css", - "entity.other.attribute-name.class.mixin.css", - "entity.other.attribute-name.id.css", - "entity.other.attribute-name.parent-selector.css", - "entity.other.attribute-name.pseudo-class.css", - "entity.other.attribute-name.pseudo-element.css", - "entity.other.attribute-name.css", - "entity.other.attribute-name.scss", "keyword", "keyword.control", - "keyword.control", "keyword.control.anchor.regexp", "keyword.operator.alignas", "keyword.operator.alignof", @@ -795,11 +785,6 @@ "storage.type.rune.go", "storage.type.string.go", "storage.type.uintptr.go", - "support.constant.color", - "support.constant.font-name", - "support.constant.media", - "support.constant.media-type", - "support.constant.property-value", "support.function.builtin.python", "support.other.match.begin.regexp", "support.other.match.end.regexp", @@ -813,6 +798,15 @@ "foreground": "#7a50c6" } }, + { + "scope": [ + "meta.property-value keyword.other.important" + ], + "settings": { + "foreground": "#7a50c6", + "fontStyle": "bold" + } + }, { "scope": [ "support.function.magic", diff --git a/themes/precious-light-white.json b/themes/precious-light-white.json index 7e99009..85ed5ea 100644 --- a/themes/precious-light-white.json +++ b/themes/precious-light-white.json @@ -11,6 +11,7 @@ "activityBar.inactiveForeground": "#909090", "activityBarBadge.background": "#5099d6", "activityBarBadge.foreground": "#ffffff", + "activityBarTop.foreground": "#595959", "badge.background": "#5099d6", "badge.foreground": "#ffffff", "banner.background": "#999999", @@ -90,7 +91,7 @@ "editor.focusedStackFrameHighlightBackground": "#e1c2ff", "editor.foreground": "#555555", "editor.hoverHighlightBackground": "#c6e1ff40", - "editor.inactiveSelectionBackground": "#e6ecf2", + "editor.inactiveSelectionBackground": "#d6dfe999", "editor.inlineValuesBackground": "#0000", "editor.inlineValuesForeground": "#8a8a8a", "editor.lineHighlightBackground": "#f9f9f9", @@ -171,17 +172,15 @@ "editorRuler.foreground": "#d4d4d4", "editorStickyScrollHover.background": "#f0f0f0", "editorSuggestWidget.background": "#f8f8f8", - "editorUnicodeHighlight.background": "#8ab6dd14", - "editorUnicodeHighlight.border": "#8ab6dd", "editorUnnecessaryCode.opacity": "#0007", "editorWarning.foreground": "#997620", "editorWhitespace.foreground": "#55555533", "editorWidget.background": "#ffffff", "editorWidget.border": "#cacaca", "errorForeground": "#af4947", - "extensionIcon.preReleaseForeground": "#4da393", - "extensionIcon.sponsorForeground": "#d46cbe", - "extensionIcon.starForeground": "#b19044", + "extensionIcon.preReleaseForeground": "#087767b2", + "extensionIcon.sponsorForeground": "#a93e93b2", + "extensionIcon.starForeground": "#876500b2", "focusBorder": "#5099d6", "foreground": "#555555", "gitDecoration.addedResourceForeground": "#41772c", @@ -250,8 +249,9 @@ "minimap.errorHighlight": "#cd6561cc", "minimap.findMatchHighlight": "#70902fcc", "minimap.foregroundOpacity": "#000f", - "minimap.selectionHighlight": "#c6e1ff", + "minimap.selectionHighlight": "#236bb048", "minimap.selectionOccurrenceHighlight": "#956bea66", + "multiDiffEditor.border": "#cecece", "multiDiffEditor.headerBackground": "#b6b6b6", "notebook.cellBorderColor": "#e9e9e9", "notebook.cellStatusBarItemHoverBackground": "#55555514", @@ -370,7 +370,7 @@ "terminal.ansiWhite": "#848484", "terminal.ansiYellow": "#876500", "terminal.background": "#ffffff", - "terminal.findMatchBackground": "#c6e1ff", + "terminal.findMatchBackground": "#4388cf42", "terminal.findMatchBorder": "#658521", "terminal.findMatchHighlightBackground": "#70902f55", "terminal.findMatchHighlightBorder": "#658521", @@ -458,11 +458,15 @@ "entity.name.variable", "keyword.operator", "keyword.operator.negation.regexp", + "meta.definition.variable support.constant", "meta.definition.variable.name", "meta.embedded", "meta.function-call.arguments", "meta.function.parameters", "meta.indexed-name", + "meta.property-value.css", + "meta.selector entity.other.attribute-name", + "meta.selector support.constant", "meta.template.expression", "punctuation", "source.groovy.embedded", @@ -605,8 +609,6 @@ }, { "scope": [ - "constant.other.color.rgb-value", - "constant.other.rgb-value", "markup.fenced_code.block.markdown", "markup.inline.raw", "markup.inserted", @@ -615,10 +617,9 @@ "meta.embedded.assembly", "meta.preprocessor.string", "meta.property-value", + "meta.property-value support.constant", "meta.structure.dictionary.key.python", "string", - "support.constant.color", - "support.constant.font-name", "support.constant.media", "support.constant.media-type", "support.constant.property-value", @@ -732,25 +733,14 @@ "constant.character.entity", "constant.character.escape", "constant.language", - "constant.other.color.rgb-value", - "constant.other.rgb-value", "constant.other.reference.link.markdown", "entity.name.operator", "entity.name.section.group-title.ini", "entity.name.selector", "entity.name.tag", "entity.name.type.numeric.rust", - "entity.other.attribute-name.class.css", - "entity.other.attribute-name.class.mixin.css", - "entity.other.attribute-name.id.css", - "entity.other.attribute-name.parent-selector.css", - "entity.other.attribute-name.pseudo-class.css", - "entity.other.attribute-name.pseudo-element.css", - "entity.other.attribute-name.css", - "entity.other.attribute-name.scss", "keyword", "keyword.control", - "keyword.control", "keyword.control.anchor.regexp", "keyword.operator.alignas", "keyword.operator.alignof", @@ -795,11 +785,6 @@ "storage.type.rune.go", "storage.type.string.go", "storage.type.uintptr.go", - "support.constant.color", - "support.constant.font-name", - "support.constant.media", - "support.constant.media-type", - "support.constant.property-value", "support.function.builtin.python", "support.other.match.begin.regexp", "support.other.match.end.regexp", @@ -813,6 +798,15 @@ "foreground": "#7b4ecb" } }, + { + "scope": [ + "meta.property-value keyword.other.important" + ], + "settings": { + "foreground": "#7b4ecb", + "fontStyle": "bold" + } + }, { "scope": [ "support.function.magic",