diff --git a/packages/theme/src/themes.ts b/packages/theme/src/themes.ts index 73d6c13859..e92f36d22a 100644 --- a/packages/theme/src/themes.ts +++ b/packages/theme/src/themes.ts @@ -80,12 +80,12 @@ export const darkTheme = createTheme({ default: '#333333', }, status: { - ok: '#1DB954', - warning: '#FF9800', - error: '#E22134', - running: '#2E77D0', - pending: '#FFED51', - aborted: '#757575', + ok: '#9cdcaa', + warning: '#ffcd80', + error: '#f07278', + running: '#6cb6f5', + pending: '#fff9c2', + aborted: '#eeeeee', }, bursts: { fontColor: '#FEFEFE', @@ -103,7 +103,7 @@ export const darkTheme = createTheme({ }, border: '#E6E6E6', textContrast: '#FFFFFF', - textVerySubtle: '#DDD', + textVerySubtle: '#727272', textSubtle: '#EEEEEE', highlight: '#FFFBCC', errorBackground: '#FFEBEE',