Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneCalculator committed Aug 17, 2024
1 parent b500ecf commit 727c21e
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 41 deletions.
2 changes: 1 addition & 1 deletion extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id = "rose-pine-theme"
name = "Rosé Pine"
version = "1.1.1"
version = "1.1.2"
schema_version = 1
authors = ["Kainoa Kanter <[email protected]>"]
description = "All natural pine, faux fur, and a bit of soho vibes – a classy minimalist theme for Zed."
Expand Down
64 changes: 54 additions & 10 deletions src/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,19 @@
"editor.invisible": "$muted",
"editor.wrap_guide": "$muted44",
"editor.active_wrap_guide": "$muted88",
"ghost_element.active": "$rose",
"editor.document_highlight.read_background": "$foam1a",
"editor.document_highlight.write_background": "$muted66",
"editor.subheader.background": "$surface",
"editor.highlighted_line.background": "$surface",
"ghost_element.active": "$subtle",
"ghost_element.hover": "$highlightMed",
"ghost_element.selected": "$highlightHigh",
"ghost_element.background": "$highlightLow",
"border": "$surface",
"border.variant": "$surface",
"border.focused": "$surface",
"border.selected": "$surface",
"border.transparent": "$surface",
"border.transparent": "transparent",
"border.disabled": "$surface",
"text": "$text",
"text.muted": "$muted",
Expand All @@ -34,7 +38,7 @@
"surface.background": "$surface",
"elevated_surface.background": "$surface",
"panel.background": "$base",
"panel.focused_border": "transparent",
"panel.focused_border": "$surface",
"background": "$base",
"status_bar.background": "$base",
"title_bar.background": "$base",
Expand All @@ -47,6 +51,7 @@
"element.active": "$overlay",
"element.selected": "$highlightHigh",
"element.disabled": "$overlay",
"drop_target.background": "$text80",
"predictive": "$subtle",
"modified": "$rose",
"ignored": "$muted",
Expand All @@ -60,26 +65,65 @@
"error.background": "$highlightLow",
"error.border": "$love",
"info": "$pine",
"scrollbar.thumb.background": "$text44",
"scrollbar.thumb.border": "transparent",
"scrollbar.track.background": "transparent",
"scrollbar.thumb.background": "$highlightMed",
"scrollbar.thumb.hover_background": "$surface",
"scrollbar.thumb.border": "$highlightLow",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "$highlightLow",
"terminal.background": "$base",
"terminal.foreground": "$text",
"terminal.bright_foreground": "$text",
"terminal.dim_foreground": "$base",
"terminal.ansi.black": "$highlightLow",
"terminal.ansi.bright_black": "$subtle",
"terminal.ansi.dim_black": "$text",
"terminal.ansi.red": "$love",
"terminal.ansi.bright_red": "$love",
"terminal.ansi.dim_red": "$love",
"terminal.ansi.green": "$pine",
"terminal.ansi.bright_green": "$pine",
"terminal.ansi.dim_green": "$pine",
"terminal.ansi.yellow": "$gold",
"terminal.ansi.bright_yellow": "$gold",
"terminal.ansi.dim_yellow": "$gold",
"terminal.ansi.blue": "$foam",
"terminal.ansi.bright_blue": "$foam",
"terminal.ansi.dim_blue": "$foam",
"terminal.ansi.magenta": "$iris",
"terminal.ansi.bright_magenta": "$iris",
"terminal.ansi.dim_magenta": "$iris",
"terminal.ansi.cyan": "$rose",
"terminal.ansi.bright_cyan": "$rose",
"terminal.ansi.dim_cyan": "$rose",
"terminal.ansi.white": "$text",
"terminal.ansi.bright_white": "$text",
"terminal.ansi.dim_white": "$text",
"link_text.hover": "$foam",
"conflict": "$gold",
"conflict.background": "$highlightLow",
"conflict.border": "$gold",
"created.background": "$highlightLow",
"created.border": "$foam",
"deleted.background": "$highlightLow",
"deleted.border": "$love",
"hidden.background": "$base",
"hidden.border": "$surface",
"ignored.background": "$base",
"ignored.border": "$surface",
"info.background": "$highlightLow",
"info.border": "$pine",
"modified.background": "$highlightLow",
"modified.border": "$rose",
"predictive.background": "$highlightLow",
"predictive.border": "$pine",
"renamed.background": "$highlightLow",
"renamed.border": "$pine",
"success": "$pine",
"success.background": "$highlightLow",
"success.border": "$pine",
"unreachable": "$subtle",
"unreachable.background": "$base",
"unreachable.border": "$surface",
"players": [
{
"cursor": "$text",
Expand Down Expand Up @@ -175,23 +219,23 @@
"color": "$iris"
},
"property": {
"color": "$love"
"color": "$text"
},
"punctuation": {
"color": "$subtle"
},
"punctuation.bracket": {
"color": "$muted"
"color": "#97495F"
},
"punctuation.delimiter": {
"color": "$muted"
"color": "$subtle"
},
"punctuation.list_marker": {
"color": "$subtle",
"font_weight": 700
},
"punctuation.special": {
"color": "$foam"
"color": "$pine"
},
"string": {
"color": "$gold"
Expand Down
64 changes: 54 additions & 10 deletions themes/rose-pine-dawn.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,19 @@
"editor.invisible": "#9893a5",
"editor.wrap_guide": "#9893a544",
"editor.active_wrap_guide": "#9893a588",
"ghost_element.active": "#d7827e",
"editor.document_highlight.read_background": "#56949f1a",
"editor.document_highlight.write_background": "#9893a566",
"editor.subheader.background": "#fffaf3",
"editor.highlighted_line.background": "#fffaf3",
"ghost_element.active": "#797593",
"ghost_element.hover": "#dfdad9",
"ghost_element.selected": "#cecacd",
"ghost_element.background": "#f4ede8",
"border": "#fffaf3",
"border.variant": "#fffaf3",
"border.focused": "#fffaf3",
"border.selected": "#fffaf3",
"border.transparent": "#fffaf3",
"border.transparent": "transparent",
"border.disabled": "#fffaf3",
"text": "#575279",
"text.muted": "#9893a5",
Expand All @@ -34,7 +38,7 @@
"surface.background": "#fffaf3",
"elevated_surface.background": "#fffaf3",
"panel.background": "#faf4ed",
"panel.focused_border": "transparent",
"panel.focused_border": "#fffaf3",
"background": "#faf4ed",
"status_bar.background": "#faf4ed",
"title_bar.background": "#faf4ed",
Expand All @@ -47,6 +51,7 @@
"element.active": "#f2e9e1",
"element.selected": "#cecacd",
"element.disabled": "#f2e9e1",
"drop_target.background": "#57527980",
"predictive": "#797593",
"modified": "#d7827e",
"ignored": "#9893a5",
Expand All @@ -60,26 +65,65 @@
"error.background": "#f4ede8",
"error.border": "#b4637a",
"info": "#286983",
"scrollbar.thumb.background": "#57527944",
"scrollbar.thumb.border": "transparent",
"scrollbar.track.background": "transparent",
"scrollbar.thumb.background": "#dfdad9",
"scrollbar.thumb.hover_background": "#fffaf3",
"scrollbar.thumb.border": "#f4ede8",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "#f4ede8",
"terminal.background": "#faf4ed",
"terminal.foreground": "#575279",
"terminal.bright_foreground": "#575279",
"terminal.dim_foreground": "#faf4ed",
"terminal.ansi.black": "#f4ede8",
"terminal.ansi.bright_black": "#797593",
"terminal.ansi.dim_black": "#575279",
"terminal.ansi.red": "#b4637a",
"terminal.ansi.bright_red": "#b4637a",
"terminal.ansi.dim_red": "#b4637a",
"terminal.ansi.green": "#286983",
"terminal.ansi.bright_green": "#286983",
"terminal.ansi.dim_green": "#286983",
"terminal.ansi.yellow": "#ea9d34",
"terminal.ansi.bright_yellow": "#ea9d34",
"terminal.ansi.dim_yellow": "#ea9d34",
"terminal.ansi.blue": "#56949f",
"terminal.ansi.bright_blue": "#56949f",
"terminal.ansi.dim_blue": "#56949f",
"terminal.ansi.magenta": "#907aa9",
"terminal.ansi.bright_magenta": "#907aa9",
"terminal.ansi.dim_magenta": "#907aa9",
"terminal.ansi.cyan": "#d7827e",
"terminal.ansi.bright_cyan": "#d7827e",
"terminal.ansi.dim_cyan": "#d7827e",
"terminal.ansi.white": "#575279",
"terminal.ansi.bright_white": "#575279",
"terminal.ansi.dim_white": "#575279",
"link_text.hover": "#56949f",
"conflict": "#ea9d34",
"conflict.background": "#f4ede8",
"conflict.border": "#ea9d34",
"created.background": "#f4ede8",
"created.border": "#56949f",
"deleted.background": "#f4ede8",
"deleted.border": "#b4637a",
"hidden.background": "#faf4ed",
"hidden.border": "#fffaf3",
"ignored.background": "#faf4ed",
"ignored.border": "#fffaf3",
"info.background": "#f4ede8",
"info.border": "#286983",
"modified.background": "#f4ede8",
"modified.border": "#d7827e",
"predictive.background": "#f4ede8",
"predictive.border": "#286983",
"renamed.background": "#f4ede8",
"renamed.border": "#286983",
"success": "#286983",
"success.background": "#f4ede8",
"success.border": "#286983",
"unreachable": "#797593",
"unreachable.background": "#faf4ed",
"unreachable.border": "#fffaf3",
"players": [
{
"cursor": "#575279",
Expand Down Expand Up @@ -175,23 +219,23 @@
"color": "#907aa9"
},
"property": {
"color": "#b4637a"
"color": "#575279"
},
"punctuation": {
"color": "#797593"
},
"punctuation.bracket": {
"color": "#9893a5"
"color": "#97495F"
},
"punctuation.delimiter": {
"color": "#9893a5"
"color": "#797593"
},
"punctuation.list_marker": {
"color": "#797593",
"font_weight": 700
},
"punctuation.special": {
"color": "#56949f"
"color": "#286983"
},
"string": {
"color": "#ea9d34"
Expand Down
Loading

0 comments on commit 727c21e

Please sign in to comment.