From 6b8d62a8f5db75f676c1b7be6a5ca0b9f3420ea4 Mon Sep 17 00:00:00 2001 From: TriDiamond Date: Sat, 17 Apr 2021 21:10:17 +0800 Subject: [PATCH] Updated to version 0.1.1 --- CHANGELOG.md | 6 +++- themes/Aurora Future-color-theme.json | 50 ++++++++++++++++++++++++--- 2 files changed, 51 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3c17e..f425df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v0.1.1] - 2021-04-17 -- Updated debug console styles and colors. +- Changed `editor.dropBackground` to transparent purple. +- Added custom `debug console` styles and colors. +- Added custom `git` related styles and colors. +- Added custom `terminal` related styles and colors. +- Added custom `text-color` related styles and colors. ## [v0.1.0] - 2021-04-17 diff --git a/themes/Aurora Future-color-theme.json b/themes/Aurora Future-color-theme.json index 8040a54..c5d8dcc 100644 --- a/themes/Aurora Future-color-theme.json +++ b/themes/Aurora Future-color-theme.json @@ -15,6 +15,12 @@ "dropdown.border": "#1A1A1A", "dropdown.foreground": "#cccccc", + "textBlockQuote.background": "#1A1A1A", + "textBlockQuote.border": "#202020", + "textCodeBlock.background": "#1A1A1A", + "textLink.foreground": "#b079fc", + "textLink.activeForeground": "#bf95fa", + "editor.background": "#202020", "editor.foreground": "#cccccc", "editorLineNumber.foreground": "#313235", @@ -28,6 +34,7 @@ "editor.findMatchHighlightBackground": "#59396359", "editor.lineHighlightBackground": "#1D1D1D", "editor.hoverHighlightBackground": "#5939637a", + "editorLightBulb.foreground": "#da67da", "editorRuler.foreground": "#1A1A1A", "editorError.foreground": "#db4b4b", @@ -138,7 +145,7 @@ "editorGroup.border": "#181818", "editorGroup.emptyBackground": "#1A1A1A", "editorGroupHeader.tabsBackground": "#1A1A1A", - "editorGroup.dropBackground": "#1A1A1A", + "editorGroup.dropBackground": "#2f033b2d", "editorGroupHeader.noTabsBackground": "#1A1A1A", "editorGroupHeader.border": "#202020", @@ -161,9 +168,6 @@ "breadcrumb.foreground": "#58595e", "badge.background": "#893CF5", - "textLink.foreground": "#b079fc", - "textLink.activeForeground": "#bf95fa", - "textBlockQuote.background": "#202020", "button.background": "#893CF5", "button.foreground": "#e5d4fd", @@ -179,6 +183,21 @@ "gitlens.gutterUncommittedForegroundColor": "#4a454b", "gitlens.gutterForegroundColor": "#4a454b", + "merge.currentHeaderBackground": "#893cf5c4", + "merge.currentContentBackground": "#da67dabe", + "merge.incomingHeaderBackground": "#3d59a1aa", + "merge.incomingContentBackground": "#3d59a144", + + "gitDecoration.modifiedResourceForeground": "#893cf5", + "gitDecoration.ignoredResourceForeground": "#58595e", + "gitDecoration.deletedResourceForeground": "#da67da", + "gitDecoration.renamedResourceForeground": "#f1b45d", + "gitDecoration.addedResourceForeground": "#61d0ff", + "gitDecoration.untrackedResourceForeground": "#449dab", + "gitDecoration.conflictingResourceForeground": "#bb7a61", + "gitDecoration.stageDeletedResourceForeground": "#914c54", + "gitDecoration.stageModifiedResourceForeground": "#6183bb", + "notificationCenterHeader.background": "#202020", "notifications.background": "#202020", "notificationLink.foreground": "#893CF5", @@ -186,6 +205,29 @@ "notificationsWarningIcon.foreground": "#bba461", "notificationsInfoIcon.foreground": "#0da0ba", + "terminal.background": "#1A1A1A", + "terminal.border": "#181818", + "terminal.foreground": "#cccccc", + "terminal.ansiBlack": "#4a454b", + "terminal.ansiBlue": "#5a8fff", + "terminal.ansiBrightBlack": "#4a454b", + "terminal.ansiBrightBlue": "#5a8fff", + "terminal.ansiBrightCyan": "#893cf5", + "terminal.ansiBrightGreen": "#61d0ff", + "terminal.ansiBrightMagenta": "#da67da", + "terminal.ansiBrightRed": "#ff5874", + "terminal.ansiBrightWhite": "#e5d4fd", + "terminal.ansiBrightYellow": "#ffd191", + "terminal.ansiCyan": "#893cf5", + "terminal.ansiGreen": "#61d0ff", + "terminal.ansiMagenta": "#da67da", + "terminal.ansiRed": "#ff5874", + "terminal.ansiWhite": "#e5d4fd", + "terminal.ansiYellow": "#ffd191", + "terminal.selectionBackground": "#893cf4", + "terminalCursor.background": "#893cf4", + "terminalCursor.foreground": "#893cf4", + "debugConsole.infoForeground": "#4a454b", "debugConsole.errorForeground": "#bb616b", "debugConsole.sourceForeground": "#893CF5",