/* twinBASIC syntax-highlight palette. Generated from
   builder/themes/Light.theme + builder/themes/Dark.theme by
   builder/highlight-theme.mjs. Do not hand-edit; regenerate by
   running build.bat. */

/* Light palette (root). */
.highlight .c1 {  /* SymbolKeyword */
  color: #385ba9;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c2 {  /* SymbolNamedOperator */
  color: #385ba9;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c3 {  /* SymbolComment */
  color: #448a63;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c4 {  /* SymbolLiteralNumeric */
  color: #457e12;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c5 {  /* SymbolLiteralString */
  color: #679f1e;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c6 {  /* SymbolContinuationCharacter */
  color: #808080;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c7 {  /* SymbolOperator */
  color: #80a1a5;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c8 {  /* SymbolModule */
  color: #89894d;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c9 {  /* SymbolVariable */
  color: #939000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c10 {  /* SymbolClass */
  color: #a87300;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c11 {  /* SymbolConditionalCompilationDirective */
  color: #ad8c98;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c12 {  /* SymbolBuiltInDataType */
  color: #b1551f;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c13 {  /* SymbolLiteralBoolean, SymbolLiteralEmpty, SymbolLiteralNothing, SymbolLiteralNull, SymbolLiteralDate */
  color: #b877ce;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c14 {  /* SymbolFunction */
  color: #b96300;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.highlight .c15 {  /* SymbolAttribute */
  color: #bfbfbf;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Dark palette (active under html.dark-mode). */
html.dark-mode .highlight .c1 {  /* SymbolKeyword */
  color: #6c8eda;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c2 {  /* SymbolNamedOperator */
  color: #80a1a5;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c3 {  /* SymbolComment */
  color: #448a63;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c4 {  /* SymbolLiteralNumeric */
  color: #aeca89;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c5 {  /* SymbolLiteralString */
  color: #aeca89;
  font-style: oblique;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c6 {  /* SymbolContinuationCharacter */
  color: #808080;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c7 {  /* SymbolOperator */
  color: #80a1a5;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c8 {  /* SymbolModule */
  color: #a8a887;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c9 {  /* SymbolVariable */
  color: #8b8b52;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c10 {  /* SymbolClass */
  color: #e4c685;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c11 {  /* SymbolConditionalCompilationDirective */
  color: #ad8c98;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c12 {  /* SymbolBuiltInDataType */
  color: #b1551f;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c13 {  /* SymbolLiteralBoolean, SymbolLiteralEmpty, SymbolLiteralNothing, SymbolLiteralNull, SymbolLiteralDate */
  color: #c495d3;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c14 {  /* SymbolFunction */
  color: #cf9a5d;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
html.dark-mode .highlight .c15 {  /* SymbolAttribute */
  color: #5c5c53;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
