Switch to onedark theme

This commit is contained in:
Filippo Berto 2022-06-02 14:16:07 +02:00
parent e102a548ba
commit 1f1ade1541
3 changed files with 22 additions and 19 deletions

View file

@ -29,8 +29,8 @@ let
selected = {
foreground = colorPalette.bright.white;
background = color.tAlphaRgba (v: 240) colorPalette.dark.blue;
underline = colorPalette.dark.white;
background = colorPalette.bright.black;
underline = colorPalette.normal.white;
};
alert = colorPalette.bright.red;