From 49fd065aa1f07e424ae9f972beb22d2bf40af463 Mon Sep 17 00:00:00 2001 From: GulajavaMinistudio Date: Mon, 28 Mar 2022 16:31:57 +0700 Subject: [PATCH] Fix some coloring and add new icon theme --- CHANGELOG.md | 6 + icons/file_type_csv.svg | 8 + icons/file_type_jupyter.svg | 25 ++ icons/file_type_psm.svg | 68 ++++ icons/file_type_svelte.svg | 8 + icons/file_type_wasm.svg | 9 + mayukai-ayu-icons.json | 351 ++++++++++-------- package.json | 4 +- themes/Mayukai-alucard-color-theme.json | 6 +- themes/Mayukai-darker-color-theme.json | 6 +- .../Mayukai-mirage-color-theme-semantic.json | 5 +- themes/Mayukai-mirage-darker-color-theme.json | 6 +- .../Mayukai-mirage-gruvbox-color-theme.json | 6 +- themes/Mayukai-mono-color-theme.json | 6 +- themes/Mayukai-reversal-color-theme.json | 6 +- themes/Mayukai-sunset-color-theme.json | 6 +- 16 files changed, 348 insertions(+), 178 deletions(-) create mode 100644 icons/file_type_csv.svg create mode 100644 icons/file_type_jupyter.svg create mode 100644 icons/file_type_psm.svg create mode 100644 icons/file_type_svelte.svg create mode 100644 icons/file_type_wasm.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 09c38cf..47e15a2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Unreleased feature and bug fix will show in here. +## [3.1.1 - 29032022] + +- Fix error indicator on file inside sidebar. +- Adjust "untracked Git file" color on sidebar. +- Maintenance update and updating Readme file. + ## [3.1.0 - 13122021] - Fix variable and type coloring in Mayukai Reversal, Mayukai Semantic Mirage, and Mayukai Sunset. diff --git a/icons/file_type_csv.svg b/icons/file_type_csv.svg new file mode 100644 index 0000000..e4ac063 --- /dev/null +++ b/icons/file_type_csv.svg @@ -0,0 +1,8 @@ + + + file_type_csv + + + + + \ No newline at end of file diff --git a/icons/file_type_jupyter.svg b/icons/file_type_jupyter.svg new file mode 100644 index 0000000..b4ea2b1 --- /dev/null +++ b/icons/file_type_jupyter.svg @@ -0,0 +1,25 @@ + + + file_type_jupyter + + + + \ No newline at end of file diff --git a/icons/file_type_psm.svg b/icons/file_type_psm.svg new file mode 100644 index 0000000..5348d9e --- /dev/null +++ b/icons/file_type_psm.svg @@ -0,0 +1,68 @@ + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/icons/file_type_svelte.svg b/icons/file_type_svelte.svg new file mode 100644 index 0000000..0f02874 --- /dev/null +++ b/icons/file_type_svelte.svg @@ -0,0 +1,8 @@ + + + file_type_svelte + + + + + diff --git a/icons/file_type_wasm.svg b/icons/file_type_wasm.svg new file mode 100644 index 0000000..836f893 --- /dev/null +++ b/icons/file_type_wasm.svg @@ -0,0 +1,9 @@ + + + file_type_wasm + + + + + + diff --git a/mayukai-ayu-icons.json b/mayukai-ayu-icons.json index 01b1d28..d6d7f79 100644 --- a/mayukai-ayu-icons.json +++ b/mayukai-ayu-icons.json @@ -3,27 +3,27 @@ "_file": { "iconPath": "./icons/file_type_default.svg" }, - "_folder_light": { - "iconPath": "./icons/folder_light@2x.png" - }, - "_folder_open_light": { - "iconPath": "./icons/folder_opened_light@2x.png" - }, "_folder_dark": { "iconPath": "./icons/folder_dark@2x.png" }, + "_folder_light": { + "iconPath": "./icons/folder_light@2x.png" + }, "_folder_open_dark": { "iconPath": "./icons/folder_opened_dark@2x.png" }, + "_folder_open_light": { + "iconPath": "./icons/folder_opened_light@2x.png" + }, "actionscript": { "iconPath": "./icons/file_type_actionscript@2x.png" }, - "angular": { - "iconPath": "./icons/file_type_angular.svg" - }, "ai": { "iconPath": "./icons/file_type_ai@2x.png" }, + "angular": { + "iconPath": "./icons/file_type_angular.svg" + }, "apache": { "iconPath": "./icons/file_type_apache@2x.png" }, @@ -45,9 +45,6 @@ "bower": { "iconPath": "./icons/file_type_bower@2x.png" }, - "cpp": { - "iconPath": "./icons/file_type_cpp.svg" - }, "c": { "iconPath": "./icons/file_type_c.svg" }, @@ -63,12 +60,18 @@ "coffeescript": { "iconPath": "./icons/file_type_coffeescript@2x.png" }, + "cpp": { + "iconPath": "./icons/file_type_cpp.svg" + }, "csharp": { "iconPath": "./icons/file_type_csharp.svg" }, "css": { "iconPath": "./icons/file_type_css.svg" }, + "csv": { + "iconPath": "./icons/file_type_csv.svg" + }, "dart": { "iconPath": "./icons/file_type_dart@2x.png" }, @@ -81,9 +84,15 @@ "elm": { "iconPath": "./icons/file_type_elm@2x.png" }, + "erb": { + "iconPath": "./icons/file_type_html@2x.png" + }, "erlang": { "iconPath": "./icons/file_type_erlang@2x.png" }, + "eslint": { + "iconPath": "./icons/file_type_eslint@2x.png" + }, "ex": { "iconPath": "./icons/file_type_ex@2x.png" }, @@ -135,9 +144,15 @@ "java": { "iconPath": "./icons/file_type_java@2x.png" }, + "jest": { + "iconPath": "./icons/file_type_jest@2x.png" + }, "js": { "iconPath": "./icons/file_type_js.svg" }, + "json": { + "iconPath": "./icons/file_type_json.svg" + }, "jsp": { "iconPath": "./icons/file_type_jsp@2x.png" }, @@ -147,6 +162,9 @@ "julia": { "iconPath": "./icons/file_type_julia@2x.png" }, + "jupyter": { + "iconPath": "./icons/file_type_jupyter.svg" + }, "less": { "iconPath": "./icons/file_type_less@2x.png" }, @@ -174,15 +192,12 @@ "matlab": { "iconPath": "./icons/file_type_matlab@2x.png" }, + "mjs": { + "iconPath": "./icons/file_type_js.svg" + }, "mustache": { "iconPath": "./icons/file_type_mustache@2x.png" }, - "jest": { - "iconPath": "./icons/file_type_jest@2x.png" - }, - "json": { - "iconPath": "./icons/file_type_json.svg" - }, "node": { "iconPath": "./icons/file_type_node@2x.png" }, @@ -207,6 +222,9 @@ "psd": { "iconPath": "./icons/file_type_psd@2x.png" }, + "psm": { + "iconPath": "./icons/file_type_psm.svg" + }, "pug": { "iconPath": "./icons/file_type_pug@2x.png" }, @@ -226,7 +244,10 @@ "iconPath": "./icons/file_type_react@2x.png" }, "reasonml": { - "iconPath": "./icons/file_type_jest@2x.png" + "iconPath": "./icons/file_type_reasonml@2x.png" + }, + "rollup": { + "iconPath": "./icons/file_type_rollup.svg" }, "ruby": { "iconPath": "./icons/file_type_ruby.svg" @@ -249,6 +270,9 @@ "shell": { "iconPath": "./icons/file_type_shell.svg" }, + "sketch": { + "iconPath": "./icons/file_type_sketch.svg" + }, "slim": { "iconPath": "./icons/file_type_slim@2x.png" }, @@ -258,15 +282,15 @@ "source": { "iconPath": "./icons/file_type_source.svg" }, - "sketch": { - "iconPath": "./icons/file_type_sketch.svg" - }, "sql": { "iconPath": "./icons/file_type_sql@2x.png" }, "stylus": { "iconPath": "./icons/file_type_stylus@2x.png" }, + "svelte": { + "iconPath": "./icons/file_type_svelte.svg" + }, "swift": { "iconPath": "./icons/file_type_swift.svg" }, @@ -297,23 +321,20 @@ "vue": { "iconPath": "./icons/file_type_vue.svg" }, - "yaml": { - "iconPath": "./icons/file_type_yaml.svg" + "wasm": { + "iconPath": "./icons/file_type_wasm.svg" }, - "zip": { - "iconPath": "./icons/file_type_archive@2x.png" + "webpack": { + "iconPath": "./icons/file_type_webpack@2x.png" }, - "eslint": { - "iconPath": "./icons/file_type_eslint@2x.png" + "yaml": { + "iconPath": "./icons/file_type_yaml.svg" }, "yarn": { "iconPath": "./icons/file_type_yarn@2x.png" }, - "webpack": { - "iconPath": "./icons/file_type_webpack@2x.png" - }, - "rollup": { - "iconPath": "./icons/file_type_rollup.svg" + "zip": { + "iconPath": "./icons/file_type_archive@2x.png" } }, "file": "_file", @@ -324,141 +345,140 @@ "folder": "_folder_light" }, "fileExtensions": { - "as": "actionscript", + "7z": "archive", + "a": "binary", "ai": "ai", "angular": "angular", - "htaccess": "apache", - "htpasswd": "apache", "app": "applescript", - "bin": "binary", - "o": "binary", - "a": "binary", - "exe": "binary", - "obj": "binary", - "lib": "binary", - "dll": "binary", - "so": "binary", - "pyc": "binary", - "pyd": "binary", - "pyo": "binary", - "n": "binary", - "ndll": "binary", - "pdb": "binary", - "cmo": "binary", - "cmx": "binary", - "cma": "binary", - "cmxa": "binary", - "cmi": "binary", + "as": "actionscript", "bak": "bookmark", + "bash": "shell", + "bat": "shell", + "bil": "lisp", + "bin": "binary", + "blade.php": "blade", + "bmp": "image", "bowerrc": "bower", - "cpp": "cpp", - "hpp": "cpp", - "cc": "cpp", - "cxx": "cpp", + "bz2": "archive", + "bzip2": "archive", "c": "c", - "h": "c", - "cfm": "cfm", + "cc": "cpp", "cfc": "cfc", - "lucee": "cfm", - "clojure": "clojure", + "cfm": "cfm", "cjm": "clojure", "clj": "clojure", - "cljs": "clojure", "cljc": "clojure", - "edn": "clojure", + "cljs": "clojure", + "clojure": "clojure", + "cma": "binary", + "cmd": "shell", + "cmi": "binary", + "cmo": "binary", + "cmx": "binary", + "cmxa": "binary", "coffee": "coffeescript", + "cpp": "cpp", "cs": "csharp", "css": "css", + "csv": "csv", + "cxx": "cpp", + "d": "dlang", "dart": "dart", - "pas": "delphi", "dfm": "delphi", - "dpr": "delphi", - "d": "dlang", + "dll": "binary", "dockerignore": "docker", - "ex": "ex", - "exs": "ex", + "dpr": "delphi", + "edn": "clojure", "eex": "ex", - "woff": "font", - "woff2": "font", - "ttf": "font", - "otf": "font", - "eot": "font", "elm": "elm", - "pfa": "font", - "pfb": "font", - "sfd": "font", + "enc": "license", + "eot": "font", + "epp": "puppet", + "erb": "html", + "ex": "ex", + "exe": "binary", + "exs": "ex", + "fig": "matlab", + "fish": "fish", + "gemspec": "ruby", + "gf": "haskell", + "gif": "image", "gitattributes": "git", "gitignore": "git", - "gitmodules": "git", "gitkeep": "git", + "gitmodules": "git", "go": "go", - "gradle": "gradle", - "groovy": "groovy", "gql": "gql", + "gradle": "gradle", "graphql": "gql", + "groovy": "groovy", + "gz": "archive", + "h": "c", "haml": "haml", "has": "haskell", + "hpp": "cpp", "hs": "haskell", - "lhs": "haskell", - "lit": "haskell", - "gf": "haskell", + "htaccess": "apache", + "htm": "html", + "html": "html", + "htpasswd": "apache", "hx": "haxe", "hxml": "haxe", "hxproj": "haxe", - "htm": "html", - "html": "html", - "jpeg": "image", - "jpg": "image", - "gif": "image", - "png": "image", - "bmp": "image", "ico": "image", + "ipynb": "jupyter", "jade": "pug", - "pug": "pug", "jade-lintrc": "pug", - "pug-lintrc": "pug", "java": "java", - "snap": "jest", - "julia": "julia", + "jl": "julia", + "jpeg": "image", + "jpg": "image", "js": "js", + "json": "json", "jsp": "jsp", + "jsx": "jsx", + "julia": "julia", "less": "less", - "enc": "license", - "bil": "lisp", + "lhs": "haskell", + "lib": "binary", "list": "list", + "lit": "haskell", "lsl": "lsl", "lua": "lua", - "md": "markdown", + "lucee": "cfm", "markdown": "markdown", - "fig": "matlab", "mat": "matlab", + "md": "markdown", + "merlin": "ocaml", "mex": "matlab", "mexn": "matlab", "mexrs6": "matlab", + "mjs": "mjs", + "ml": "ocaml", + "mli": "ocaml", + "mll": "ocaml", + "mly": "ocaml", "mn": "matlab", + "mst": "mustache", "mum": "matlab", + "mustache": "mustache", "mx": "matlab", "mx3": "matlab", - "rwd": "matlab", - "slx": "matlab", - "slddc": "matlab", - "smv": "matlab", - "tikz": "matlab", - "xvc": "matlab", - "mustache": "mustache", - "mst": "mustache", - "json": "json", - "webmanifest": "node", - "nvmrc": "node", + "n": "binary", + "ndll": "binary", "npmignore": "npm", - "ml": "ocaml", - "mll": "ocaml", - "mli": "ocaml", - "mly": "ocaml", + "nvmrc": "node", + "o": "binary", + "obj": "binary", "ocamlmakefile": "ocaml", - "merlin": "ocaml", + "otf": "font", + "pas": "delphi", + "pdb": "binary", + "pdf": "pdf", "perl": "perl", - "psd": "psd", + "pfa": "font", + "pfb": "font", + "phar": "php", "php": "php", "php1": "php", "php2": "php", @@ -470,91 +490,100 @@ "phpsa": "php", "phpt": "php", "phtml": "php", - "phar": "php", + "png": "image", "procfile": "procfile", - "epp": "puppet", + "psd": "psd", + "pug": "pug", + "pug-lintrc": "pug", "py": "python", + "pyc": "binary", + "pyd": "binary", + "pyo": "binary", "pyw": "python", + "qtpl": "source", "r": "R", - "jsx": "jsx", - "rt": "react", - "re": "reasonml", - "tsx": "typescript", + "rar": "archive", "rb": "ruby", - "gemspec": "ruby", + "re": "reasonml", "rs": "rust", + "rt": "react", + "rwd": "matlab", "sass": "sass", "scala": "scala", "scss": "scss", - "bat": "shell", + "sfd": "font", "sh": "shell", "sketch": "sketch", - "cmd": "shell", - "bash": "shell", - "zsh": "shell", - "fish": "fish", + "slddc": "matlab", + "slx": "matlab", + "smv": "matlab", + "snap": "jest", + "so": "binary", "sql": "sql", "sqlite": "sql", "styl": "stylus", + "svelte": "svelte", "svg": "image", "swift": "swift", + "tar": "archive", "tcl": "tcl", - "texi": "tex", "tex": "tex", - "txt": "text", - "twig": "twig", + "texi": "tex", + "tikz": "matlab", "ts": "typescript", + "tsx": "typescript", + "ttf": "font", + "twig": "twig", + "txt": "text", "vue": "vue", - "yml": "yaml", + "wasm": "wasm", + "wat": "wasm", + "webmanifest": "node", + "woff": "font", + "woff2": "font", + "xvc": "matlab", + "xz": "archive", "yaml": "yaml", + "yml": "yaml", "zip": "archive", - "rar": "archive", - "7z": "archive", - "tar": "archive", - "gz": "archive", - "bzip2": "archive", - "xz": "archive", - "bz2": "archive", - "blade.php": "blade", - "qtpl": "source", - "pdf": "pdf" + "zsh": "shell" }, "fileNames": { ".babelrc": "babel", - "bower.json": "bower", - "gemfile": "settings", - "gemfile.lock": "bundler", - "makefile": "settings", - "dockerfile": "docker", - "dockerignore": "docker", - "docker-compose.yml": "docker", ".eslintrc": "eslint", ".eslintrc.js": "eslint", ".eslintrc.json": "eslint", ".eslintrc.yaml": "eslint", ".eslintrc.yml": "eslint", + ".jade-lint.json": "pug", + ".nvmrc": "settings", + ".pug-lintrc.js": "pug", + ".pug-lintrc.json": "pug", + ".travis.yml": "settings", + "bower.json": "bower", + "checkstyle.json": "haxe", + "docker-compose.yml": "docker", + "dockerfile": "docker", + "dockerignore": "docker", "favicon.ico": "favicon", + "gemfile": "settings", + "gemfile.lock": "bundler", "gruntfile.js": "gruntfile", "gulpfile.js": "gulpfile", "haxelib.json": "haxe", - "checkstyle.json": "haxe", - "ionic.project": "settings", "ionic.config.json": "settings", - ".jade-lint.json": "pug", - ".pug-lintrc.js": "pug", - ".pug-lintrc.json": "pug", + "ionic.project": "settings", "license": "license", "license.md": "license", + "makefile": "settings", "package.json": "npm", - ".travis.yml": "settings", - ".nvmrc": "settings", - "vagrantfile": "settings", - "yarn.lock": "yarn", "Procfile": "procfile", - "webpack.config.js": "webpack", + "rollup.config.js": "rollup", + "vagrantfile": "settings", "webpack.config.babel.js": "webpack", - "rollup.config.js": "rollup" + "webpack.config.js": "webpack", + "yarn.lock": "yarn" }, - "hidesExplorerArrows": false, + "hidesExplorerArrows": true, "languageIds": {} } \ No newline at end of file diff --git a/package.json b/package.json index 96e2142..1c52569 100755 --- a/package.json +++ b/package.json @@ -6,10 +6,10 @@ }, "publisher": "GulajavaMinistudio", "description": "Dark theme based on mixing swatch of Ayu Theme, Andromeda Theme, Monokai, Material Colors, Original Gruvbox Darktooth Colors, and Dracula Colors.", - "version": "3.1.0", + "version": "3.1.1", "icon": "color-guide-mayukai.png", "engines": { - "vscode": "^1.62.0" + "vscode": "^1.64.0" }, "license": "MIT", "categories": [ diff --git a/themes/Mayukai-alucard-color-theme.json b/themes/Mayukai-alucard-color-theme.json index 87bca52..c642db8 100755 --- a/themes/Mayukai-alucard-color-theme.json +++ b/themes/Mayukai-alucard-color-theme.json @@ -4,6 +4,7 @@ "colors": { "focusBorder": "#505867", "foreground": "#707a8c", + "errorForeground": "#ff6666", "widget.shadow": "#141925", "selection.background": "#4e545f", "textBlockQuote.background": "#232834", @@ -37,7 +38,6 @@ "list.activeSelectionBackground": "#191e2a", "list.activeSelectionForeground": "#ffb454", "list.focusBackground": "#191e2a", - "quickInput.list.focusBackground": "#191e2a", "list.focusForeground": "#ffcc66", "list.highlightForeground": "#ffcc66", "list.hoverBackground": "#3d424d66", @@ -45,6 +45,8 @@ "list.inactiveSelectionBackground": "#3d424d66", "list.inactiveSelectionForeground": "#ffb454", "list.invalidItemForeground": "#586070", + "list.errorForeground": "#ff6666", + "quickInputList.focusBackground": "#191e2a", "activityBar.background": "#0d131f", "activityBar.foreground": "#b3b1ad", "activityBar.border": "#0d131f", @@ -165,7 +167,7 @@ "walkThrough.embeddedEditorBackground": "#232834", "gitDecoration.modifiedResourceForeground": "#a6cc70", "gitDecoration.deletedResourceForeground": "#f27983b3", - "gitDecoration.untrackedResourceForeground": "#d96c75", + "gitDecoration.untrackedResourceForeground": "#ed9366", "gitDecoration.ignoredResourceForeground": "#484f5e", "gitDecoration.conflictingResourceForeground": "#ed8274", "gitDecoration.submoduleResourceForeground": "#d4bfffb3", diff --git a/themes/Mayukai-darker-color-theme.json b/themes/Mayukai-darker-color-theme.json index 948d01d..c9ada32 100755 --- a/themes/Mayukai-darker-color-theme.json +++ b/themes/Mayukai-darker-color-theme.json @@ -4,6 +4,7 @@ "colors": { "focusBorder": "#292d36", "foreground": "#3d424d", + "errorForeground": "#d95757", "widget.shadow": "#00010a", "selection.background": "#4e545f", "textBlockQuote.background": "#0d1016", @@ -37,7 +38,6 @@ "list.activeSelectionBackground": "#191e2a", "list.activeSelectionForeground": "#ffb454", "list.focusBackground": "#01060e", - "quickInput.list.focusBackground": "#01060e", "list.focusForeground": "#ffcc66", "list.highlightForeground": "#e6b450", "list.hoverBackground": "#3d424d66", @@ -45,6 +45,8 @@ "list.inactiveSelectionBackground": "#3d424d66", "list.inactiveSelectionForeground": "#ffb454", "list.invalidItemForeground": "#2e323c", + "list.errorForeground": "#d95757", + "quickInputList.focusBackground": "#01060e", "activityBar.background": "#00010a", "activityBar.foreground": "#b3b1ad", "activityBar.border": "#00010a", @@ -165,7 +167,7 @@ "walkThrough.embeddedEditorBackground": "#0d1016", "gitDecoration.modifiedResourceForeground": "#a6cc70", "gitDecoration.deletedResourceForeground": "#d96c75b3", - "gitDecoration.untrackedResourceForeground": "#d96c75", + "gitDecoration.untrackedResourceForeground": "#f29668", "gitDecoration.ignoredResourceForeground": "#242831", "gitDecoration.conflictingResourceForeground": "#d96c75", "gitDecoration.submoduleResourceForeground": "#ffee99b3", diff --git a/themes/Mayukai-mirage-color-theme-semantic.json b/themes/Mayukai-mirage-color-theme-semantic.json index d425c02..c6bb7ce 100755 --- a/themes/Mayukai-mirage-color-theme-semantic.json +++ b/themes/Mayukai-mirage-color-theme-semantic.json @@ -4,6 +4,7 @@ "colors": { "focusBorder": "#505867", "foreground": "#707a8c", + "errorForeground": "#ff6666", "widget.shadow": "#141925", "selection.background": "#4e545f", "textBlockQuote.background": "#232834", @@ -45,6 +46,8 @@ "list.inactiveSelectionBackground": "#3d424d66", "list.inactiveSelectionForeground": "#ffb454", "list.invalidItemForeground": "#586070", + "list.errorForeground": "#ff6666", + "quickInputList.focusBackground": "#191e2a", "activityBar.background": "#0d131f", "activityBar.foreground": "#b3b1ad", "activityBar.border": "#0d131f", @@ -165,7 +168,7 @@ "walkThrough.embeddedEditorBackground": "#232834", "gitDecoration.modifiedResourceForeground": "#a6cc70", "gitDecoration.deletedResourceForeground": "#f27983b3", - "gitDecoration.untrackedResourceForeground": "#d96c75", + "gitDecoration.untrackedResourceForeground": "#ed9366", "gitDecoration.ignoredResourceForeground": "#484f5e", "gitDecoration.conflictingResourceForeground": "#ed8274", "gitDecoration.submoduleResourceForeground": "#d4bfffb3", diff --git a/themes/Mayukai-mirage-darker-color-theme.json b/themes/Mayukai-mirage-darker-color-theme.json index 8500796..37d1aac 100755 --- a/themes/Mayukai-mirage-darker-color-theme.json +++ b/themes/Mayukai-mirage-darker-color-theme.json @@ -4,6 +4,7 @@ "colors": { "focusBorder": "#505867", "foreground": "#707a8c", + "errorForeground": "#ff6666", "widget.shadow": "#141925", "selection.background": "#4e545f", "textBlockQuote.background": "#232834", @@ -37,7 +38,6 @@ "list.activeSelectionBackground": "#191e2a", "list.activeSelectionForeground": "#ffb454", "list.focusBackground": "#191e2a", - "quickInput.list.focusBackground": "#191e2a", "list.focusForeground": "#ffcc66", "list.highlightForeground": "#ffcc66", "list.hoverBackground": "#3d424d66", @@ -45,6 +45,8 @@ "list.inactiveSelectionBackground": "#3d424d66", "list.inactiveSelectionForeground": "#ffb454", "list.invalidItemForeground": "#586070", + "list.errorForeground": "#ff6666", + "quickInputList.focusBackground": "#191e2a", "activityBar.background": "#0d131f", "activityBar.foreground": "#b3b1ad", "activityBar.border": "#0d131f", @@ -165,7 +167,7 @@ "walkThrough.embeddedEditorBackground": "#232834", "gitDecoration.modifiedResourceForeground": "#a6cc70", "gitDecoration.deletedResourceForeground": "#f27983b3", - "gitDecoration.untrackedResourceForeground": "#d96c75", + "gitDecoration.untrackedResourceForeground": "#ed9366", "gitDecoration.ignoredResourceForeground": "#484f5e", "gitDecoration.conflictingResourceForeground": "#ed8274", "gitDecoration.submoduleResourceForeground": "#d4bfffb3", diff --git a/themes/Mayukai-mirage-gruvbox-color-theme.json b/themes/Mayukai-mirage-gruvbox-color-theme.json index ced356a..7bcae85 100755 --- a/themes/Mayukai-mirage-gruvbox-color-theme.json +++ b/themes/Mayukai-mirage-gruvbox-color-theme.json @@ -4,6 +4,7 @@ "colors": { "focusBorder": "#bdae93", "foreground": "#ebdbb2", + "errorForeground": "#fb4934", "widget.shadow": "#504945", "selection.background": "#867c5e", "textBlockQuote.background": "#232834", @@ -38,7 +39,6 @@ "list.activeSelectionBackground": "#282828", "list.activeSelectionForeground": "#fabd2f", "list.focusBackground": "#3c3836", - "quickInput.list.focusBackground": "#3c3836", "list.focusForeground": "#fabd2f", "list.highlightForeground": "#fabd2f", "list.hoverBackground": "#3d424d66", @@ -46,6 +46,8 @@ "list.inactiveSelectionBackground": "#3d424d66", "list.inactiveSelectionForeground": "#d79921", "list.invalidItemForeground": "#586070", + "list.errorForeground": "#fb4934", + "quickInputList.focusBackground": "#3c3836", "activityBar.background": "#1d2021", "activityBar.foreground": "#ebdbb2", "activityBar.border": "#1d2021", @@ -166,7 +168,7 @@ "walkThrough.embeddedEditorBackground": "#282828", "gitDecoration.modifiedResourceForeground": "#8ec07c", "gitDecoration.deletedResourceForeground": "#b16286", - "gitDecoration.untrackedResourceForeground": "#fb4934", + "gitDecoration.untrackedResourceForeground": "#d79921", "gitDecoration.ignoredResourceForeground": "#484f5e", "gitDecoration.conflictingResourceForeground": "#b16286", "gitDecoration.submoduleResourceForeground": "#d3869b", diff --git a/themes/Mayukai-mono-color-theme.json b/themes/Mayukai-mono-color-theme.json index f4c717b..1cfe9f4 100755 --- a/themes/Mayukai-mono-color-theme.json +++ b/themes/Mayukai-mono-color-theme.json @@ -4,6 +4,7 @@ "colors": { "focusBorder": "#505867", "foreground": "#707a8c", + "errorForeground": "#ff6666", "widget.shadow": "#141925", "selection.background": "#4e545f", "textBlockQuote.background": "#232834", @@ -37,7 +38,6 @@ "list.activeSelectionBackground": "#191e2a", "list.activeSelectionForeground": "#ffb454", "list.focusBackground": "#191e2a", - "quickInput.list.focusBackground": "#191e2a", "list.focusForeground": "#ffcc66", "list.highlightForeground": "#ffcc66", "list.hoverBackground": "#3d424d66", @@ -45,6 +45,8 @@ "list.inactiveSelectionBackground": "#3d424d66", "list.inactiveSelectionForeground": "#ffb454", "list.invalidItemForeground": "#586070", + "list.errorForeground": "#ff6666", + "quickInputList.focusBackground": "#191e2a", "activityBar.background": "#0d131f", "activityBar.foreground": "#b3b1ad", "activityBar.border": "#0d131f", @@ -165,7 +167,7 @@ "walkThrough.embeddedEditorBackground": "#232834", "gitDecoration.modifiedResourceForeground": "#a6cc70", "gitDecoration.deletedResourceForeground": "#f27983b3", - "gitDecoration.untrackedResourceForeground": "#d96c75", + "gitDecoration.untrackedResourceForeground": "#ed9366", "gitDecoration.ignoredResourceForeground": "#484f5e", "gitDecoration.conflictingResourceForeground": "#ed8274", "gitDecoration.submoduleResourceForeground": "#d4bfffb3", diff --git a/themes/Mayukai-reversal-color-theme.json b/themes/Mayukai-reversal-color-theme.json index 67735fb..f842ee8 100755 --- a/themes/Mayukai-reversal-color-theme.json +++ b/themes/Mayukai-reversal-color-theme.json @@ -4,6 +4,7 @@ "colors": { "focusBorder": "#505867", "foreground": "#707a8c", + "errorForeground": "#ff6666", "widget.shadow": "#141925", "selection.background": "#4e545f", "textBlockQuote.background": "#232834", @@ -37,7 +38,6 @@ "list.activeSelectionBackground": "#191e2a", "list.activeSelectionForeground": "#ffb454", "list.focusBackground": "#191e2a", - "quickInput.list.focusBackground": "#191e2a", "list.focusForeground": "#ffcc66", "list.highlightForeground": "#ffcc66", "list.hoverBackground": "#3d424d66", @@ -45,6 +45,8 @@ "list.inactiveSelectionBackground": "#3d424d66", "list.inactiveSelectionForeground": "#ffb454", "list.invalidItemForeground": "#586070", + "list.errorForeground": "#ff6666", + "quickInputList.focusBackground": "#191e2a", "activityBar.background": "#0d131f", "activityBar.foreground": "#b3b1ad", "activityBar.border": "#0d131f", @@ -165,7 +167,7 @@ "walkThrough.embeddedEditorBackground": "#232834", "gitDecoration.modifiedResourceForeground": "#a6cc70", "gitDecoration.deletedResourceForeground": "#f27983b3", - "gitDecoration.untrackedResourceForeground": "#d96c75", + "gitDecoration.untrackedResourceForeground": "#ed9366", "gitDecoration.ignoredResourceForeground": "#484f5e", "gitDecoration.conflictingResourceForeground": "#ed8274", "gitDecoration.submoduleResourceForeground": "#d4bfffb3", diff --git a/themes/Mayukai-sunset-color-theme.json b/themes/Mayukai-sunset-color-theme.json index 634a29b..ce43a24 100755 --- a/themes/Mayukai-sunset-color-theme.json +++ b/themes/Mayukai-sunset-color-theme.json @@ -4,6 +4,7 @@ "colors": { "focusBorder": "#505867", "foreground": "#707a8c", + "errorForeground": "#ff6666", "widget.shadow": "#141925", "selection.background": "#4e545f", "textBlockQuote.background": "#232834", @@ -37,7 +38,6 @@ "list.activeSelectionBackground": "#191e2a", "list.activeSelectionForeground": "#ffb454", "list.focusBackground": "#191e2a", - "quickInput.list.focusBackground": "#191e2a", "list.focusForeground": "#ffcc66", "list.highlightForeground": "#ffcc66", "list.hoverBackground": "#3d424d66", @@ -45,6 +45,8 @@ "list.inactiveSelectionBackground": "#3d424d66", "list.inactiveSelectionForeground": "#ffb454", "list.invalidItemForeground": "#586070", + "list.errorForeground": "#ff6666", + "quickInputList.focusBackground": "#191e2a", "activityBar.background": "#0d131f", "activityBar.foreground": "#b3b1ad", "activityBar.border": "#0d131f", @@ -165,7 +167,7 @@ "walkThrough.embeddedEditorBackground": "#232834", "gitDecoration.modifiedResourceForeground": "#a6cc70", "gitDecoration.deletedResourceForeground": "#f27983b3", - "gitDecoration.untrackedResourceForeground": "#d96c75", + "gitDecoration.untrackedResourceForeground": "#ed9366", "gitDecoration.ignoredResourceForeground": "#484f5e", "gitDecoration.conflictingResourceForeground": "#ed8274", "gitDecoration.submoduleResourceForeground": "#d4bfffb3",