From 7d0a097bda7e2b9b841b30af10732a3fc5b6c545 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 20 May 2024 14:50:40 +0300 Subject: [PATCH] Minimal theme once again --- options/theme.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/options/theme.nix b/options/theme.nix index 8c0be63..f80076f 100644 --- a/options/theme.nix +++ b/options/theme.nix @@ -1,9 +1,9 @@ { lib, pkgs, themes, ... }: { options.theme = lib.mkConst (themes.custom (themes.raw.gruvbox-dark-hard // { - cornerRadius = 8; - borderWidth = 2; + cornerRadius = 0; + borderWidth = 1; - margin = 6; + margin = 0; padding = 8; font.size.normal = 12;