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:
parent
6d18066eb5
commit
7d0a097bda
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue