diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e41063..50265d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -2.6.7 (2024-07-18) +2.6.7 (2024-07-25) + +* Add All UI + +```UI +editorStickyScrollHover.background: #2F323C/#E3E6ED +terminalStickyScrollHover.background: #2F323C/#E3E6ED +``` * Change All UI @@ -12,6 +19,7 @@ notificationLink.foreground: #598DEF/#5B87EB → #4283F5/#4d91f8 support.type.property-name.less: #8A97C3/#888888 entity.other.attribute-name.class.less: #98C379/#53A053 support.constant.property-value.less: #C57BDB/#C57BDB +meta.attribute.unrecognized.v-else entity.other.attribute-name,meta.attribute.unrecognized.v-if entity.other.attribute-name,meta.attribute.unrecognized.v-else-if entity.other.attribute-name,meta.attribute.unrecognized.v-for entity.other.attribute-name: #/#C838C6 ``` 2.6.6 (2024-06-20) diff --git a/eva-theme-2.6.6.vsix b/eva-theme-2.6.6.vsix deleted file mode 100644 index 957f5cb..0000000 Binary files a/eva-theme-2.6.6.vsix and /dev/null differ diff --git a/eva-theme-2.6.7.vsix b/eva-theme-2.6.7.vsix new file mode 100644 index 0000000..b96523c Binary files /dev/null and b/eva-theme-2.6.7.vsix differ diff --git a/package.json b/package.json index bd49c68..37c33c3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "eva-theme", "displayName": "Eva Theme", "description": "A comfortable and semantic theme.", - "version": "2.6.6", + "version": "2.6.7", "publisher": "fisheva", "license": "SEE LICENSE IN", "icon": "eva.jpg", diff --git a/themes/Eva-Dark-Bold.json b/themes/Eva-Dark-Bold.json index 791068e..0852940 100755 --- a/themes/Eva-Dark-Bold.json +++ b/themes/Eva-Dark-Bold.json @@ -166,6 +166,7 @@ "editorOverviewRuler.wordHighlightTextForeground": "#008099BF", "editorPane.background": "#282c34", "editorRuler.foreground": "#676E95", + "editorStickyScrollHover.background": "#2F323C", "editorSuggestWidget.background": "#23272F", "editorSuggestWidget.border": "#181A1F", "editorSuggestWidget.foreground": "#8E99B1", @@ -464,6 +465,7 @@ "terminalCommandDecoration.errorBackground": "#e51400", "terminalCursor.background": "#FFF", "terminalCursor.foreground": "#FF9070", + "terminalStickyScrollHover.background": "#2F323C", "textBlockQuote.background": "#31353c", "textBlockQuote.border": "#4283F5", "textCodeBlock.background": "#181A1F", @@ -727,7 +729,7 @@ //#CF68E1 bold (In Italic : #CF68E1 Italic) { "name": "instanceof | Keyword Control,Using | Constant | 语言常量,包含 true false null undefined等 | void | loop | ", - "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,", + "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,meta.attribute.unrecognized.v-else entity.other.attribute-name,meta.attribute.unrecognized.v-if entity.other.attribute-name,meta.attribute.unrecognized.v-else-if entity.other.attribute-name,meta.attribute.unrecognized.v-for entity.other.attribute-name,", "settings": { "fontStyle": "bold", "foreground": "#CF68E1" diff --git a/themes/Eva-Dark-Italic-Bold.json b/themes/Eva-Dark-Italic-Bold.json index 2b34d5c..d00b91b 100644 --- a/themes/Eva-Dark-Italic-Bold.json +++ b/themes/Eva-Dark-Italic-Bold.json @@ -166,6 +166,7 @@ "editorOverviewRuler.wordHighlightTextForeground": "#008099BF", "editorPane.background": "#282c34", "editorRuler.foreground": "#676E95", + "editorStickyScrollHover.background": "#2F323C", "editorSuggestWidget.background": "#23272F", "editorSuggestWidget.border": "#181A1F", "editorSuggestWidget.foreground": "#8E99B1", @@ -464,6 +465,7 @@ "terminalCommandDecoration.errorBackground": "#e51400", "terminalCursor.background": "#FFF", "terminalCursor.foreground": "#FF9070", + "terminalStickyScrollHover.background": "#2F323C", "textBlockQuote.background": "#31353c", "textBlockQuote.border": "#4283F5", "textCodeBlock.background": "#181A1F", @@ -727,7 +729,7 @@ //#CF68E1 italic bold { "name": "instanceof | Keyword Control,Using | Constant | 语言常量,包含 true false null undefined等 | void | loop | ", - "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,", + "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,meta.attribute.unrecognized.v-else entity.other.attribute-name,meta.attribute.unrecognized.v-if entity.other.attribute-name,meta.attribute.unrecognized.v-else-if entity.other.attribute-name,meta.attribute.unrecognized.v-for entity.other.attribute-name,", "settings": { "fontStyle": "italic bold", "foreground": "#CF68E1" diff --git a/themes/Eva-Dark-Italic.json b/themes/Eva-Dark-Italic.json index 9e59ec3..135c62f 100755 --- a/themes/Eva-Dark-Italic.json +++ b/themes/Eva-Dark-Italic.json @@ -166,6 +166,7 @@ "editorOverviewRuler.wordHighlightTextForeground": "#008099BF", "editorPane.background": "#282c34", "editorRuler.foreground": "#676E95", + "editorStickyScrollHover.background": "#2F323C", "editorSuggestWidget.background": "#23272F", "editorSuggestWidget.border": "#181A1F", "editorSuggestWidget.foreground": "#8E99B1", @@ -464,6 +465,7 @@ "terminalCommandDecoration.errorBackground": "#e51400", "terminalCursor.background": "#FFF", "terminalCursor.foreground": "#FF9070", + "terminalStickyScrollHover.background": "#2F323C", "textBlockQuote.background": "#31353c", "textBlockQuote.border": "#4283F5", "textCodeBlock.background": "#181A1F", @@ -727,7 +729,7 @@ //#CF68E1 italic { "name": "instanceof | Keyword Control,Using | Constant | 语言常量,包含 true false null undefined等 | void | loop | ", - "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,", + "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,meta.attribute.unrecognized.v-else entity.other.attribute-name,meta.attribute.unrecognized.v-if entity.other.attribute-name,meta.attribute.unrecognized.v-else-if entity.other.attribute-name,meta.attribute.unrecognized.v-for entity.other.attribute-name,", "settings": { "fontStyle": "italic", "foreground": "#CF68E1" diff --git a/themes/Eva-Dark.json b/themes/Eva-Dark.json index 8bf03b8..5b56d1e 100755 --- a/themes/Eva-Dark.json +++ b/themes/Eva-Dark.json @@ -166,6 +166,7 @@ "editorOverviewRuler.wordHighlightTextForeground": "#008099BF", "editorPane.background": "#282c34", "editorRuler.foreground": "#676E95", + "editorStickyScrollHover.background": "#2F323C", "editorSuggestWidget.background": "#23272F", "editorSuggestWidget.border": "#181A1F", "editorSuggestWidget.foreground": "#8E99B1", @@ -464,6 +465,7 @@ "terminalCommandDecoration.errorBackground": "#e51400", "terminalCursor.background": "#FFF", "terminalCursor.foreground": "#FF9070", + "terminalStickyScrollHover.background": "#2F323C", "textBlockQuote.background": "#31353c", "textBlockQuote.border": "#4283F5", "textCodeBlock.background": "#181A1F", @@ -727,7 +729,7 @@ //#CF68E1 normal (In bold : #CF68E1 bold, In Italic : #CF68E1 Italic) { "name": "instanceof | Keyword Control,Using | Constant | 语言常量,包含 true false null undefined等 | void | loop | ", - "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,", + "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,meta.attribute.unrecognized.v-else entity.other.attribute-name,meta.attribute.unrecognized.v-if entity.other.attribute-name,meta.attribute.unrecognized.v-else-if entity.other.attribute-name,meta.attribute.unrecognized.v-for entity.other.attribute-name,", "settings": { "fontStyle": "", "foreground": "#CF68E1" diff --git a/themes/Eva-Light-Bold.json b/themes/Eva-Light-Bold.json index 32a7744..3bad642 100755 --- a/themes/Eva-Light-Bold.json +++ b/themes/Eva-Light-Bold.json @@ -166,6 +166,7 @@ "editorOverviewRuler.wordHighlightTextForeground": "#00BEC4AD", "editorPane.background": "#EBEEF5", "editorRuler.foreground": "#B3B3B4", + "editorStickyScrollHover.background": "#E3E6ED", "editorSuggestWidget.background": "#F1F4FB", "editorSuggestWidget.border": "#CED1D7", "editorSuggestWidget.foreground": "#8E8E90", @@ -464,6 +465,7 @@ "terminalCommandDecoration.errorBackground": "#EC0000", "terminalCursor.background": "#FFF", "terminalCursor.foreground": "#FC8357", + "terminalStickyScrollHover.background": "#E3E6ED", "textBlockQuote.background": "#e0e3e9", "textBlockQuote.border": "#598DEF", "textCodeBlock.background": "#E5E8EF", @@ -727,7 +729,7 @@ //#C838C6 bold (In Italic : #C838C6 Italic) { "name": "instanceof | Keyword Control,Using | Constant | 语言常量,包含 true false null undefined等 | void | loop | ", - "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,", + "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,meta.attribute.unrecognized.v-else entity.other.attribute-name,meta.attribute.unrecognized.v-if entity.other.attribute-name,meta.attribute.unrecognized.v-else-if entity.other.attribute-name,meta.attribute.unrecognized.v-for entity.other.attribute-name,", "settings": { "fontStyle": "bold", "foreground": "#C838C6" diff --git a/themes/Eva-Light-Italic-Bold.json b/themes/Eva-Light-Italic-Bold.json index 6c80df7..08ce34c 100644 --- a/themes/Eva-Light-Italic-Bold.json +++ b/themes/Eva-Light-Italic-Bold.json @@ -166,6 +166,7 @@ "editorOverviewRuler.wordHighlightTextForeground": "#00BEC4AD", "editorPane.background": "#EBEEF5", "editorRuler.foreground": "#B3B3B4", + "editorStickyScrollHover.background": "#E3E6ED", "editorSuggestWidget.background": "#F1F4FB", "editorSuggestWidget.border": "#CED1D7", "editorSuggestWidget.foreground": "#8E8E90", @@ -464,6 +465,7 @@ "terminalCommandDecoration.errorBackground": "#EC0000", "terminalCursor.background": "#FFF", "terminalCursor.foreground": "#FC8357", + "terminalStickyScrollHover.background": "#E3E6ED", "textBlockQuote.background": "#e0e3e9", "textBlockQuote.border": "#598DEF", "textCodeBlock.background": "#E5E8EF", @@ -727,7 +729,7 @@ //#C838C6 italic bold { "name": "instanceof | Keyword Control,Using | Constant | 语言常量,包含 true false null undefined等 | void | loop | ", - "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,", + "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,meta.attribute.unrecognized.v-else entity.other.attribute-name,meta.attribute.unrecognized.v-if entity.other.attribute-name,meta.attribute.unrecognized.v-else-if entity.other.attribute-name,meta.attribute.unrecognized.v-for entity.other.attribute-name,", "settings": { "fontStyle": "italic bold", "foreground": "#C838C6" diff --git a/themes/Eva-Light-Italic.json b/themes/Eva-Light-Italic.json index e327c3c..e7d7393 100755 --- a/themes/Eva-Light-Italic.json +++ b/themes/Eva-Light-Italic.json @@ -166,6 +166,7 @@ "editorOverviewRuler.wordHighlightTextForeground": "#00BEC4AD", "editorPane.background": "#EBEEF5", "editorRuler.foreground": "#B3B3B4", + "editorStickyScrollHover.background": "#E3E6ED", "editorSuggestWidget.background": "#F1F4FB", "editorSuggestWidget.border": "#CED1D7", "editorSuggestWidget.foreground": "#8E8E90", @@ -464,6 +465,7 @@ "terminalCommandDecoration.errorBackground": "#EC0000", "terminalCursor.background": "#FFF", "terminalCursor.foreground": "#FC8357", + "terminalStickyScrollHover.background": "#E3E6ED", "textBlockQuote.background": "#e0e3e9", "textBlockQuote.border": "#598DEF", "textCodeBlock.background": "#E5E8EF", @@ -727,7 +729,7 @@ //#C838C6 italic { "name": "instanceof | Keyword Control,Using | Constant | 语言常量,包含 true false null undefined等 | void | loop | ", - "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,", + "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,meta.attribute.unrecognized.v-else entity.other.attribute-name,meta.attribute.unrecognized.v-if entity.other.attribute-name,meta.attribute.unrecognized.v-else-if entity.other.attribute-name,meta.attribute.unrecognized.v-for entity.other.attribute-name,", "settings": { "fontStyle": "italic", "foreground": "#C838C6" diff --git a/themes/Eva-Light.json b/themes/Eva-Light.json index 2ce2558..b5d30ba 100755 --- a/themes/Eva-Light.json +++ b/themes/Eva-Light.json @@ -166,6 +166,7 @@ "editorOverviewRuler.wordHighlightTextForeground": "#00BEC4AD", "editorPane.background": "#EBEEF5", "editorRuler.foreground": "#B3B3B4", + "editorStickyScrollHover.background": "#E3E6ED", "editorSuggestWidget.background": "#F1F4FB", "editorSuggestWidget.border": "#CED1D7", "editorSuggestWidget.foreground": "#8E8E90", @@ -464,6 +465,7 @@ "terminalCommandDecoration.errorBackground": "#EC0000", "terminalCursor.background": "#FFF", "terminalCursor.foreground": "#FC8357", + "terminalStickyScrollHover.background": "#E3E6ED", "textBlockQuote.background": "#e0e3e9", "textBlockQuote.border": "#598DEF", "textCodeBlock.background": "#E5E8EF", @@ -727,7 +729,7 @@ //#C838C6 normal (In bold : #C838C6 bold, In Italic : #C838C6 Italic) { "name": "instanceof | Keyword Control,Using | Constant | 语言常量,包含 true false null undefined等 | void | loop | ", - "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,", + "scope": "keyword.operator.expression.instanceof,keyword.operator.instanceof,keyword.operator.expression.in,keyword.operator.expression.of,keyword.control,keyword.other.using,keyword.preprocessor.elif,keyword.preprocessor.if,keyword.preprocessor.else,keyword.preprocessor.endif,keyword.control.directive,punctuation.separator.hash,keyword.package,keyword.control.flow,keyword.input,keyword.type.graphql,keyword.cmake,keyword.control.rust,keyword.other.rust,keyword.control.default,keyword.control.export,keyword.other.forall,keyword.other.deriving,keyword.other.qualified,keyword.other.hiding,keyword.other.in,constant.language,constant.language.boolean,keyword.operator.expression.void,keyword.control.loop,keyword.control.ref.latex,keyword.operator.relation.in,storage.type.primitive.dart,keyword.query,keyword.other.is,keyword.control.as,keyword.operator.expression.pattern,keyword.operator.expression.query,keyword.operator.expression.as,keyword.operator.expression.with,storage.modifier.where,keyword.operator.expression.is,meta.attribute.unrecognized.wx:if.html entity.other.attribute-name,meta.attribute.unrecognized.wx:for.html entity.other.attribute-name,meta.attribute.unrecognized.wx:elif.html entity.other.attribute-name,meta.attribute.unrecognized.wx:else.html entity.other.attribute-name,keyword.control.preamble.latex,support.function.general.tex,meta.attribute.unrecognized.v-else entity.other.attribute-name,meta.attribute.unrecognized.v-if entity.other.attribute-name,meta.attribute.unrecognized.v-else-if entity.other.attribute-name,meta.attribute.unrecognized.v-for entity.other.attribute-name,", "settings": { "fontStyle": "", "foreground": "#C838C6"