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

Reduce corner rounding

This commit is contained in:
RGBCube 2023-12-07 23:51:39 +03:00
parent e0026b07ba
commit 480952f729
No known key found for this signature in database

View file

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