mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Increase theme size
This commit is contained in:
parent
b8dee7065f
commit
765f4fa84f
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue