Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneCalculator committed Apr 26, 2024
1 parent c898b16 commit 7df7be9
Show file tree
Hide file tree
Showing 8 changed files with 452 additions and 95 deletions.
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rosé Pine",
"version": "1.0.0",
"version": "1.0.1",
"authors": [
"Kainoa Kanter <[email protected]>"
],
Expand Down
13 changes: 7 additions & 6 deletions src/rose-pine-dawn.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
: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";

$foreground-accent: #d7827e;
$foreground-higher-contrast: #575279;
$foreground-high-contrast: #797593;
Expand Down Expand Up @@ -51,14 +52,14 @@ themes {
$white: #575279;

// Syntax highlighting
$syntax1: #286983;
$syntax1: #ea9d34;
$syntax2: #b4637a;
$syntax3: #d7827e;
$syntax4: #56949f;
$syntax4: #575279;
$syntax5: #907aa9;
$syntax6: #286983;
$syntax7: #ea9d34;
$syntax8: #56949f;
$syntax6: #d7827e;
$syntax7: #56949f;
$syntax8: #286983;

style {
/* Editor */
Expand Down
13 changes: 7 additions & 6 deletions src/rose-pine-moon.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
: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";

$foreground-accent: #ea9a97;
$foreground-higher-contrast: #e0def4;
$foreground-high-contrast: #908caa;
Expand Down Expand Up @@ -51,14 +52,14 @@ themes {
$white: #e0def4;

// Syntax highlighting
$syntax1: #3e8fb0;
$syntax1: #f6c177;
$syntax2: #eb6f92;
$syntax3: #ea9a97;
$syntax4: #9ccfd8;
$syntax4: #e0def4;
$syntax5: #c4a7e7;
$syntax6: #3e8fb0;
$syntax7: #f6c177;
$syntax8: #9ccfd8;
$syntax6: #ea9a97;
$syntax7: #9ccfd8;
$syntax8: #3e8fb0;

style {
/* Editor */
Expand Down
11 changes: 6 additions & 5 deletions src/rose-pine.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ themes {
dark {
--appearance: "dark";
--name: "Rosé Pine";

$foreground-accent: #ebbcba;
$foreground-higher-contrast: #e0def4;
$foreground-high-contrast: #908caa;
Expand Down Expand Up @@ -51,14 +52,14 @@ themes {
$white: #e0def4;

// Syntax highlighting
$syntax1: #31748f;
$syntax1: #f6c177;
$syntax2: #eb6f92;
$syntax3: #ebbcba;
$syntax4: #9ccfd8;
$syntax4: #e0def4;
$syntax5: #c4a7e7;
$syntax6: #31748f;
$syntax7: #f6c177;
$syntax8: #9ccfd8;
$syntax6: #ebbcba;
$syntax7: #9ccfd8;
$syntax8: #31748f;

style {
/* Editor */
Expand Down
Loading

0 comments on commit 7df7be9

Please sign in to comment.