Skip to content

Commit

Permalink
Merge pull request #10 from ryanolsonx/adjust-text-color-for-more-con…
Browse files Browse the repository at this point in the history
…trast

Adjust text color to match Rosé Pine text color
  • Loading branch information
ThatOneCalculator authored Aug 16, 2024
2 parents 6a51b39 + 58ace04 commit be2c5a4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/rose-pine-dawn.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ themes {
--border-disabled: #{$background-high-contrast};

/* Text */
--text: #{$foreground-high-contrast};
--text: #{$foreground-higher-contrast};
--text-muted: #{$foreground-high-contrast};
--text-placeholder: #{$foreground-lower-contrast};
--text-disabled: #{$foreground-lower-contrast};
Expand Down
2 changes: 1 addition & 1 deletion src/rose-pine-moon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ themes {
--border-disabled: #{$background-high-contrast};

/* Text */
--text: #{$foreground-high-contrast};
--text: #{$foreground-higher-contrast};
--text-muted: #{$foreground-high-contrast};
--text-placeholder: #{$foreground-lower-contrast};
--text-disabled: #{$foreground-lower-contrast};
Expand Down
2 changes: 1 addition & 1 deletion src/rose-pine.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ themes {
--border-disabled: #{$background-high-contrast};

/* Text */
--text: #{$foreground-high-contrast};
--text: #{$foreground-higher-contrast};
--text-muted: #{$foreground-high-contrast};
--text-placeholder: #{$foreground-lower-contrast};
--text-disabled: #{$foreground-lower-contrast};
Expand Down
2 changes: 1 addition & 1 deletion themes/rose-pine-dawn.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"border.selected": "#faf4ed",
"border.transparent": "#faf4ed",
"border.disabled": "#faf4ed",
"text": "#9893a5",
"text": "#575279",
"text.muted": "#9893a5",
"text.placeholder": "#dfdad9",
"text.disabled": "#dfdad9",
Expand Down
2 changes: 1 addition & 1 deletion themes/rose-pine-moon.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"border.selected": "#232136",
"border.transparent": "#232136",
"border.disabled": "#232136",
"text": "#6e6a86",
"text": "#e0def4",
"text.muted": "#6e6a86",
"text.placeholder": "#44415a",
"text.disabled": "#44415a",
Expand Down
2 changes: 1 addition & 1 deletion themes/rose-pine.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"border.selected": "#21202e",
"border.transparent": "#21202e",
"border.disabled": "#21202e",
"text": "#6e6a86",
"text": "#e0def4",
"text.muted": "#6e6a86",
"text.placeholder": "#403d52",
"text.disabled": "#403d52",
Expand Down

0 comments on commit be2c5a4

Please sign in to comment.