Learn R Programming

gptstudio (version 0.4.0)

get_ide_theme_info: Get IDE theme information.

Description

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

Usage

get_ide_theme_info()

Arguments

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.