Add accent colors and table color settings

This commit is contained in:
igorkorenfeld 2023-01-30 14:39:18 -05:00
parent 69533a2f80
commit c0c8b9cbf8
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -94,6 +94,8 @@ in the form $setting: value,
$theme-color-accent-cool: $dhs-light-blue-60,
$theme-color-accent-cool-dark: $dhs-light-blue-70,
$theme-color-accent-cool-light: $dhs-light-blue-40,
$theme-color-accent-cool-lighter: $dhs-light-blue-30,
$theme-color-accent-cool-lightest: $dhs-light-blue-15,
/*---------------------------
## Error state
@ -119,4 +121,14 @@ in the form $setting: value,
----------------------------*/
$theme-input-line-height: 5,
/*---------------------------
# Component settings
-----------------------------
## Sorted Table
----------------------------*/
$theme-table-sorted-header-background-color: "accent-cool-lighter",
$theme-table-sorted-background-color: "accent-cool-lightest",
$theme-table-sorted-icon-color: "primary-darker",
$theme-table-unsorted-icon-color: "primary",
);