Skip to content

Commit

Permalink
fix borders
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneCalculator committed Apr 26, 2024
1 parent 9bc8ac8 commit f0dfb68
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 51 deletions.
4 changes: 2 additions & 2 deletions extension.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Rosé Pine",
"version": "1.0.3",
"version": "1.0.4",
"authors": [
"Kainoa Kanter <[email protected]>"
],
"description": "soho vibes for zed",
"repository": "https://github.com/rose-pine/zed"
}
}
20 changes: 10 additions & 10 deletions src/rose-pine-dawn.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
:root {
--schema: "https://zed.dev/schema/themes/v0.1.0.json";
--name: "Rosé Pine Dawn";
--name: "Rosé Pine";
--author: "Kainoa Kanter <[email protected]>";
}

themes {
light {
--appearance: "light";
--name: "Rosé Pine Dawn";
dark {
--appearance: "dark";
--name: "Rosé Pine";

$foreground-accent: #d7827e;
$foreground-higher-contrast: #575279;
Expand All @@ -17,11 +17,11 @@ themes {
$foreground-lower-contrast: #dfdad9;

$background-lowest-contrast: #f2e9e1;
$background-lower-contrast: #f2e9e1;
$background-low-contrast: #fffaf3;
$background-lower-contrast: #f4ede8;
$background-low-contrast: #f4ede8;
$background: #faf4ed;
$background-high-contrast: #faf4ed;
$background-higher-contrast: #faf4ed;
$background-high-contrast: #f4ede8;
$background-higher-contrast: #dfdad9;

// UI
$predictive: #797593;
Expand Down Expand Up @@ -245,13 +245,13 @@ themes {
color: #{$syntax2};
}
punctuation {
color: #{$syntax3};
color: #{$syntax7};
}
punctuation.bracket {
color: #{$syntax3};
}
punctuation.delimiter {
color: #{$syntax3};
color: #{$syntax7};
}
punctuation.list_marker {
color: #{$syntax7};
Expand Down
16 changes: 8 additions & 8 deletions src/rose-pine-moon.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
:root {
--schema: "https://zed.dev/schema/themes/v0.1.0.json";
--name: "Rosé Pine Moon";
--name: "Rosé Pine";
--author: "Kainoa Kanter <[email protected]>";
}

themes {
dark {
--appearance: "dark";
--name: "Rosé Pine Moon";
--name: "Rosé Pine";

$foreground-accent: #ea9a97;
$foreground-higher-contrast: #e0def4;
Expand All @@ -17,11 +17,11 @@ themes {
$foreground-lower-contrast: #44415a;

$background-lowest-contrast: #393552;
$background-lower-contrast: #393552;
$background-low-contrast: #2a273f;
$background-lower-contrast: #2a283e;
$background-low-contrast: #2a283e;
$background: #232136;
$background-high-contrast: #232136;
$background-higher-contrast: #232136;
$background-high-contrast: #2a283e;
$background-higher-contrast: #44415a;

// UI
$predictive: #908caa;
Expand Down Expand Up @@ -245,13 +245,13 @@ themes {
color: #{$syntax2};
}
punctuation {
color: #{$syntax3};
color: #{$syntax7};
}
punctuation.bracket {
color: #{$syntax3};
}
punctuation.delimiter {
color: #{$syntax3};
color: #{$syntax7};
}
punctuation.list_marker {
color: #{$syntax7};
Expand Down
12 changes: 6 additions & 6 deletions src/rose-pine.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ themes {
$foreground-lower-contrast: #403d52;

$background-lowest-contrast: #26233a;
$background-lower-contrast: #26233a;
$background-low-contrast: #1f1d2e;
$background-lower-contrast: #21202e;
$background-low-contrast: #21202e;
$background: #191724;
$background-high-contrast: #191724;
$background-higher-contrast: #191724;
$background-high-contrast: #21202e;
$background-higher-contrast: #403d52;

// UI
$predictive: #908caa;
Expand Down Expand Up @@ -245,13 +245,13 @@ themes {
color: #{$syntax2};
}
punctuation {
color: #{$syntax3};
color: #{$syntax7};
}
punctuation.bracket {
color: #{$syntax3};
}
punctuation.delimiter {
color: #{$syntax3};
color: #{$syntax7};
}
punctuation.list_marker {
color: #{$syntax7};
Expand Down
8 changes: 4 additions & 4 deletions src/template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ themes {
$foreground-lower-contrast: $highlightMed;

$background-lowest-contrast: $overlay;
$background-lower-contrast: $overlay;
$background-low-contrast: $surface;
$background-lower-contrast: $highlightLow;
$background-low-contrast: $highlightLow;
$background: $base;
$background-high-contrast: $base;
$background-higher-contrast: $base;
$background-high-contrast: $highlightLow;
$background-higher-contrast: $highlightMed;

// UI
$predictive: $subtle;
Expand Down
10 changes: 5 additions & 5 deletions themes/rose-pine-dawn.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"\"UTF.8\"": true
},
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Rosé Pine Dawn",
"name": "Rosé Pine",
"author": "Kainoa Kanter <[email protected]>",
"themes": [
{
"appearance": "light",
"name": "Rosé Pine Dawn",
"appearance": "dark",
"name": "Rosé Pine",
"style": {
"editor.foreground": "#575279",
"editor.background": "#faf4ed",
Expand Down Expand Up @@ -168,13 +168,13 @@
"color": "#b4637a"
},
"punctuation": {
"color": "#797593"
"color": "#56949f"
},
"punctuation.bracket": {
"color": "#797593"
},
"punctuation.delimiter": {
"color": "#797593"
"color": "#56949f"
},
"punctuation.list_marker": {
"color": "#56949f",
Expand Down
32 changes: 16 additions & 16 deletions themes/rose-pine.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@
"editor.foreground": "#e0def4",
"editor.background": "#191724",
"editor.gutter.background": "#191724",
"editor.active_line.background": "#1f1d2e",
"editor.active_line.background": "#21202e",
"editor.line_number": "#403d52",
"editor.active_line_number": "#e0def4",
"editor.invisible": "#403d52",
"editor.wrap_guide": "#403d52",
"editor.active_wrap_guide": "#403d52",
"border": "#191724",
"border.variant": "#191724",
"border.focused": "#191724",
"border.selected": "#191724",
"border.transparent": "#191724",
"border.disabled": "#191724",
"border": "#21202e",
"border.variant": "#21202e",
"border.focused": "#21202e",
"border.selected": "#21202e",
"border.transparent": "#21202e",
"border.disabled": "#21202e",
"text": "#6e6a86",
"text.muted": "#6e6a86",
"text.placeholder": "#403d52",
"text.disabled": "#403d52",
"text.accent": "#ebbcba",
"surface.background": "#26233a",
"elevated_surface.background": "#26233a",
"surface.background": "#21202e",
"elevated_surface.background": "#21202e",
"panel.background": "#191724",
"panel.focused_border": null,
"background": "#191724",
"status_bar.background": "#191724",
"title_bar.background": "#191724",
"toolbar.background": "#191724",
"tab_bar.background": "#191724",
"tab.inactive_background": "#191724",
"tab_bar.background": "#21202e",
"tab.inactive_background": "#21202e",
"tab.active_background": "#191724",
"element.background": "#26233a",
"element.background": "#21202e",
"element.hover": "#26233a",
"element.active": "#26233a",
"element.selected": "#26233a",
Expand All @@ -53,9 +53,9 @@
"created": "#9ccfd8",
"warning": "#f6c177",
"hint": "#908caa",
"hint.background": "#232e41",
"hint.background": "#243141",
"error": "#eb6f92",
"error.background": "#482d42",
"error.background": "#493042",
"error.border": "#eb6f92",
"info": "#31748f",
"scrollbar.thumb.background": "#e0def444",
Expand Down Expand Up @@ -168,13 +168,13 @@
"color": "#eb6f92"
},
"punctuation": {
"color": "#908caa"
"color": "#9ccfd8"
},
"punctuation.bracket": {
"color": "#908caa"
},
"punctuation.delimiter": {
"color": "#908caa"
"color": "#9ccfd8"
},
"punctuation.list_marker": {
"color": "#9ccfd8",
Expand Down

0 comments on commit f0dfb68

Please sign in to comment.