Uses of Enum
org.aesh.terminal.utils.TerminalTheme
Packages that use TerminalTheme
-
Uses of TerminalTheme in org.aesh.terminal.utils
Methods in org.aesh.terminal.utils that return TerminalThemeModifier and TypeMethodDescriptionstatic TerminalThemeTerminalColorCapability.detectThemeFromEnvironment()Detect terminal theme from environment variables.static TerminalThemeTerminalTheme.fromGrayscale(int gray) Determine theme from a grayscale value.static TerminalThemeTerminalTheme.fromRGB(int red, int green, int blue) Determine theme from RGB background color values.TerminalColorCapability.getTheme()Get the detected terminal theme.static TerminalThemeReturns the enum constant of this type with the specified name.static TerminalTheme[]TerminalTheme.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aesh.terminal.utils with parameters of type TerminalThemeModifier and TypeMethodDescriptionTerminalColorCapability.Builder.theme(TerminalTheme theme) Set the terminal theme.Constructors in org.aesh.terminal.utils with parameters of type TerminalThemeModifierConstructorDescriptionTerminalColorCapability(ColorDepth colorDepth, TerminalTheme theme) Create a new TerminalColorCapability with color depth and theme.TerminalColorCapability(ColorDepth colorDepth, TerminalTheme theme, int[] foregroundRGB, int[] backgroundRGB) Create a new TerminalColorCapability with all detected values.