/*
 * Syntax theme: light
 * Palette: bg=#FAFAFA, surface=#F2F2F2, text=#111112, accent=#7A5AAA, link=#5A3A90
 */

.z-code {
  color: #111112;
  background-color: #F2F2F2;
}

.z-hl {
  background-color: #7A5AAA18;
}

.giallo-ln {
  color: #9A9A9F;
}

/* Base */
.z-text        { color: #111112; }
.z-source      { color: #111112; }

/* Comments */
.z-comment                             { color: #9A9A9F; }
.z-punctuation.z-definition.z-comment  { color: #9A9A9F; }

/* Keywords, storage, operators */
.z-keyword                          { color: #5A3A90; }
.z-storage                          { color: #5A3A90; }
.z-storage.z-type                   { color: #5A3A90; }
.z-storage.z-modifier               { color: #5A3A90; }
.z-keyword.z-operator               { color: #6A696E; }
.z-keyword.z-control                { color: #5A3A90; }
.z-punctuation                      { color: #6A696E; }

/* Strings */
.z-string                           { color: #111112; }
.z-string.z-regexp                  { color: #7A5AAA; }

/* Constants & numbers */
.z-constant                         { color: #7A5AAA; }
.z-constant.z-numeric               { color: #7A5AAA; }
.z-constant.z-language              { color: #7A5AAA; }
.z-constant.z-character.z-escape    { color: #5A3A90; }

/* Variables */
.z-variable                         { color: #111112; }
.z-variable.z-parameter             { color: #111112; }
.z-variable.z-language              { color: #5A3A90; }

/* Functions */
.z-entity.z-name.z-function         { color: #111112; }
.z-support.z-function               { color: #111112; }
.z-variable.z-function              { color: #111112; }
.z-meta.z-function-call             { color: #111112; }

/* Types, classes */
.z-entity.z-name.z-type             { color: #7A5AAA; }
.z-entity.z-name.z-class            { color: #7A5AAA; }
.z-entity.z-name.z-struct           { color: #7A5AAA; }
.z-entity.z-name.z-enum             { color: #7A5AAA; }
.z-entity.z-name.z-trait            { color: #7A5AAA; }
.z-entity.z-name.z-impl             { color: #7A5AAA; }
.z-support.z-type                   { color: #7A5AAA; }
.z-support.z-class                  { color: #7A5AAA; }

/* Tags (HTML/JSX) */
.z-entity.z-name.z-tag              { color: #111112; }
.z-entity.z-other.z-attribute-name  { color: #6A696E; }

/* Markup */
.z-markup.z-bold                    { color: #111112; font-weight: bold; }
.z-markup.z-italic                  { color: #111112; }
.z-markup.z-strikethrough           { color: #9A9A9F; text-decoration: line-through; }
.z-markup.z-link                    { color: #5A3A90; }
.z-markup.z-quote                   { color: #9A9A9F; }
.z-markup.z-raw                     { color: #7A5AAA; }
.z-markup.z-inserted.z-diff         { color: #7A5AAA; }
.z-markup.z-deleted.z-diff          { color: #5A3A90; }
.z-markup.z-changed.z-diff          { color: #7A5AAA; }
.z-markup.z-heading                 { color: #111112; font-weight: bold; }
.z-markup.z-inline.z-raw            { color: #7A5AAA; }
.z-markup.z-underline.z-link        { color: #5A3A90; }

/* Punctuation refinements */
.z-punctuation.z-accessor                { color: #7A5AAA; }
.z-punctuation.z-definition.z-tag        { color: #6A696E; }
.z-punctuation.z-section.z-interpolation { color: #5A3A90; }

/* Meta / decorators */
.z-meta.z-decorator      { color: #7A5AAA; }
.z-punctuation.z-decorator { color: #7A5AAA; }

/* Diff */
.z-meta.z-diff.z-header  { color: #5A3A90; }
