Skip to contents

This function returns a list with the current IDE theme's information.

Usage

get_ide_theme_info()

Value

A list with three components:

is_dark

A boolean indicating whether the current IDE theme is dark.

bg

The current IDE theme's background color.

fg

The current IDE theme's foreground color.