Custom .todo theme

I don’t find a way to customize the text before .todo and the @tag tag itself. Is there a way to do that ?

I think this will do what you want:

pre.cm-todo-mode .cm-text {
  color: red;
}

exactly, thanks !