mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Reduce corner rounding
This commit is contained in:
parent
e0026b07ba
commit
480952f729
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
theme = themes.custom (themes.raw.gruvbox-dark-hard // {
|
theme = themes.custom (themes.raw.gruvbox-dark-hard // {
|
||||||
corner-radius = 12;
|
corner-radius = 8;
|
||||||
border-width = 3;
|
border-width = 3;
|
||||||
|
|
||||||
margin = 6;
|
margin = 6;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue