libtextworker 0.1.4
Cross-platform, free and open library for Python projects

◆ GetColor()

tuple[str, str] libtextworker.interface.manager.ColorManager.GetColor (   self,
str | None   color = None 
)
Get the current foreground/background defined in the settings.
@since 0.1.4: Made to be a non-@property item
@param color (str | None = None): Defaults to darkdetect's output/current setting.
@return tuple[str, str]: Background - Foreground colors

Definition at line 147 of file manager.py.

Here is the call graph for this function: