This snippet changes the Trix editor icons to white when dark mode is enabled in Jumpstart Pro.

.dark .trix-button--icon {
  -webkit-filter: invert(100%);
}