Edge color in active line

edge color in active line
How to do this in Komodo?

This is the code that uses a theme of Brackets

}
.CodeMirror-activeline-background{background: lighten(@background, 10%); border-bottom: 2px solid #0e8da3; border-top: 2px solid #0e8da3;
}

How could I add a theme of Komodo?

(google traduction)

Sorry, this is not possible with Scintilla, which is the editor component that Komodo uses.

:worried: gracias