emacs-eaf / eaf-browser

A modern, customizable and extensible browser in Emacs
GNU General Public License v3.0
132 stars 26 forks source link

support customizable progress bar's color and height #18

Closed taquangtrung closed 2 years ago

taquangtrung commented 2 years ago

Hi,

The current height of the progress bar is quite small (2) and its color is the same as text color, so it's difficult to see.

In this PR, I make it customizable, increase the default height to 5 and change the color to orange so that it is easier to see.

Please consider merging it.

Thank you!

taquangtrung commented 2 years ago

@manateelazycat : Thanks! I just updated the code

taquangtrung commented 2 years ago

@manateelazycat : I just updated the code. Can you double-check?

manateelazycat commented 2 years ago

Cool, thanks for patch. ;)