From 38c1dc87455322f262f067ae530b3bdb73a3120f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 18 Sep 2023 12:05:16 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20one-dark=20=E2=86=92=20onedark?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/stylix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/stylix.nix b/configs/stylix.nix index 0e0fb7d..6c8cc8f 100644 --- a/configs/stylix.nix +++ b/configs/stylix.nix @@ -25,7 +25,7 @@ in { "0" = "synth-midnight-dark"; "1" = "apprentice"; # https://romainl.github.io/Apprentice/ "2" = "one-light"; - "3" = "one-dark"; + "3" = "onedark"; "4" = "material"; # https://github.com/ntpeters/base16-materialtheme-scheme "5" = "material-palenight"; "6" = "material-lighter";