modules/theme: update border color

This commit is contained in:
Anthony Rodriguez 2024-12-05 18:29:43 +01:00
parent 68a619879c
commit 6c8626dd18
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -183,7 +183,7 @@ in {
selection = "${scheme.palette.base02}ff";
selection-text = "${scheme.palette.base07}ff";
selection-match = "${scheme.palette.base0D}ff";
border = "${scheme.palette.base0E}ff";
border = "${scheme.palette.base0D}ff";
};
};