DarthFennec / highlight-indent-guides

Emacs minor mode to highlight indentation
566 stars 27 forks source link

Improve highlight-indent-guides-auto-set-faces #113

Open Dickby opened 2 years ago

Dickby commented 2 years ago

before the calculation didn't work if the background was black. Now the new introduced function calculates the color by taking the difference from background to foreground, multiplies it by the desired percentage and adds it to the background.