Skip to content

Commit

Permalink
merge pull request #100 from rose-pine/fix-gutter-diff-icons
Browse files Browse the repository at this point in the history
fix: improve gutter diff icon readability
  • Loading branch information
fvrests authored Sep 26, 2024
2 parents a21bb1c + 1bfbcde commit 06e6da7
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 8 deletions.
162 changes: 160 additions & 2 deletions themes/_pinecone-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"editorGroupHeader.tabsBorder": "$transparent",
"editorGutter.addedBackground": "$foam",
"editorGutter.background": "$base",
"editorGutter.commentRangeForeground": "$subtle",
"editorGutter.commentRangeForeground": "$overlay",
"editorGutter.deletedBackground": "$love",
"editorGutter.foldingControlForeground": "$iris",
"editorGutter.modifiedBackground": "$primary",
Expand Down Expand Up @@ -197,6 +197,8 @@
"editorOverviewRuler.background": "$base",
"editorOverviewRuler.border": "$highlightHigh",
"editorOverviewRuler.bracketMatchForeground": "$subtle",
"editorOverviewRuler.commentForeground": "$subtle/50",
"editorOverviewRuler.commentUnresolvedForeground": "$gold/50",
"editorOverviewRuler.commonContentForeground": "$highlightLow",
"editorOverviewRuler.currentContentForeground": "$highlightMed",
"editorOverviewRuler.deletedForeground": "$love/50",
Expand Down Expand Up @@ -598,50 +600,121 @@
* 4. Pick your favourite colour, eg. `$rose` and apply it :)
* 5. Once satisfied, move your updated propertie(s) above to match alphabetical order
*/
"actionBar.toggledBackground": "",
"activityBarItem.profilesBackground": "",
"activityBarItem.profilesForeground": "",
"activityBarItem.profilesHoverForeground": "",
"activityBarTop.activeBackground": "",
"activityBarTop.activeBorder": "",
"activityBarTop.background": "",
"activityBarTop.dropBorder": "",
"activityBarTop.foreground": "",
"activityBarTop.inactiveForeground": "",
"button.separator": "",
"chat.avatarBackground": "",
"chat.avatarForeground": "",
"chat.requestBackground": "",
"chat.requestBorder": "",
"chat.slashCommandBackground": "",
"chat.slashCommandForeground": "",
"checkbox.selectBackground": "",
"checkbox.selectBorder": "",
"commandCenter.activeBackground": "",
"commandCenter.activeBorder": "",
"commandCenter.activeForeground": "",
"commandCenter.background": "",
"commandCenter.border": "",
"commandCenter.debuggingBackground": "",
"commandCenter.foreground": "",
"commandCenter.inactiveBorder": "",
"commandCenter.inactiveForeground": "",
"commentsView.resolvedIcon": "",
"commentsView.unresolvedIcon": "",
"debugTokenExpression.type": "",
"diffEditor.move.border": "",
"diffEditor.moveActive.border": "",
"diffEditor.unchangedCodeBackground": "",
"diffEditor.unchangedRegionBackground": "",
"diffEditor.unchangedRegionForeground": "",
"diffEditor.unchangedRegionShadow": "",
"diffEditorGutter.insertedLineBackground": "",
"diffEditorGutter.removedLineBackground": "",
"disabledForeground": "",
"editor.findMatchForeground": "",
"editor.findMatchHighlightForeground": "",
"editor.foldPlaceholderForeground": "",
"editor.placeholder.foreground": "",
"editor.wordHighlightTextBackground": "",
"editor.wordHighlightTextBorder": "",
"editorActionList.background": "",
"editorActionList.focusBackground": "",
"editorActionList.focusForeground": "",
"editorActionList.foreground": "",
"editorBracketHighlight.unexpectedBracket.foreground": "",
"editorCommentsWidget.rangeActiveBackground": "",
"editorCommentsWidget.rangeActiveBorder": "",
"editorCommentsWidget.rangeBackground": "",
"editorCommentsWidget.rangeBorder": "",
"editorCommentsWidget.replyInputBackground": "",
"editorCommentsWidget.resolvedBorder": "",
"editorCommentsWidget.unresolvedBorder": "",
"editorGhostText.background": "",
"editorGroup.dropIntoPromptBackground": "",
"editorGroup.dropIntoPromptBorder": "",
"editorGroup.dropIntoPromptForeground": "",
"editorGutter.commentGlyphForeground": "",
"editorGutter.commentUnresolvedGlyphForeground": "",
"editorIndentGuide.activeBackground1": "",
"editorIndentGuide.activeBackground2": "",
"editorIndentGuide.activeBackground3": "",
"editorIndentGuide.activeBackground4": "",
"editorIndentGuide.activeBackground5": "",
"editorIndentGuide.activeBackground6": "",
"editorIndentGuide.background1": "",
"editorIndentGuide.background2": "",
"editorIndentGuide.background3": "",
"editorIndentGuide.background4": "",
"editorIndentGuide.background5": "",
"editorIndentGuide.background6": "",
"editorLightBulbAi.foreground": "",
"editorLineNumber.dimmedForeground": "",
"editorMarkerNavigationError.headerBackground": "",
"editorMarkerNavigationInfo.headerBackground": "",
"editorMarkerNavigationWarning.headerBackground": "",
"editorMultiCursor.primary.background": "",
"editorMultiCursor.primary.foreground": "",
"editorMultiCursor.secondary.background": "",
"editorMultiCursor.secondary.foreground": "",
"editorOverviewRuler.inlineChatInserted": "",
"editorOverviewRuler.inlineChatRemoved": "",
"editorOverviewRuler.wordHighlightTextForeground": "",
"editorStickyScroll.background": "",
"editorStickyScroll.border": "",
"editorStickyScroll.shadow": "",
"editorStickyScrollHover.background": "",
"editorSuggestWidgetStatus.foreground": "",
"editorUnicodeHighlight.background": "",
"editorUnicodeHighlight.border": "",
"editorWatermark.foreground": "",
"extensionButton.background": "",
"extensionButton.foreground": "",
"extensionButton.hoverBackground": "",
"extensionButton.separator": "",
"extensionIcon.sponsorForeground": "",
"inlineChat.background": "",
"inlineChat.border": "",
"inlineChat.foreground": "",
"inlineChat.shadow": "",
"inlineChatDiff.inserted": "",
"inlineChatDiff.removed": "",
"inlineChatInput.background": "",
"inlineChatInput.border": "",
"inlineChatInput.focusBorder": "",
"inlineChatInput.placeholderForeground": "",
"inputOption.hoverBackground": "",
"interactive.activeCodeBorder": "",
"interactive.inactiveCodeBorder": "",
"list.dropBetweenBackground": "",
"list.focusAndSelectionOutline": "",
"listFilterWidget.shadow": "",
"mergeEditor.change.background": "",
Expand All @@ -658,36 +731,121 @@
"mergeEditor.conflict.unhandledUnfocused.border": "",
"mergeEditor.conflictingLines.background": "",
"minimap.foregroundOpacity": "",
"minimap.infoHighlight": "",
"minimap.selectionOccurrenceHighlight": "",
"multiDiffEditor.background": "",
"multiDiffEditor.border": "",
"multiDiffEditor.headerBackground": "",
"notebook.editorBackground": "",
"notebook.outputContainerBorderColor": "",
"notebookEditorOverviewRuler.runningCellForeground": "",
"outputView.background": "",
"outputViewStickyScroll.background": "",
"panelStickyScroll.background": "",
"panelStickyScroll.border": "",
"panelStickyScroll.shadow": "",
"peekViewEditorStickyScroll.background": "",
"profileBadge.background": "",
"profileBadge.foreground": "",
"profiles.sashBorder": "",
"radio.activeBackground": "",
"radio.activeBorder": "",
"radio.activeForeground": "",
"radio.inactiveBackground": "",
"radio.inactiveBorder": "",
"radio.inactiveForeground": "",
"radio.inactiveHoverBackground": "",
"scm.historyItemAdditionsForeground": "",
"scm.historyItemDeletionsForeground": "",
"scm.historyItemSelectedStatisticsBorder": "",
"scm.historyItemStatisticsBorder": "",
"scmGraph.foreground1": "",
"scmGraph.foreground2": "",
"scmGraph.foreground3": "",
"scmGraph.historyItemGroupBase": "",
"scmGraph.historyItemGroupLocal": "",
"scmGraph.historyItemGroupRemote": "",
"scmGraph.historyItemHoverAdditionsForeground": "",
"scmGraph.historyItemHoverDeletionsForeground": "",
"scmGraph.historyItemHoverLabelForeground": "",
"search.resultsInfoForeground": "",
"settings.headerBorder": "",
"settings.sashBorder": "",
"settings.settingsHeaderHoverForeground": "",
"sideBarActivityBarTop.border": "",
"sideBarStickyScroll.background": "",
"sideBarStickyScroll.border": "",
"sideBarStickyScroll.shadow": "",
"sideBarTitle.background": "",
"sideBySideEditor.horizontalBorder": "",
"sideBySideEditor.verticalBorder": "",
"simpleFindWidget.sashBorder": "",
"statusBar.focusBorder": "",
"statusBarItem.compactHoverBackground": "",
"statusBarItem.errorHoverBackground": "",
"statusBarItem.errorHoverForeground": "",
"statusBarItem.focusBorder": "",
"statusBarItem.hoverForeground": "",
"statusBarItem.offlineBackground": "",
"statusBarItem.offlineForeground": "",
"statusBarItem.offlineHoverBackground": "",
"statusBarItem.offlineHoverForeground": "",
"statusBarItem.prominentHoverForeground": "",
"statusBarItem.remoteHoverBackground": "",
"statusBarItem.remoteHoverForeground": "",
"statusBarItem.settingsProfilesBackground": "",
"statusBarItem.settingsProfilesForeground": "",
"statusBarItem.warningBackground": "",
"statusBarItem.warningForeground": "",
"statusBarItem.warningHoverBackground": "",
"statusBarItem.warningHoverForeground": "",
"symbolIcon.booleanForeground": "",
"tab.dragAndDropBorder": "",
"tab.selectedBackground": "",
"tab.selectedBorderTop": "",
"tab.selectedForeground": "",
"terminal.findMatchBackground": "",
"terminal.findMatchBorder": "",
"terminal.findMatchHighlightBackground": "",
"terminal.findMatchHighlightBorder": "",
"terminal.hoverHighlightBackground": "",
"terminal.inactiveSelectionBackground": "",
"terminal.initialHintForeground": "",
"terminal.selectionForeground": "",
"terminalCommandDecoration.defaultBackground": "",
"terminalCommandDecoration.errorBackground": "",
"terminalCommandDecoration.successBackground": "",
"terminalCommandGuide.foreground": "",
"terminalOverviewRuler.border": "",
"terminalOverviewRuler.cursorForeground": "",
"terminalOverviewRuler.findMatchForeground": "",
"terminalStickyScroll.background": "",
"terminalStickyScroll.border": "",
"terminalStickyScrollHover.background": "",
"testing.coverCountBadgeBackground": "",
"testing.coverCountBadgeForeground": "",
"testing.coveredBackground": "",
"testing.coveredBorder": "",
"testing.coveredGutterBackground": "",
"testing.iconErrored.retired": "",
"testing.iconFailed.retired": "",
"testing.iconPassed.retired": "",
"testing.iconQueued.retired": "",
"testing.iconSkipped.retired": "",
"testing.iconUnset.retired": "",
"testing.messagePeekBorder": "",
"testing.messagePeekHeaderBackground": "",
"testing.uncoveredBackground": "",
"testing.uncoveredBorder": "",
"testing.uncoveredBranchBackground": "",
"testing.uncoveredGutterBackground": "",
"textPreformat.background": "",
"tree.inactiveIndentGuidesStroke": "",
"tree.tableOddRowsBackground": "",
"walkthrough.stepTitle.foreground": "",
"welcomePage.tileBorder": "",
"welcomePage.tileShadow": ""
"welcomePage.tileShadow": "",
"widget.border": ""
},
"tokenColors": [
{
Expand Down
4 changes: 3 additions & 1 deletion themes/rose-pine-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"editorGroupHeader.tabsBorder": "#0000",
"editorGutter.addedBackground": "#9ccfd8",
"editorGutter.background": "#191724",
"editorGutter.commentRangeForeground": "#908caa",
"editorGutter.commentRangeForeground": "#26233a",
"editorGutter.deletedBackground": "#eb6f92",
"editorGutter.foldingControlForeground": "#c4a7e7",
"editorGutter.modifiedBackground": "#ebbcba",
Expand Down Expand Up @@ -168,6 +168,8 @@
"editorOverviewRuler.background": "#191724",
"editorOverviewRuler.border": "#6e6a8666",
"editorOverviewRuler.bracketMatchForeground": "#908caa",
"editorOverviewRuler.commentForeground": "#908caa80",
"editorOverviewRuler.commentUnresolvedForeground": "#f6c17780",
"editorOverviewRuler.commonContentForeground": "#6e6a861a",
"editorOverviewRuler.currentContentForeground": "#6e6a8633",
"editorOverviewRuler.deletedForeground": "#eb6f9280",
Expand Down
4 changes: 3 additions & 1 deletion themes/rose-pine-dawn-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"editorGroupHeader.tabsBorder": "#0000",
"editorGutter.addedBackground": "#56949f",
"editorGutter.background": "#faf4ed",
"editorGutter.commentRangeForeground": "#797593",
"editorGutter.commentRangeForeground": "#f2e9e1",
"editorGutter.deletedBackground": "#b4637a",
"editorGutter.foldingControlForeground": "#907aa9",
"editorGutter.modifiedBackground": "#d7827e",
Expand Down Expand Up @@ -168,6 +168,8 @@
"editorOverviewRuler.background": "#faf4ed",
"editorOverviewRuler.border": "#6e6a8626",
"editorOverviewRuler.bracketMatchForeground": "#797593",
"editorOverviewRuler.commentForeground": "#79759380",
"editorOverviewRuler.commentUnresolvedForeground": "#ea9d3480",
"editorOverviewRuler.commonContentForeground": "#6e6a860d",
"editorOverviewRuler.currentContentForeground": "#6e6a8614",
"editorOverviewRuler.deletedForeground": "#b4637a80",
Expand Down
4 changes: 3 additions & 1 deletion themes/rose-pine-dawn-no-italics-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"editorGroupHeader.tabsBorder": "#0000",
"editorGutter.addedBackground": "#56949f",
"editorGutter.background": "#faf4ed",
"editorGutter.commentRangeForeground": "#797593",
"editorGutter.commentRangeForeground": "#f2e9e1",
"editorGutter.deletedBackground": "#b4637a",
"editorGutter.foldingControlForeground": "#907aa9",
"editorGutter.modifiedBackground": "#d7827e",
Expand Down Expand Up @@ -168,6 +168,8 @@
"editorOverviewRuler.background": "#faf4ed",
"editorOverviewRuler.border": "#6e6a8626",
"editorOverviewRuler.bracketMatchForeground": "#797593",
"editorOverviewRuler.commentForeground": "#79759380",
"editorOverviewRuler.commentUnresolvedForeground": "#ea9d3480",
"editorOverviewRuler.commonContentForeground": "#6e6a860d",
"editorOverviewRuler.currentContentForeground": "#6e6a8614",
"editorOverviewRuler.deletedForeground": "#b4637a80",
Expand Down
4 changes: 3 additions & 1 deletion themes/rose-pine-moon-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"editorGroupHeader.tabsBorder": "#0000",
"editorGutter.addedBackground": "#9ccfd8",
"editorGutter.background": "#232136",
"editorGutter.commentRangeForeground": "#908caa",
"editorGutter.commentRangeForeground": "#393552",
"editorGutter.deletedBackground": "#eb6f92",
"editorGutter.foldingControlForeground": "#c4a7e7",
"editorGutter.modifiedBackground": "#ea9a97",
Expand Down Expand Up @@ -168,6 +168,8 @@
"editorOverviewRuler.background": "#232136",
"editorOverviewRuler.border": "#817c9c4d",
"editorOverviewRuler.bracketMatchForeground": "#908caa",
"editorOverviewRuler.commentForeground": "#908caa80",
"editorOverviewRuler.commentUnresolvedForeground": "#f6c17780",
"editorOverviewRuler.commonContentForeground": "#817c9c14",
"editorOverviewRuler.currentContentForeground": "#817c9c26",
"editorOverviewRuler.deletedForeground": "#eb6f9280",
Expand Down
4 changes: 3 additions & 1 deletion themes/rose-pine-moon-no-italics-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"editorGroupHeader.tabsBorder": "#0000",
"editorGutter.addedBackground": "#9ccfd8",
"editorGutter.background": "#232136",
"editorGutter.commentRangeForeground": "#908caa",
"editorGutter.commentRangeForeground": "#393552",
"editorGutter.deletedBackground": "#eb6f92",
"editorGutter.foldingControlForeground": "#c4a7e7",
"editorGutter.modifiedBackground": "#ea9a97",
Expand Down Expand Up @@ -168,6 +168,8 @@
"editorOverviewRuler.background": "#232136",
"editorOverviewRuler.border": "#817c9c4d",
"editorOverviewRuler.bracketMatchForeground": "#908caa",
"editorOverviewRuler.commentForeground": "#908caa80",
"editorOverviewRuler.commentUnresolvedForeground": "#f6c17780",
"editorOverviewRuler.commonContentForeground": "#817c9c14",
"editorOverviewRuler.currentContentForeground": "#817c9c26",
"editorOverviewRuler.deletedForeground": "#eb6f9280",
Expand Down
4 changes: 3 additions & 1 deletion themes/rose-pine-no-italics-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"editorGroupHeader.tabsBorder": "#0000",
"editorGutter.addedBackground": "#9ccfd8",
"editorGutter.background": "#191724",
"editorGutter.commentRangeForeground": "#908caa",
"editorGutter.commentRangeForeground": "#26233a",
"editorGutter.deletedBackground": "#eb6f92",
"editorGutter.foldingControlForeground": "#c4a7e7",
"editorGutter.modifiedBackground": "#ebbcba",
Expand Down Expand Up @@ -168,6 +168,8 @@
"editorOverviewRuler.background": "#191724",
"editorOverviewRuler.border": "#6e6a8666",
"editorOverviewRuler.bracketMatchForeground": "#908caa",
"editorOverviewRuler.commentForeground": "#908caa80",
"editorOverviewRuler.commentUnresolvedForeground": "#f6c17780",
"editorOverviewRuler.commonContentForeground": "#6e6a861a",
"editorOverviewRuler.currentContentForeground": "#6e6a8633",
"editorOverviewRuler.deletedForeground": "#eb6f9280",
Expand Down

0 comments on commit 06e6da7

Please sign in to comment.