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