Class MatrixTerminalTheme

java.lang.Object
de.spiritscorp.datasync.theme.MatrixTerminalTheme
All Implemented Interfaces:
AppTheme

public class MatrixTerminalTheme extends Object implements AppTheme
MatrixTheme provides a retro cyberpunk/terminal look with high-contrast green text on a pitch-black background.
  • Constructor Details

    • MatrixTerminalTheme

      public MatrixTerminalTheme()
  • Method Details

    • apply

      public void apply(javafx.scene.Scene scene)
      Description copied from interface: AppTheme
      Applies specific color palettes, fonts, and controls overrides to the target scene.
      Specified by:
      apply in interface AppTheme
      Parameters:
      scene - The active window scene graph context.
    • getName

      public String getName()
      Specified by:
      getName in interface AppTheme
      Returns:
      Display name of the theme for UI selection components.
    • toString

      public String toString()
      Overrides:
      toString in class Object