Files

80 lines
3.0 KiB
CSS

:root {
/* The main accent color and the matching text value */
--adw-accent-bg-rgb: 76, 108, 148 !important;
--adw-accent-fg-rgb: 223, 228, 196 !important;
--adw-accent-rgb: 76, 108, 148 !important;
/* destructive-action buttons */
--adw-destructive-bg-rgb: 177, 71, 82 !important;
--adw-destructive-fg-rgb: 28, 45, 40 !important;
--adw-destructive-rgb: 177, 71, 82 !important;
/* Levelbars, entries, labels and infobars. These don't need text colors */
--adw-success-bg-rgb: 85, 103, 83 !important;
--adw-success-fg-rgb: 223, 228, 196 !important;
--adw-success-rgb: 85, 103, 83 !important;
--adw-warning-bg-rgb: 220, 129, 100 !important;
--adw-warning-fg-rgb: 223, 228, 196 !important;
--adw-warning-fg-a: 0.8 !important;
--adw-warning-rgb: 220, 129, 100 !important;
--adw-error-bg-rgb: 177, 71, 82 !important;
--adw-error-fg-rgb: 223, 228, 196 !important;
--adw-error-rgb: 177, 71, 82 !important;
/* Window */
--adw-window-bg-rgb: 223, 228, 196 !important;
--adw-window-fg-rgb: 28, 45, 40 !important;
/* Views - e.g. text view or tree view */
--adw-view-bg-rgb: 223, 228, 196 !important;
--adw-view-fg-rgb: 28, 45, 40 !important;
/* Header bar, search bar, tab bar */
--adw-headerbar-bg-rgb: 223, 228, 196 !important;
--adw-headerbar-fg-rgb: 28, 45, 40 !important;
--adw-headerbar-border-rgb: 125, 135, 148 !important;
--adw-headerbar-backdrop-rgb: 223, 228, 196 !important;
--adw-headerbar-shade-rgb: 0, 0, 0 !important;
--adw-headerbar-shade-a: 0.36 !important;
--adw-headerbar-darker-shade-rgb: 0, 0, 0 !important;
--adw-headerbar-darker-shade-a: 0.9 !important;
/* Split pane views */
--adw-sidebar-bg-rgb: 223, 228, 196 !important;
--adw-sidebar-fg-rgb: 28, 45, 40 !important;
--adw-sidebar-backdrop-rgb: 125, 135, 148 !important;
--adw-sidebar-shade-rgb: 0, 0, 0 !important;
--adw-sidebar-shade-a: 0.36 !important;
--adw-secondary-sidebar-bg-rgb: 223, 228, 196 !important;
--adw-secondary-sidebar-fg-rgb: 28, 45, 40 !important;
--adw-secondary-sidebar-backdrop-rgb: 125, 135, 148 !important;
--adw-secondary-sidebar-shade-rgb: 0, 0, 0 !important;
--adw-secondary-sidebar-shade-a: 0.36 !important;
/* Cards, boxed lists */
--adw-card-bg-rgb: 255, 255, 255 !important;
--adw-card-bg-a: 0.08 !important;
--adw-card-fg-rgb: 255, 255, 255 !important;
--adw-card-shade-rgb: 0, 0, 0 !important;
--adw-card-shade-a: 0.36 !important;
/* Dialogs */
--adw-dialog-bg-rgb: 223, 228, 196 !important;
--adw-dialog-fg-rgb: 28, 45, 40 !important;
/* Popovers */
--adw-popover-bg-rgb: 223, 228, 196 !important;
--adw-popover-fg-rgb: 28, 45, 40 !important;
--adw-popover-shade-rgb: 0, 0, 0 !important;
--adw-popover-shade-a: 0.36 !important;
/* Thumbnails */
--adw-thumbnail-bg-rgb: 223, 228, 196 !important;
/* Miscellaneous */
--adw-shade-rgb: 0, 0, 0 !important;
--adw-shade-a: 0.36 !important;
}