diff --git a/src/rose-pine-dawn.scss b/src/rose-pine-dawn.scss index 8daa44f..c751aad 100644 --- a/src/rose-pine-dawn.scss +++ b/src/rose-pine-dawn.scss @@ -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}; diff --git a/src/rose-pine-moon.scss b/src/rose-pine-moon.scss index 6aa3c8d..594c6f1 100644 --- a/src/rose-pine-moon.scss +++ b/src/rose-pine-moon.scss @@ -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}; diff --git a/src/rose-pine.scss b/src/rose-pine.scss index aa00e6e..ad58156 100644 --- a/src/rose-pine.scss +++ b/src/rose-pine.scss @@ -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}; diff --git a/themes/rose-pine-dawn.json b/themes/rose-pine-dawn.json index b20850b..f6137a7 100644 --- a/themes/rose-pine-dawn.json +++ b/themes/rose-pine-dawn.json @@ -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", diff --git a/themes/rose-pine-moon.json b/themes/rose-pine-moon.json index 21e959a..8ed9a66 100644 --- a/themes/rose-pine-moon.json +++ b/themes/rose-pine-moon.json @@ -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", diff --git a/themes/rose-pine.json b/themes/rose-pine.json index 74d4336..5dad576 100644 --- a/themes/rose-pine.json +++ b/themes/rose-pine.json @@ -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",