Module aya.cli.impl

Class VscColorTheme.TokenColor.Settings

java.lang.Object
org.aya.cli.render.vscode.VscColorTheme.TokenColor.Settings
Enclosing class:
VscColorTheme.TokenColor

public static class VscColorTheme.TokenColor.Settings extends Object
  • Field Details

    • fontStyle

      @Nullable public @Nullable String fontStyle
    • foreground

      @Nullable public @Nullable Color foreground
    • bold

      public boolean bold
    • italic

      public boolean italic
    • underline

      public boolean underline
  • Constructor Details

    • Settings

      public Settings()