FIx wrong warning and danger focus colors in solarized theme

This commit is contained in:
Jean-Romain Garnier 2021-01-16 12:22:32 +01:00
parent b147b026a3
commit 74a952a34f

View file

@ -12,10 +12,10 @@ $info-color: #2076b2;
$info-focus-color: #268bd2; $info-focus-color: #268bd2;
$warning-color: #cb4b16; $warning-color: #cb4b16;
$warning-focus-color: #ba296f; $warning-focus-color: #a83e12;
$danger-color: #d33682; $danger-color: #d33682;
$danger-focus-color: #a83e12; $danger-focus-color: #ba296f;
$light-color: #fdf6e3; $light-color: #fdf6e3;
$light-focus-color: #fbeecb; $light-focus-color: #fbeecb;