From ae1ad321a31f5150bcd2efa1042dffc9f282d71a Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 29 Jun 2023 11:37:18 -0400 Subject: [PATCH] stylix: Use monokai by default It's simple and gets the job done. --- modules/stylix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stylix.nix b/modules/stylix.nix index 23c6dcce..899f470a 100644 --- a/modules/stylix.nix +++ b/modules/stylix.nix @@ -1,7 +1,7 @@ { pkgs, ... }: let - theme = "oceanicnext"; + theme = "monokai"; opacity = 0.92; font-size = 11; in