Update the item sheet styling to use Forgejo colours in dark mode
This commit is contained in:
parent
c9ad0d8a4e
commit
66d2452d1d
5 changed files with 97 additions and 7 deletions
|
|
@ -11,14 +11,16 @@
|
|||
--tab-button-active-border: rebeccapurple;
|
||||
--tab-button-hover-bg: var(--color-cool-3);
|
||||
|
||||
/* Actor Sheet Variables */
|
||||
/* Use --steel-850 as the main sheet background */
|
||||
--inventory-summary-background: #171e26;
|
||||
--inventory-summary-colour: white;
|
||||
--inventory-input-background: #2b3642;
|
||||
--inventory-input-colour: white;
|
||||
--inventory-input-disabled-colour: gray;
|
||||
|
||||
--item-list-header-background: #171e26;
|
||||
--item-list-header-color: white;
|
||||
|
||||
--item-card-background: #1d262f;
|
||||
--item-card-color: white;
|
||||
--item-card-header-background: #242d38;
|
||||
|
|
@ -27,6 +29,18 @@
|
|||
--item-card-header-input-colour: white;
|
||||
--item-card-header-disabled-input-colour: gray;
|
||||
|
||||
/* Item Sheet Variables */
|
||||
--item-sheet-color: var(--steel-100);
|
||||
--item-sheet-background: var(--steel-800);
|
||||
--item-sheet-divider-color: var(--steel-700);
|
||||
--item-sheet-input-color: var(--steel-100);
|
||||
--item-sheet-input-background: var(--steel-650);
|
||||
--item-sheet-toggle-slider-enabled-color: green;
|
||||
--item-sheet-toggle-slider-disabled-color: maroon;
|
||||
--item-sheet-description-menu-color: var(--steel-100);
|
||||
--item-sheet-description-menu-background: var(--steel-700);
|
||||
--item-sheet-description-content-background: var(--steel-650);
|
||||
|
||||
/* Chip Variables */
|
||||
--chip-color: #fff7ed;
|
||||
--chip-background: #2b3642;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue