Presets
How to change preset in script
Navigate to ndev_jobdashboard/nui/presets
Copy files of desired preset and paste them in ndev_jobdashboard/nui
If you want do make own preset
Navigate to ndev_jobdashboard/nui/style.css
Edit following lines to achive your prefered style
:root {
--back-color: #101010;
--primary-color: #00CCFF;
--secondary-color: #fff;
--box-color: #00CCFF;
--box-text: #fff;
--jobname-color: #fff;
--scnd-text-color: #fff;
--hire-button-color: #101010;
--box-color-hire: #00CCFF;
--hire-button-text: #fff;
--promote-button-color: #101010;
--box-color-promote: #00CCFF;
--fire-button-color:#101010;
--box-color-fire: #00CCFF;
--table-text: #cfcece;
--modal-back:#101010;
--modal-secondry:#101010c6;
--modal-button:#101010;
--modal-button-text:#fff;
--modal-text:#fff;
}