Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rose-pine/vscode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.0
Choose a base ref
...
head repository: rose-pine/vscode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 10 files changed
  • 2 contributors

Commits on Oct 8, 2024

  1. feat: use gold for find match results

    Closes #58 - VSCode added editor.findMatchForeground upstream, enabling better customization of find match colors. Used gold instead of rose for search matches as rose is already used throughout UI. This is an opinionated change; open to feedback.
    fvrests committed Oct 8, 2024
    Copy the full SHA
    55b3b9c View commit details
  2. feat: use gold for find match results

    feat: use gold for find match results
    fvrests authored Oct 8, 2024
    Copy the full SHA
    2d3bce5 View commit details
  3. 2.12.0

    fvrests committed Oct 8, 2024
    Copy the full SHA
    20fbb86 View commit details

Commits on Oct 14, 2024

  1. Copy the full SHA
    42e586a View commit details
  2. fix: prevent unthemed border on active input option (#104)

    prevents an unthemed border due to the value not being set to
    transparent explicitly.
    fvrests authored Oct 14, 2024
    Copy the full SHA
    acb4f6c View commit details
  3. 2.12.1

    fvrests committed Oct 14, 2024
    Copy the full SHA
    694c92b View commit details

Commits on Nov 26, 2024

  1. Add css overwrite (#107)

    OtterBoops authored Nov 26, 2024
    Copy the full SHA
    73089ae View commit details
3 changes: 2 additions & 1 deletion icons/rose-pine-icon-theme.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,8 @@
"folderExpanded": "_folder-open",
"fileExtensions": {
"astro": "_file",
"bicep": "_file"
"bicep": "_file",
"css": "_file"
},
"hidesExplorerArrows": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rose-pine",
"version": "2.11.0",
"version": "2.12.1",
"publisher": "mvllow",
"description": "All natural pine, faux fur and a bit of soho vibes for the classy minimalist",
"license": "MIT",
10 changes: 10 additions & 0 deletions pinecone.config.js
Original file line number Diff line number Diff line change
@@ -18,6 +18,16 @@ Object.keys(roles).map((role) => {
moon: colorish(currentRole.moon.hex, 0.5),
dawn: colorish(currentRole.dawn.hex, 0.5),
}
palette[`${role}/30`] = {
main: colorish(currentRole.main.hex, 0.3),
moon: colorish(currentRole.moon.hex, 0.3),
dawn: colorish(currentRole.dawn.hex, 0.3),
}
palette[`${role}/20`] = {
main: colorish(currentRole.main.hex, 0.2),
moon: colorish(currentRole.moon.hex, 0.2),
dawn: colorish(currentRole.dawn.hex, 0.2),
}
palette[`${role}/15`] = {
main: colorish(currentRole.main.hex, 0.15),
moon: colorish(currentRole.moon.hex, 0.15),
10 changes: 5 additions & 5 deletions themes/_pinecone-color-theme.json
Original file line number Diff line number Diff line change
@@ -91,9 +91,11 @@
"dropdown.foreground": "$text",
"dropdown.listBackground": "$surface",
"editor.background": "$base",
"editor.findMatchBackground": "$highlightHigh",
"editor.findMatchBorder": "",
"editor.findMatchBackground": "$gold/20",
"editor.findMatchBorder": "$gold/50",
"editor.findMatchForeground": "$text",
"editor.findMatchHighlightBackground": "$highlightHigh",
"editor.findMatchHighlightForeground": "$text",
"editor.findMatchHighlightBorder": "",
"editor.findRangeHighlightBackground": "$highlightHigh",
"editor.findRangeHighlightBorder": "$transparent",
@@ -259,7 +261,7 @@
"input.foreground": "$text",
"input.placeholderForeground": "$subtle",
"inputOption.activeBackground": "$rose/15",
"inputOption.activeBorder": "",
"inputOption.activeBorder": "$transparent",
"inputOption.activeForeground": "$rose",
"inputValidation.errorBackground": "$surface",
"inputValidation.errorBorder": "$highlightHigh",
@@ -640,8 +642,6 @@
"diffEditorGutter.insertedLineBackground": "",
"diffEditorGutter.removedLineBackground": "",
"disabledForeground": "",
"editor.findMatchForeground": "",
"editor.findMatchHighlightForeground": "",
"editor.foldPlaceholderForeground": "",
"editor.placeholder.foreground": "",
"editor.wordHighlightTextBackground": "",
6 changes: 5 additions & 1 deletion themes/rose-pine-color-theme.json
Original file line number Diff line number Diff line change
@@ -69,8 +69,11 @@
"dropdown.foreground": "#e0def4",
"dropdown.listBackground": "#1f1d2e",
"editor.background": "#191724",
"editor.findMatchBackground": "#6e6a8666",
"editor.findMatchBackground": "#f6c17733",
"editor.findMatchBorder": "#f6c17780",
"editor.findMatchForeground": "#e0def4",
"editor.findMatchHighlightBackground": "#6e6a8666",
"editor.findMatchHighlightForeground": "#e0def4",
"editor.findRangeHighlightBackground": "#6e6a8666",
"editor.findRangeHighlightBorder": "#0000",
"editor.focusedStackFrameHighlightBackground": "#6e6a8633",
@@ -229,6 +232,7 @@
"input.foreground": "#e0def4",
"input.placeholderForeground": "#908caa",
"inputOption.activeBackground": "#ebbcba26",
"inputOption.activeBorder": "#0000",
"inputOption.activeForeground": "#ebbcba",
"inputValidation.errorBackground": "#1f1d2e",
"inputValidation.errorBorder": "#6e6a8666",
6 changes: 5 additions & 1 deletion themes/rose-pine-dawn-color-theme.json
Original file line number Diff line number Diff line change
@@ -69,8 +69,11 @@
"dropdown.foreground": "#575279",
"dropdown.listBackground": "#fffaf3",
"editor.background": "#faf4ed",
"editor.findMatchBackground": "#6e6a8626",
"editor.findMatchBackground": "#ea9d3433",
"editor.findMatchBorder": "#ea9d3480",
"editor.findMatchForeground": "#575279",
"editor.findMatchHighlightBackground": "#6e6a8626",
"editor.findMatchHighlightForeground": "#575279",
"editor.findRangeHighlightBackground": "#6e6a8626",
"editor.findRangeHighlightBorder": "#0000",
"editor.focusedStackFrameHighlightBackground": "#6e6a8614",
@@ -229,6 +232,7 @@
"input.foreground": "#575279",
"input.placeholderForeground": "#797593",
"inputOption.activeBackground": "#d7827e26",
"inputOption.activeBorder": "#0000",
"inputOption.activeForeground": "#d7827e",
"inputValidation.errorBackground": "#fffaf3",
"inputValidation.errorBorder": "#6e6a8626",
6 changes: 5 additions & 1 deletion themes/rose-pine-dawn-no-italics-color-theme.json
Original file line number Diff line number Diff line change
@@ -69,8 +69,11 @@
"dropdown.foreground": "#575279",
"dropdown.listBackground": "#fffaf3",
"editor.background": "#faf4ed",
"editor.findMatchBackground": "#6e6a8626",
"editor.findMatchBackground": "#ea9d3433",
"editor.findMatchBorder": "#ea9d3480",
"editor.findMatchForeground": "#575279",
"editor.findMatchHighlightBackground": "#6e6a8626",
"editor.findMatchHighlightForeground": "#575279",
"editor.findRangeHighlightBackground": "#6e6a8626",
"editor.findRangeHighlightBorder": "#0000",
"editor.focusedStackFrameHighlightBackground": "#6e6a8614",
@@ -229,6 +232,7 @@
"input.foreground": "#575279",
"input.placeholderForeground": "#797593",
"inputOption.activeBackground": "#d7827e26",
"inputOption.activeBorder": "#0000",
"inputOption.activeForeground": "#d7827e",
"inputValidation.errorBackground": "#fffaf3",
"inputValidation.errorBorder": "#6e6a8626",
6 changes: 5 additions & 1 deletion themes/rose-pine-moon-color-theme.json
Original file line number Diff line number Diff line change
@@ -69,8 +69,11 @@
"dropdown.foreground": "#e0def4",
"dropdown.listBackground": "#2a273f",
"editor.background": "#232136",
"editor.findMatchBackground": "#817c9c4d",
"editor.findMatchBackground": "#f6c17733",
"editor.findMatchBorder": "#f6c17780",
"editor.findMatchForeground": "#e0def4",
"editor.findMatchHighlightBackground": "#817c9c4d",
"editor.findMatchHighlightForeground": "#e0def4",
"editor.findRangeHighlightBackground": "#817c9c4d",
"editor.findRangeHighlightBorder": "#0000",
"editor.focusedStackFrameHighlightBackground": "#817c9c26",
@@ -229,6 +232,7 @@
"input.foreground": "#e0def4",
"input.placeholderForeground": "#908caa",
"inputOption.activeBackground": "#ea9a9726",
"inputOption.activeBorder": "#0000",
"inputOption.activeForeground": "#ea9a97",
"inputValidation.errorBackground": "#2a273f",
"inputValidation.errorBorder": "#817c9c4d",
6 changes: 5 additions & 1 deletion themes/rose-pine-moon-no-italics-color-theme.json
Original file line number Diff line number Diff line change
@@ -69,8 +69,11 @@
"dropdown.foreground": "#e0def4",
"dropdown.listBackground": "#2a273f",
"editor.background": "#232136",
"editor.findMatchBackground": "#817c9c4d",
"editor.findMatchBackground": "#f6c17733",
"editor.findMatchBorder": "#f6c17780",
"editor.findMatchForeground": "#e0def4",
"editor.findMatchHighlightBackground": "#817c9c4d",
"editor.findMatchHighlightForeground": "#e0def4",
"editor.findRangeHighlightBackground": "#817c9c4d",
"editor.findRangeHighlightBorder": "#0000",
"editor.focusedStackFrameHighlightBackground": "#817c9c26",
@@ -229,6 +232,7 @@
"input.foreground": "#e0def4",
"input.placeholderForeground": "#908caa",
"inputOption.activeBackground": "#ea9a9726",
"inputOption.activeBorder": "#0000",
"inputOption.activeForeground": "#ea9a97",
"inputValidation.errorBackground": "#2a273f",
"inputValidation.errorBorder": "#817c9c4d",
6 changes: 5 additions & 1 deletion themes/rose-pine-no-italics-color-theme.json
Original file line number Diff line number Diff line change
@@ -69,8 +69,11 @@
"dropdown.foreground": "#e0def4",
"dropdown.listBackground": "#1f1d2e",
"editor.background": "#191724",
"editor.findMatchBackground": "#6e6a8666",
"editor.findMatchBackground": "#f6c17733",
"editor.findMatchBorder": "#f6c17780",
"editor.findMatchForeground": "#e0def4",
"editor.findMatchHighlightBackground": "#6e6a8666",
"editor.findMatchHighlightForeground": "#e0def4",
"editor.findRangeHighlightBackground": "#6e6a8666",
"editor.findRangeHighlightBorder": "#0000",
"editor.focusedStackFrameHighlightBackground": "#6e6a8633",
@@ -229,6 +232,7 @@
"input.foreground": "#e0def4",
"input.placeholderForeground": "#908caa",
"inputOption.activeBackground": "#ebbcba26",
"inputOption.activeBorder": "#0000",
"inputOption.activeForeground": "#ebbcba",
"inputValidation.errorBackground": "#1f1d2e",
"inputValidation.errorBorder": "#6e6a8666",