Spreadsheet color themes

Jspreadsheet colour 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://bossanova.uk/jspreadsheet/v4/jexcel.js"></script>
<link rel="stylesheet" href="https://bossanova.uk/jspreadsheet/v4/jexcel.css" type="text/css" />
<link rel="stylesheet" href="https://bossanova.uk/jspreadsheet/v4/jexcel.themes.css" type="text/css" />

<script src="https://jsuites.net/v4/jsuites.js"></script>
<link rel="stylesheet" href="https://jsuites.net/v4/jsuites.css" type="text/css" />

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

<script>
jspreadsheet(document.getElementById('spreadsheet'), {
    minDimensions: [10,10]
});
</script>
</html>

NOTE Add the following variables to your CSS files