[data-theme-light] {
  --color-main-background:#ffffff;
  --color-main-background-rgb:255,255,255;
  --color-main-background-translucent:rgba(var(--color-main-background-rgb), .97);
  --color-main-background-blur:rgba(var(--color-main-background-rgb), .8);
  --filter-background-blur:blur(25px);
  --gradient-main-background:var(--color-main-background) 0%, var(--color-main-background-translucent) 85%, transparent 100%;
  --color-background-hover:#f5f5f5;
  --color-background-dark:#ededed;
  --color-background-darker:#dbdbdb;
  --color-placeholder-light:#e6e6e6;
  --color-placeholder-dark:#cccccc;
  --color-main-text:#222222;
  --color-text-maxcontrast:#767676;
  --color-text-maxcontrast-default:#767676;
  --color-text-maxcontrast-background-blur:#646464;
  --color-text-light:#222222;
  --color-text-lighter:#767676;
  --color-scrollbar:rgba(34,34,34, .15);
  --color-error:#e9322d;
  --color-error-rgb:233,50,45;
  --color-error-hover:#ed5a56;
  --color-warning:#eca700;
  --color-warning-rgb:236,167,0;
  --color-warning-hover:#efb832;
  --color-success:#46ba61;
  --color-success-rgb:70,186,97;
  --color-success-hover:#6ac780;
  --color-loading-light:#cccccc;
  --color-loading-dark:#444444;
  --color-box-shadow-rgb:77,77,77;
  --color-box-shadow:rgba(var(--color-box-shadow-rgb), 0.5);
  --color-border:#ededed;
  --color-border-dark:#dbdbdb;
  --color-border-maxcontrast:#949494;
  --font-face:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, sans-serif, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --default-font-size:15px;
  --animation-quick:100ms;
  --animation-slow:300ms;
  --border-radius:3px;
  --border-radius-large:10px;
  --border-radius-pill:100px;
  --default-clickable-area:44px;
  --default-line-height:24px;
  --default-grid-baseline:4px;
  --header-height:50px;
  --navigation-width:300px;
  --sidebar-min-width:300px;
  --sidebar-max-width:500px;
  --list-min-width:200px;
  --list-max-width:300px;
  --header-menu-item-height:44px;
  --header-menu-profile-item-height:66px;
  --breakpoint-mobile:1024px;
  --background-invert-if-dark:no;
  --background-invert-if-bright:invert(100%);
  --background-image-invert-if-bright:no;
  --image-background:url('/nextcloud/core/img/app-background.jpg');
  --image-background-default:no;
  --color-background-plain:#234c7d;
  --primary-invert-if-bright:no;
  --color-primary:#234c7d;
  --color-primary-default:#234c7d;
  --color-primary-text:#ffffff;
  --color-primary-hover:#4e6f97;
  --color-primary-light:#e9edf2;
  --color-primary-light-text:#0e1e32;
  --color-primary-light-hover:#dfe2e7;
  --color-primary-text-dark:#ededed;
  --color-primary-element:#234c7d;
  --color-primary-element-default-hover:#4e6f97;
  --color-primary-element-text:#ffffff;
  --color-primary-element-hover:#4e6f97;
  --color-primary-element-light:#e9edf2;
  --color-primary-element-light-text:#0e1e32;
  --color-primary-element-light-hover:#dfe2e7;
  --color-primary-element-text-dark:#ededed;
  --gradient-primary-background:linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
  --image-background-plain:true;
}
