autochrome icon indicating copy to clipboard operation
autochrome copied to clipboard

Background of the white profile

Open ngregoire opened this issue 5 years ago • 0 comments

Hello,

after installation of AutoChrome, the default White profile has a yellow background image. The script build_extensions.rb has the correct Hue value (i.e. "White: 0.0") but isn't run at installation time. Instead, static copies stored in data/themes/ are used.

The following workaround rebuilds and reinstalls extensions, and provides a greyish White profile:

cd autochrome && ruby ./build_extensions.rb --path ~/.local/autochrome/chrome-orig && ruby autochrome.rb -P

A definitive solution could be to update the repository with fresh builds of the extensions, or to run build_extensions.rb at installation time.

ngregoire avatar Jan 21 '20 16:01 ngregoire