feat(album-color-theme): change nav-bar style

This commit is contained in:
Su-Yong
2024-02-06 00:00:32 +09:00
parent febc63edef
commit ee05893d4c
2 changed files with 1 additions and 1 deletions

View File

@ -186,6 +186,7 @@ export default createPlugin<
document.body.style.setProperty('background', this.getMixedColor('#030303', COLOR_KEY), 'important');
document.documentElement.style.setProperty('--ytmusic-background', this.getMixedColor('#030303', DARK_COLOR_KEY), 'important');
document.documentElement.style.setProperty('--ytmusic-nav-bar', this.getMixedColor('#030303', DARK_COLOR_KEY), 'important');
},
},
});

View File

@ -1,6 +1,5 @@
import { createSignal } from 'solid-js';
import { render } from 'solid-js/web';
import { extractCss } from 'solid-styled-components';
import { TitleBar } from './renderer/TitleBar';
import { defaultInAppMenuConfig, InAppMenuConfig } from './constants';