generated from rose-pine/rose-pine-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bc8ac8
commit f0dfb68
Showing
7 changed files
with
51 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
@@ -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; | ||
|
@@ -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}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
@@ -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; | ||
|
@@ -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}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters