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

Seperate margin and padding

This commit is contained in:
RGBCube 2023-12-07 21:42:27 +03:00
parent 39b72f8d81
commit 5965bbfe3a
No known key found for this signature in database
4 changed files with 10 additions and 9 deletions

View file

@ -117,7 +117,9 @@
theme = themes.custom (themes.raw.gruvbox-dark-hard // {
corner-radius = 12;
border-width = 3;
padding = 10;
margin = 10;
padding = 10;
font.size.normal = 12;
font.size.big = 18;