:root {
  --systemBackgroundColor: #1C1C1E;
  --systemGroupedBackgroundColor: black;

  --entryBackgroundColor: #1C1C1E;
  --entryShadowColor: rgba(255, 255, 255, 0.0);

  --primaryLabelColor: white;
  --secondaryLabelColor: #AAAAAA;

  --borderColor: #444444;
}

#introKeywordThemed {
  color: var(--primaryLabelColor);
}