@@ -360,8 +360,8 @@ export const makeLightChonkFlamegraphTheme = (
360
360
// Preset colors
361
361
FRAME_APPLICATION_COLOR : hexToColorChannels ( theme . colors . blue400 , 0.4 ) ,
362
362
FRAME_SYSTEM_COLOR : hexToColorChannels ( theme . colors . red400 , 0.3 ) ,
363
- DIFFERENTIAL_DECREASE : hexToColorChannels ( theme . colors . yellow200 , 1 ) ,
364
- DIFFERENTIAL_INCREASE : hexToColorChannels ( theme . colors . red300 , 1 ) ,
363
+ DIFFERENTIAL_DECREASE : hexToColorChannels ( theme . colors . blue400 , 0.6 ) ,
364
+ DIFFERENTIAL_INCREASE : hexToColorChannels ( theme . colors . red400 , 0.4 ) ,
365
365
SAMPLE_TICK_COLOR : hexToColorChannels ( theme . colors . red400 , 0.5 ) ,
366
366
367
367
// Cursors and labels
@@ -453,8 +453,8 @@ export const makeDarkChonkFlamegraphTheme = (
453
453
// Preset colors
454
454
FRAME_APPLICATION_COLOR : hexToColorChannels ( theme . colors . blue400 , 0.6 ) ,
455
455
FRAME_SYSTEM_COLOR : hexToColorChannels ( theme . colors . red400 , 0.5 ) ,
456
- DIFFERENTIAL_DECREASE : hexToColorChannels ( theme . colors . yellow200 , 1 ) ,
457
- DIFFERENTIAL_INCREASE : hexToColorChannels ( theme . colors . red300 , 1 ) ,
456
+ DIFFERENTIAL_DECREASE : hexToColorChannels ( theme . colors . blue400 , 0.6 ) ,
457
+ DIFFERENTIAL_INCREASE : hexToColorChannels ( theme . colors . red400 , 0.4 ) ,
458
458
SAMPLE_TICK_COLOR : hexToColorChannels ( theme . colors . red400 , 0.5 ) ,
459
459
460
460
// Cursors and labels
0 commit comments