Skip to content

FoldingTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for code folding.

csharp
public static class FoldingTheme

Inheritance

ObjectFoldingTheme

Fields

CollapsedIndicator

Character used to indicate a collapsed region in the gutter (e.g., '▶').

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> CollapsedIndicator

CollapsedPlaceholder

Placeholder text shown for collapsed content.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> CollapsedPlaceholder

ExpandedIndicator

Character used to indicate an expanded region in the gutter (e.g., '▼').

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> ExpandedIndicator

PlaceholderForegroundColor

Foreground color of the collapsed placeholder text.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> PlaceholderForegroundColor

Released under the MIT License.