Skip to content

Commit

Permalink
fix punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneCalculator committed Apr 26, 2024
1 parent 156112a commit 9bc8ac8
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 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.2",
"version": "1.0.3",
"authors": [
"Kainoa Kanter <[email protected]>"
],
Expand Down
4 changes: 2 additions & 2 deletions src/rose-pine-dawn.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,13 @@ themes {
color: #{$syntax2};
}
punctuation {
color: #{$syntax7};
color: #{$syntax3};
}
punctuation.bracket {
color: #{$syntax3};
}
punctuation.delimiter {
color: #{$syntax7};
color: #{$syntax3};
}
punctuation.list_marker {
color: #{$syntax7};
Expand Down
4 changes: 2 additions & 2 deletions src/rose-pine-moon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,13 @@ themes {
color: #{$syntax2};
}
punctuation {
color: #{$syntax7};
color: #{$syntax3};
}
punctuation.bracket {
color: #{$syntax3};
}
punctuation.delimiter {
color: #{$syntax7};
color: #{$syntax3};
}
punctuation.list_marker {
color: #{$syntax7};
Expand Down
4 changes: 2 additions & 2 deletions src/rose-pine.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,13 @@ themes {
color: #{$syntax2};
}
punctuation {
color: #{$syntax7};
color: #{$syntax3};
}
punctuation.bracket {
color: #{$syntax3};
}
punctuation.delimiter {
color: #{$syntax7};
color: #{$syntax3};
}
punctuation.list_marker {
color: #{$syntax7};
Expand Down
4 changes: 2 additions & 2 deletions themes/rose-pine-dawn.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@
"color": "#b4637a"
},
"punctuation": {
"color": "#56949f"
"color": "#797593"
},
"punctuation.bracket": {
"color": "#797593"
},
"punctuation.delimiter": {
"color": "#56949f"
"color": "#797593"
},
"punctuation.list_marker": {
"color": "#56949f",
Expand Down
36 changes: 18 additions & 18 deletions themes/rose-pine-moon.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"\"UTF.8\"": true
},
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Rosé Pine",
"name": "Rosé Pine Moon",
"author": "Kainoa Kanter <[email protected]>",
"themes": [
{
"appearance": "dark",
"name": "Rosé Pine Moon",
"style": {
"editor.foreground": "#6e6a86",
"editor.foreground": "#e0def4",
"editor.background": "#232136",
"editor.gutter.background": "#232136",
"editor.active_line.background": "#2a273f",
"editor.line_number": "#44415a",
"editor.active_line_number": "#6e6a86",
"editor.active_line_number": "#e0def4",
"editor.invisible": "#44415a",
"editor.wrap_guide": "#44415a",
"editor.active_wrap_guide": "#44415a",
Expand All @@ -25,7 +25,7 @@
"border.selected": "#232136",
"border.transparent": "#232136",
"border.disabled": "#232136",
"text": "#908caa",
"text": "#6e6a86",
"text.muted": "#6e6a86",
"text.placeholder": "#44415a",
"text.disabled": "#44415a",
Expand All @@ -47,7 +47,7 @@
"element.selected": "#393552",
"element.disabled": "#393552",
"predictive": "#908caa",
"modified": "#f6c177",
"modified": "#e2b271",
"ignored": "#6e6a86",
"deleted": "#eb6f92",
"created": "#9ccfd8",
Expand All @@ -58,7 +58,7 @@
"error.background": "#513550",
"error.border": "#eb6f92",
"info": "#3e8fb0",
"scrollbar.thumb.background": "#6e6a8644",
"scrollbar.thumb.background": "#e0def444",
"scrollbar.thumb.border": "transparent",
"scrollbar.track.background": "transparent",
"terminal.background": "#232136",
Expand Down Expand Up @@ -99,7 +99,7 @@
],
"syntax": {
"attribute": {
"color": "#ea9a97"
"color": "#908caa"
},
"boolean": {
"color": "#ea9a97"
Expand All @@ -109,10 +109,10 @@
"font_style": "italic"
},
"comment.doc": {
"color": "#e0def4"
"color": "#908caa"
},
"constant": {
"color": "#ea9a97"
"color": "#e0def4"
},
"constructor": {
"color": "#eb6f92"
Expand All @@ -135,28 +135,28 @@
"color": "#ea9a97"
},
"hint": {
"color": "#e0def4"
"color": "#c4a7e7"
},
"keyword": {
"color": "#c4a7e7"
"color": "#3e8fb0"
},
"label": {
"color": "#ea9a97"
},
"link_text": {
"color": "#ea9a97"
"color": "#c4a7e7"
},
"link_uri": {
"color": "#c4a7e7"
"color": "#3e8fb0"
},
"number": {
"color": "#9ccfd8"
},
"operator": {
"color": "#3e8fb0"
"color": "#908caa"
},
"predictive": {
"color": "#e0def4"
"color": "#908caa"
},
"preproc": {
"color": "#f6c177"
Expand All @@ -168,13 +168,13 @@
"color": "#eb6f92"
},
"punctuation": {
"color": "#9ccfd8"
"color": "#908caa"
},
"punctuation.bracket": {
"color": "#ea9a97"
"color": "#908caa"
},
"punctuation.delimiter": {
"color": "#9ccfd8"
"color": "#908caa"
},
"punctuation.list_marker": {
"color": "#9ccfd8",
Expand Down
4 changes: 2 additions & 2 deletions themes/rose-pine.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@
"color": "#eb6f92"
},
"punctuation": {
"color": "#9ccfd8"
"color": "#908caa"
},
"punctuation.bracket": {
"color": "#908caa"
},
"punctuation.delimiter": {
"color": "#9ccfd8"
"color": "#908caa"
},
"punctuation.list_marker": {
"color": "#9ccfd8",
Expand Down

0 comments on commit 9bc8ac8

Please sign in to comment.