vinceliuice / Colloid-gtk-theme

Colloid gtk theme for linux
GNU General Public License v3.0
912 stars 71 forks source link

Feature request: Non-rounded corner tweak #8

Open smitheric95 opened 2 years ago

smitheric95 commented 2 years ago

I would love to have a --tweaks option for non-rounded corners similar to your Fluent and Qogir themes. A less-rounded corner would also look nice, I think.

Keep it up, Vince. Your themes are the best!

vinceliuice commented 2 years ago

No problem!

owhami commented 2 years ago

I also hope that there will be a version that's non-rounded.

I hope you are still in good health to further develop Linux :>

katjapvl commented 2 years ago

Would love to see this as well. :)

manticore-projects commented 2 years ago

Sign me up please, I am a huge fan of your themes -- but do not use them yet, because of "too round" corners.

TCB13 commented 1 year ago

+1 for this feature. @vinceliuice most of your themes include options to have rounded corners or not, please do the same thing with this. Thank you for your work, attention to detail and very high quality themes!

0xayko commented 1 month ago

+1 using a tiling window manager and this would be greatly appreciated!

manticore-projects commented 1 month ago

It is actually sufficient to edit the file src/sass/_variables.scss and to reduce the radiuses:

//
// Radiuses
//

$window-radius: 6px;
$modal-radius: 2px;
$corner-radius: 6px;
$menu-radius: $corner-radius;
$circular-radius: 6px;

This gives me my own preferred minimal rounding.