Clarify ITheme.selection color

This commit is contained in:
Daniel Imms
2019-06-15 14:42:30 -07:00
parent 2bd043b664
commit ed9000cb1d
+1 -1
View File
@@ -191,7 +191,7 @@ declare module 'xterm' {
cursor?: string,
/** The accent color of the cursor (fg color for a block cursor) */
cursorAccent?: string,
/** The selection color (can be transparent) */
/** The selection background color (can be transparent) */
selection?: string,
/** ANSI black (eg. `\x1b[30m`) */
black?: string,