Add new solarized light and dark themes.

Add more elements to be controlled by theme css:
- Preloader spinner colours
- Operation disable / breakpoint icons
- Auto bake checkbox
- Search highlight colour
- Categories header colour
This commit is contained in:
j433866 2019-03-19 14:37:46 +00:00
parent 328c0ade22
commit d09ab4a153
13 changed files with 494 additions and 14 deletions

View file

@ -32,6 +32,13 @@
--banner-font-colour: white;
--banner-bg-colour: maroon;
--category-list-font-colour: yellow;
--loader-background-colour: #00f;
--loader-outer-colour: #0f0;
--loader-middle-colour: red;
--loader-inner-colour: yellow;
/* Operation colours */
--op-list-operation-font-colour: blue;
@ -72,6 +79,13 @@
--arg-label-colour: red;
/* Operation buttons */
--disable-icon-colour: #0f0;
--disable-icon-selected-colour: yellow;
--breakpoint-icon-colour: #0f0;
--breakpoint-icon-selected-colour: yellow;
/* Buttons */
--btn-default-font-colour: black;
--btn-default-bg-colour: white;
@ -110,4 +124,5 @@
--popover-border-colour: violet;
--code-background: black;
--code-font-colour: limegreen;
--input-highlight-colour: limegreen;
}