Raxol.Plugins.ThemePlugin (Raxol v0.2.0)

View Source

Plugin that manages terminal themes and color schemes. Allows users to apply predefined themes or create custom color schemes.

Summary

Functions

Changes the current theme to the specified theme name.

Creates a custom theme with the specified colors.

Gets the current theme.

Gets a list of available themes.

Functions

change_theme(plugin, theme_name)

Changes the current theme to the specified theme name.

create_custom_theme(plugin, name, colors)

Creates a custom theme with the specified colors.

disable(plugin)

enable(plugin)

get_name(plugin)

get_theme(plugin)

Gets the current theme.

is_enabled?(plugin)

list_themes()

Gets a list of available themes.