From 765f4fa84fae60b06a03a7c0f0abed284197c777 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 13 Jun 2024 13:49:43 +0300 Subject: [PATCH] Increase theme size --- options/theme.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/options/theme.nix b/options/theme.nix index f80076f..e0766ca 100644 --- a/options/theme.nix +++ b/options/theme.nix @@ -1,13 +1,13 @@ { lib, pkgs, themes, ... }: { options.theme = lib.mkConst (themes.custom (themes.raw.gruvbox-dark-hard // { - cornerRadius = 0; - borderWidth = 1; + cornerRadius = 8; + borderWidth = 2; - margin = 0; + margin = 8; padding = 8; - font.size.normal = 12; - font.size.big = 18; + font.size.normal = 16; + font.size.big = 20; font.sans.name = "Lexend"; font.sans.package = pkgs.lexend;