1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +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, ... }: { { lib, pkgs, themes, ... }: {
options.theme = lib.mkConst (themes.custom (themes.raw.gruvbox-dark-hard // { options.theme = lib.mkConst (themes.custom (themes.raw.gruvbox-dark-hard // {
cornerRadius = 8; cornerRadius = 0;
borderWidth = 2; borderWidth = 1;
margin = 6; margin = 0;
padding = 8; padding = 8;
font.size.normal = 12; font.size.normal = 12;