Snow skin demo
The Snow skin is designed as a modern and lightweight editor for web apps. It looks great together with the Thin icon pack.
-
TinyMCE
-
HTML
-
JS
-
Edit on CodePen
<textarea id="premiumskinsandicons-snow">
<h1>The Incomparable Yosemite</h1>
<p>The most famous and accessible of these cañon valleys, <span style="background-color: #fbeeb8;">and also the one that presents their most striking and sublime features on the grandest scale</span>, is the Yosemite, situated in the basin of the Merced River at an elevation of 4000 feet above the level of the sea. It is about <em><span style="color: #2dc26b;">seven miles long</span></em>, half a mile to a mile wide, and nearly a mile deep in the <span style="background-color: #f8cac6;">solid granite flank</span> of the range. </p>
<p><em>The walls are made up of rocks</em>, mountains in size, partly separated from each other by side cañons, and they are so sheer in front, and so compactly and harmoniously arranged on a level floor, that the Valley, comprehensively seen, looks like an immense hall or temple lighted from above.</p>
</textarea>
tinymce.init({
selector: 'textarea#premiumskinsandicons-snow',
skin: 'snow',
icons: 'thin',
plugins: 'quickbars image lists code table codesample',
toolbar: 'formatselect | forecolor backcolor | bold italic underline strikethrough | link image blockquote codesample | align bullist numlist | code ',
height: 400,
content_style: 'body { margin: 2rem 10%; }'
});