Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

theme not working #54

Description

@rendomnet
  mainWindow = new BrowserWindow({
    show: true,
    frame: false,
    titleBarStyle: 'hidden',
    transparent: true,
    backgroundColor: 'rgba(0,0,0,0)',
    webPreferences: {
      enableRemoteModule: true,
      nodeIntegration: true,
      webSecurity: true,
    },
  });

  setVibrancy(mainWindow, {
    theme: '#22222288', <---------
    effect: 'acrylic',
    useCustomWindowRefreshMethod: true,
    disableOnBlur: false,
    // maximumRefreshRate: 10,
    debug: false,
  });

changing theme option does not affect anything. How to make acrylic darker?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions