mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Adjust padding etc
This commit is contained in:
parent
232072aa5f
commit
c4abf626c9
1 changed files with 3 additions and 3 deletions
|
@ -97,10 +97,10 @@ in {
|
||||||
(name: inputs.${name}.packages.${system}.default));
|
(name: inputs.${name}.packages.${system}.default));
|
||||||
|
|
||||||
theme = themes.custom (themes.raw.gruvbox-dark-hard // {
|
theme = themes.custom (themes.raw.gruvbox-dark-hard // {
|
||||||
corner-radius = 0;
|
corner-radius = 8;
|
||||||
border-width = 1;
|
border-width = 2;
|
||||||
|
|
||||||
margin = 0;
|
margin = 4;
|
||||||
padding = 8;
|
padding = 8;
|
||||||
|
|
||||||
font.size.normal = 12;
|
font.size.normal = 12;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue