1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Minimal theme once again

This commit is contained in:
RGBCube 2024-05-20 14:50:40 +03:00
parent 6d18066eb5
commit 7d0a097bda
No known key found for this signature in database

View file

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