get_ide_theme_info {gptstudio}R Documentation

Get IDE theme information.

Description

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.


[Package gptstudio version 0.4.0 Index]