diff --git a/dist/rose-pine-dawn.js b/dist/rose-pine-dawn.js index 1a46bd7..afbf1db 100644 --- a/dist/rose-pine-dawn.js +++ b/dist/rose-pine-dawn.js @@ -5,7 +5,7 @@ // blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist const hintsCss = - "font-size: 13pt; font-family: 'JetBrains Mono NL', 'Cascadia Code', 'Helvetica Neue', Helvetica, Arial, sans-serif; border: 0px; color: #575279; background: #faf4ed; background-color: #faf4ed"; + "font-size: 13pt; font-family: 'JetBrains Mono NL', 'Cascadia Code', 'Helvetica Neue', Helvetica, Arial, sans-serif; border: 0px; color: #575279 !important; background: #faf4ed; background-color: #faf4ed"; api.Hints.style(hintsCss); api.Hints.style(hintsCss, "text"); diff --git a/dist/rose-pine-moon.js b/dist/rose-pine-moon.js index b05caae..8d16bb5 100644 --- a/dist/rose-pine-moon.js +++ b/dist/rose-pine-moon.js @@ -5,7 +5,7 @@ // blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist const hintsCss = - "font-size: 13pt; font-family: 'JetBrains Mono NL', 'Cascadia Code', 'Helvetica Neue', Helvetica, Arial, sans-serif; border: 0px; color: #e0def4; background: #232136; background-color: #232136"; + "font-size: 13pt; font-family: 'JetBrains Mono NL', 'Cascadia Code', 'Helvetica Neue', Helvetica, Arial, sans-serif; border: 0px; color: #e0def4 !important; background: #232136; background-color: #232136"; api.Hints.style(hintsCss); api.Hints.style(hintsCss, "text"); diff --git a/dist/rose-pine.js b/dist/rose-pine.js index b2bcb1a..cf5ddb1 100644 --- a/dist/rose-pine.js +++ b/dist/rose-pine.js @@ -5,7 +5,7 @@ // blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist const hintsCss = - "font-size: 13pt; font-family: 'JetBrains Mono NL', 'Cascadia Code', 'Helvetica Neue', Helvetica, Arial, sans-serif; border: 0px; color: #e0def4; background: #191724; background-color: #191724"; + "font-size: 13pt; font-family: 'JetBrains Mono NL', 'Cascadia Code', 'Helvetica Neue', Helvetica, Arial, sans-serif; border: 0px; color: #e0def4 !important; background: #191724; background-color: #191724"; api.Hints.style(hintsCss); api.Hints.style(hintsCss, "text"); diff --git a/template.js b/template.js index 4cdafe9..d1c3a0b 100644 --- a/template.js +++ b/template.js @@ -5,7 +5,7 @@ // blurb: $description const hintsCss = - "font-size: 13pt; font-family: 'JetBrains Mono NL', 'Cascadia Code', 'Helvetica Neue', Helvetica, Arial, sans-serif; border: 0px; color: $text; background: $base; background-color: $base"; + "font-size: 13pt; font-family: 'JetBrains Mono NL', 'Cascadia Code', 'Helvetica Neue', Helvetica, Arial, sans-serif; border: 0px; color: $text !important; background: $base; background-color: $base"; api.Hints.style(hintsCss); api.Hints.style(hintsCss, "text");