diff --git a/src/template.json b/src/template.json index 960cb58..2a882b7 100644 --- a/src/template.json +++ b/src/template.json @@ -59,6 +59,7 @@ "created": "$foam", "warning": "$gold", "warning.background": "$highlightLow", + "warning.border": "$gold", "hint": "$subtle", "hint.background": "$highlightLow", "error": "$love", diff --git a/themes/rose-pine-dawn.json b/themes/rose-pine-dawn.json index dbad639..e91e256 100644 --- a/themes/rose-pine-dawn.json +++ b/themes/rose-pine-dawn.json @@ -59,6 +59,7 @@ "created": "#56949f", "warning": "#ea9d34", "warning.background": "#f4ede8", + "warning.border": "#ea9d34", "hint": "#797593", "hint.background": "#f4ede8", "error": "#b4637a", diff --git a/themes/rose-pine-moon.json b/themes/rose-pine-moon.json index 2bc77b1..ff2943f 100644 --- a/themes/rose-pine-moon.json +++ b/themes/rose-pine-moon.json @@ -59,6 +59,7 @@ "created": "#9ccfd8", "warning": "#f6c177", "warning.background": "#2a283e", + "warning.border": "#f6c177", "hint": "#908caa", "hint.background": "#2a283e", "error": "#eb6f92", diff --git a/themes/rose-pine.json b/themes/rose-pine.json index 31ff415..13f5429 100644 --- a/themes/rose-pine.json +++ b/themes/rose-pine.json @@ -59,6 +59,7 @@ "created": "#9ccfd8", "warning": "#f6c177", "warning.background": "#21202e", + "warning.border": "#f6c177", "hint": "#908caa", "hint.background": "#21202e", "error": "#eb6f92",