1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Increase theme size

This commit is contained in:
RGBCube 2024-06-13 13:49:43 +03:00
parent b8dee7065f
commit 765f4fa84f
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -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;