Module aya.cli.impl

Class VscColorTheme

java.lang.Object
org.aya.cli.render.vscode.VscColorTheme

public class VscColorTheme extends Object
  • Field Details

    • name

      @Nullable public @Nullable String name
    • include

      @Nullable public @Nullable String include
    • colors

      @Nullable public @Nullable Map<String,Color> colors
    • tokenColors

      @Nullable public @Nullable List<VscColorTheme.TokenColor> tokenColors
    • SCOPE_KEYWORD

      public static final kala.collection.Seq<String> SCOPE_KEYWORD
    • SCOPE_FN_CALL

      public static final kala.collection.Seq<String> SCOPE_FN_CALL
    • SCOPE_GENERALIZED

      public static final kala.collection.Seq<String> SCOPE_GENERALIZED
    • SCOPE_DATA_CALL

      public static final kala.collection.Seq<String> SCOPE_DATA_CALL
    • SCOPE_STRUCT_CALL

      public static final kala.collection.Seq<String> SCOPE_STRUCT_CALL
    • SCOPE_CON_CALL

      public static final kala.collection.Seq<String> SCOPE_CON_CALL
    • SCOPE_FIELD_CALL

      public static final kala.collection.Seq<String> SCOPE_FIELD_CALL
  • Constructor Details

    • VscColorTheme

      public VscColorTheme()
  • Method Details