:root,
[data-theme="dark"],
[data-theme="light"] {
  --primary: #181818 !important;
  --secondary: #232323 !important;
  --body-bg: #181818 !important;
  --header-bg: #232323 !important;
  --darkened-bg: #232323 !important;
  --selected-row: transparent !important;
  --selected-bg: #232323 !important;
  --body-fg: #f5f5f5 !important;
  --header-color: #fff !important;
  --body-quiet-color: #cccccc !important;
  --accent: #fff !important;
  --link-fg: #fff !important;
  --link-hover-color: #cccccc !important;
  --breadcrumbs-fg: #cccccc !important;
  --breadcrumbs-link-fg: #fff !important;
  --button-bg: #232323 !important;
  --button-fg: #fff !important;
  --button-hover-bg: #333 !important;
  --button-hover-fg: #232323 !important;
  --default-button-bg: #232323 !important;
  --default-button-fg: #fff !important;
  --default-button-hover-bg: #333 !important;
  --default-button-hover-fg: #232323 !important;
  --delete-button-bg: #b71c1c !important;
  --delete-button-fg: #fff !important;
  --delete-button-hover-bg: #d32f2f !important;
  --delete-button-hover-fg: #fff !important;
  --object-tools-bg: #232323 !important;
  --object-tools-fg: #fff !important;
  --object-tools-hover-bg: #333 !important;
  --object-tools-hover-fg: #fff !important;
  --input-bg: #232323 !important;
  --input-fg: #f5f5f5 !important;
  --input-border: #444 !important;
  --input-hover-border: #888 !important;
  --input-focus-border: #fff !important;
  --message-success-bg: #232323 !important;
  --message-warning-bg: #232323 !important;
  --message-warning-fg: #fff !important;
  --error-bg: #b71c1c !important;
  --error-fg: #fff !important;
  --success-bg: #232323 !important;
  --success-fg: #fff !important;
  --info-bg: #232323 !important;
  --info-fg: #fff !important;
  --hairline-color: #232323 !important;
}

button.theme-toggle {
  display: none;
}
