body {

}

.theme-dark {
  --background-primary: #181510;
  --background-secondary: #1f1d1a;
  --background-secondary-alt: #1f1f1f;
  --background-modifier-form-field: #1f1f1f;

  --text-normal: #dfcfaf;
  --text-muted: #bfaf9f;
  --text-accent: #ffaf00;

/*不稳定的类*/

  .cm-hmd-codeblock {
		color: #dfdfdf;
  }
}

.theme-light {
  --background-primary: #efedea;
  --background-secondary: #dfddda;
  --background-secondary-alt: #dfddda;
  --background-modifier-form-field: #dfddda;

  --text-normal: #1f1d1a;
  --text-muted: #2f2d2a;
  --text-accent: #7f4f00;

/*不稳定的类*/

	.cm-hmd-codeblock {
		color: #1f001f;
	}
}

/*不稳定的类*/

.cm-inline-code {
	color: var(--text-accent) !important;
}