/*
 * MF2 editor theme: Rrt Style
 *
 * Generated by `scripts/generate_themes.exs` from Makeup's
 * `rrt` Pygments theme (pinned to v1.1.0).
 * Classes use the tree-sitter capture taxonomy, so this
 * stylesheet styles both the browser editor and the HTML
 * emitted by `Localize.Message.to_html/2`.
 *
 * Editor:
 *   <link rel="stylesheet" href="/mf2_editor/themes/rrt.css" />
 *
 * Server-rendered HTML (standalone):
 *   {:ok, html} = Localize.Message.to_html(msg, standalone: true)
 */

.mf2-highlight {
  background-color: #000000;
  color: inherit;
  padding: 0.75em 1em;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  overflow-x: auto;
}

.mf2-variable, .mf2-variable-builtin {
  color: #eedd82;
}

.mf2-function {
  color: #ffff00;
}

.mf2-keyword, .mf2-keyword-import {
  color: #ff0000;
}

.mf2-tag, .mf2-keyword-conditional {
  color: #ff0000;
}

.mf2-string-escape {
  color: #ff0000;
}

.mf2-string {
  color: #87ceeb;
}

.mf2-constant-builtin {
  color: #ff0000;
}
