How to install a theme? - FoldingText

PHOTO EMBED

Sun Jun 06 2021 11:03:47 GMT+0000 (Coordinated Universal Time)

Saved by @ycljcfer

.CodeMirror {
	.cm-heading {
		font-weight: normal;
	}

	.cm-heading[cm-level="1"] {
		font-style: normal;
		font-weight: bold;
		line-height: @lineHeight * 1.5;
	}

	.cm-heading[cm-level="2"] {
		font-style: normal;
		font-weight: bold;
		color: #0F80FF;
	}
	.cm-heading[cm-level="3"] {
		font-style: italic;
		font-weight: bold;
		color: #CE2D53;
	}
	.cm-heading[cm-level="4"] {
		font-style: normal;
		font-weight: bold;
		color: #B3B3B3;
	}
}
content_copyCOPY

https://support.hogbaysoftware.com/t/how-to-install-a-theme/76