Skip to content

Instantly share code, notes, and snippets.

@mackhankins
Last active September 28, 2023 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mackhankins/4f146e34204cc1f3b5c6ec5c79a7d566 to your computer and use it in GitHub Desktop.
Save mackhankins/4f146e34204cc1f3b5c6ec5c79a7d566 to your computer and use it in GitHub Desktop.
Custom Filament v3 Color Scheme
.dark {
.fi-body {
background: #111827 !important;
}
}
.dark {
.fi-wi-stats-overview-stat, .fi-ta-ctn, .fi-section,
& nav:not(.fi-sidebar-nav):not(.fi-breadcrumbs), .fi-sidebar-header,
.fi-dropdown-panel, .fi-modal-window, .tiptap-prosemirror-wrapper,
.fi-global-search-results-ctn, .sticky, .fi-simple-main, .fi-wi-stats-overview-card,
.fi-contained, .fi-no-notification {
background: #1F2937 !important;
}
}
.dark {
.choices__list {
background: #2A3441 !important;
color: white !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment