Skip to content

Conversation

@JonasBa
Copy link
Member

@JonasBa JonasBa commented Jan 13, 2026

Remove theme.green100 to green400

Fix DE-303

@JonasBa JonasBa requested review from a team as code owners January 13, 2026 00:00
@linear
Copy link

linear bot commented Jan 13, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 13, 2026
Comment on lines 57 to 60
background-color: ${themeColor === 'pink' ? p.theme.colors.pink400 : p.theme[`${themeColor}400`]};
background-color: ${themeColor === 'pink' ? p.theme.colors.pink400 : themeColor === 'green' ? p.theme.colors.green400 : p.theme[`${themeColor}400`]};
}
.ansi-${ansiColor}-fg {
color: ${themeColor === 'pink' ? p.theme.colors.pink400 : p.theme[`${themeColor}400`]};
color: ${themeColor === 'pink' ? p.theme.colors.pink400 : themeColor === 'green' ? p.theme.colors.green400 : p.theme[`${themeColor}400`]};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as in the other PR, green400 needs to become theme.colors.green500

([ansiColor, themeColor]) => `
.ansi-${ansiColor}-bg {
background-color: ${themeColor === 'pink' ? p.theme.colors.pink400 : p.theme[`${themeColor}400`]};
background-color: ${themeColor === 'pink' ? p.theme.colors.pink500 : themeColor === 'green' ? p.theme.colors.green500 : p.theme[`${themeColor}400`]};
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated this as it was also wrongly updated in the previous PR

@JonasBa JonasBa enabled auto-merge (squash) January 15, 2026 16:43
@JonasBa JonasBa merged commit 7ae5699 into master Jan 15, 2026
53 checks passed
@JonasBa JonasBa deleted the jb/theme/de-303 branch January 15, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants