Spreadsheet color editor

Jspreadsheet spreadsheet color theme editor

Default
Dark
Header color
Header color highlighted
Header background color
Header background color highlighted
Content color
Content color highlighted
Content background color
Content background color highlighted
Menu color
Menu color highlighted
Menu background color
Menu background color highlighted
Border color
Border color highlighted
Link color


Source code

<html>
<script src="https://jspreadsheet.com/v5/jspreadsheet.js"></script>
<script src="https://jspreadsheet.com/v5/jsuites.js"></script>
<link rel="stylesheet" href="https://jspreadsheet.com/v5/jspreadsheet.css" type="text/css" />
<link rel="stylesheet" href="https://jspreadsheet.com/v5/jsuites.css" type="text/css" />
<link rel="stylesheet" href="https://jspreadsheet.com/v5/jspreadsheet.themes.css" type="text/css" />

<div id="spreadsheet"></div>

<script>
jspreadsheet(document.getElementById('spreadsheet'), {
    minDimensions: [10,10],
    license: '39130-64ebc-bd98e-26bc4',
});
</script>
</html>

NOTE Add the following variables to your CSS files