1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

dont know what happened there

This commit is contained in:
Kierán Meinhardt
2019-03-06 00:59:14 +01:00
parent 9d2ebfd49b
commit c503b59020

View File

@@ -26,7 +26,7 @@ let
blue = { light = "#5833ff"; dark = "#492ee1"; };
magenta = { light = "#f935f8"; dark = "#d338d3"; };
cyan = { light = "#14f0f0"; dark = "#33bbc8"; };
white = { light = "e9ebeb#"; dark = "#cbcccd"; };
white = { light = "#e9ebeb"; dark = "#cbcccd"; };
background = black.dark;
foreground = white.dark;
fadeColor = black.dark;