Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: theming backend#8083

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
mindspank wants to merge5 commits intomain
base:main
Choose a base branch
Loading
fromfeat/theming
Open
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
leftover log
  • Loading branch information
@mindspank
mindspank committedOct 3, 2025
commite41a59f44fed380170bfd8cb2c4a18d63d6ee5aa
8 changes: 0 additions & 8 deletionsweb-common/src/features/themes/actions.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -415,14 +415,6 @@ function applySecondaryColorVariables(
if (palettes) {
applyPaletteToVariables(root, "theme-secondary", palettes, allowNewPalette);
applyPaletteToVariables(root, "secondary", palettes, allowNewPalette);

console.log('Applied secondary color palette:', {
lightColor,
darkColor,
light: palettes.light.length,
dark: palettes.dark.length,
allowNewPalette
});
}
} catch (error) {
console.error('Failed to generate palette from secondary colors:', { lightColor, darkColor }, error);
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp