Colloid-gtk-theme icon indicating copy to clipboard operation
Colloid-gtk-theme copied to clipboard

Feature request: Non-rounded corner tweak

Open smitheric95 opened this issue 3 years ago • 7 comments
trafficstars

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!

smitheric95 avatar Dec 13 '21 03:12 smitheric95

No problem!

vinceliuice avatar Dec 13 '21 03:12 vinceliuice

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 :>

owhami avatar Dec 13 '21 09:12 owhami

Would love to see this as well. :)

katjapvl avatar Feb 21 '22 09:02 katjapvl

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

manticore-projects avatar May 14 '22 18:05 manticore-projects

+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!

TCB13 avatar Jun 22 '23 12:06 TCB13

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

0x7375 avatar May 17 '24 01:05 0x7375

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.

manticore-projects avatar May 17 '24 11:05 manticore-projects