80 lines
2.9 KiB
CSS
80 lines
2.9 KiB
CSS
:root {
|
|
/* The main accent color and the matching text value */
|
|
--adw-accent-bg-rgb: 229, 137, 128 !important;
|
|
--adw-accent-fg-rgb: 27, 27, 27 !important;
|
|
--adw-accent-rgb: 229, 137, 128 !important;
|
|
|
|
/* destructive-action buttons */
|
|
--adw-destructive-bg-rgb: 244, 67, 54 !important;
|
|
--adw-destructive-fg-rgb: 239, 235, 220 !important;
|
|
--adw-destructive-rgb: 244, 67, 54 !important;
|
|
|
|
/* Levelbars, entries, labels and infobars. These don't need text colors */
|
|
--adw-success-bg-rgb: 231, 90, 80 !important;
|
|
--adw-success-fg-rgb: 27, 27, 27 !important;
|
|
--adw-success-rgb: 231, 90, 80 !important;
|
|
|
|
--adw-warning-bg-rgb: 169, 155, 122 !important;
|
|
--adw-warning-fg-rgb: 27, 27, 27 !important;
|
|
--adw-warning-fg-a: 0.8 !important;
|
|
--adw-warning-rgb: 169, 155, 122 !important;
|
|
|
|
--adw-error-bg-rgb: 244, 67, 54 !important;
|
|
--adw-error-fg-rgb: 27, 27, 27 !important;
|
|
--adw-error-rgb: 244, 67, 54 !important;
|
|
|
|
/* Window */
|
|
--adw-window-bg-rgb: 27, 27, 27 !important;
|
|
--adw-window-fg-rgb: 239, 235, 220 !important;
|
|
|
|
/* Views - e.g. text view or tree view */
|
|
--adw-view-bg-rgb: 27, 27, 27 !important;
|
|
--adw-view-fg-rgb: 239, 235, 220 !important;
|
|
|
|
/* Header bar, search bar, tab bar */
|
|
--adw-headerbar-bg-rgb: 27, 27, 27 !important;
|
|
--adw-headerbar-fg-rgb: 239, 235, 220 !important;
|
|
--adw-headerbar-border-rgb: 129, 127, 104 !important;
|
|
--adw-headerbar-backdrop-rgb: 27, 27, 27 !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: 27, 27, 27 !important;
|
|
--adw-sidebar-fg-rgb: 239, 235, 220 !important;
|
|
--adw-sidebar-backdrop-rgb: 129, 127, 104 !important;
|
|
--adw-sidebar-shade-rgb: 0, 0, 0 !important;
|
|
--adw-sidebar-shade-a: 0.36 !important;
|
|
--adw-secondary-sidebar-bg-rgb: 27, 27, 27 !important;
|
|
--adw-secondary-sidebar-fg-rgb: 239, 235, 220 !important;
|
|
--adw-secondary-sidebar-backdrop-rgb: 129, 127, 104 !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: 27, 27, 27 !important;
|
|
--adw-dialog-fg-rgb: 239, 235, 220 !important;
|
|
|
|
/* Popovers */
|
|
--adw-popover-bg-rgb: 27, 27, 27 !important;
|
|
--adw-popover-fg-rgb: 239, 235, 220 !important;
|
|
--adw-popover-shade-rgb: 0, 0, 0 !important;
|
|
--adw-popover-shade-a: 0.36 !important;
|
|
|
|
/* Thumbnails */
|
|
--adw-thumbnail-bg-rgb: 27, 27, 27 !important;
|
|
|
|
/* Miscellaneous */
|
|
--adw-shade-rgb: 0, 0, 0 !important;
|
|
--adw-shade-a: 0.36 !important;
|
|
}
|