EditorThemeData constructor
const
EditorThemeData({
- Color? shellBackground,
- Color? inactiveShellBackground,
- Color? activeShellBorderColor,
- Color? inactiveShellBorderColor,
- Color? bodyBackground,
- Color? inactiveBodyBackground,
- Color? activeBodyBorderColor,
- Color? inactiveBodyBorderColor,
- Color? utilityBackground,
- Color? utilityBorderColor,
- Color? titleForeground,
- Color? inactiveTitleForeground,
- Color? metaForeground,
- Color? inactiveMetaForeground,
- Color? focusedPromptForeground,
- Color? blurredPromptForeground,
- Color? focusedTextForeground,
- Color? blurredTextForeground,
- Color? focusedPlaceholderForeground,
- Color? blurredPlaceholderForeground,
- Color? focusedLineNumberForeground,
- Color? blurredLineNumberForeground,
- Color? focusedCursorLineBackground,
- Color? blurredCursorLineBackground,
- Color? focusedCursorLineNumberForeground,
- Color? blurredCursorLineNumberForeground,
- Color? searchMatchBackground,
- Color? searchMatchUnderlineColor,
Implementation
const EditorThemeData({
this.shellBackground,
this.inactiveShellBackground,
this.activeShellBorderColor,
this.inactiveShellBorderColor,
this.bodyBackground,
this.inactiveBodyBackground,
this.activeBodyBorderColor,
this.inactiveBodyBorderColor,
this.utilityBackground,
this.utilityBorderColor,
this.titleForeground,
this.inactiveTitleForeground,
this.metaForeground,
this.inactiveMetaForeground,
this.focusedPromptForeground,
this.blurredPromptForeground,
this.focusedTextForeground,
this.blurredTextForeground,
this.focusedPlaceholderForeground,
this.blurredPlaceholderForeground,
this.focusedLineNumberForeground,
this.blurredLineNumberForeground,
this.focusedCursorLineBackground,
this.blurredCursorLineBackground,
this.focusedCursorLineNumberForeground,
this.blurredCursorLineNumberForeground,
this.searchMatchBackground,
this.searchMatchUnderlineColor,
});