From c503b59020cc94126c81ed8dfed1bdc4f3fa2da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 6 Mar 2019 00:59:14 +0100 Subject: [PATCH] dont know what happened there --- theme.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.nix b/theme.nix index 9764b0a..a636daf 100644 --- a/theme.nix +++ b/theme.nix @@ -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;