[data-theme="default-dark"] {

     /* Core */
     --hover-color: #4da3ff;

     --color-light: #1a2430;
     --color-dark: #e6edf6;
     --border-button: #2a3440;

     --back-faded: #11161d;

     --hover-back: #1a2430;
     --active-back: #1c2a3a;

     --body-back: #0f1722;
     --body-faded: rgba(15, 23, 34, 0.7);

     --box-shadow: 0px 3px 8px rgba(0,0,0,0.6);

     /* Header */
     --header-back: #121a24;
     --header-back-muted: #0f1722;

     /* Menu */
     --menu-back: #121a24;
     --menu-category-color: #8ea3b0;

     --menu-group-back-active: #1c2a3a;
     --menu-group-text-active: #cfe3ff;
     --menu-group-border-active: 1px solid #4da3ff;

     --menu-group-back-hover: #1c2a3a;
     --menu-group-text-hover: #9fc7ff;

     --menu-element-hover-back: #1c2a3a;
     --menu-element-hover-text: #9fc7ff;
     --menu-element-active-back: #24364d;
     --menu-element-active-text: #cfe3ff;

     /* Content */
     --content-back: #121a24;
     --content-title-text: #9fb2c6;
     --content-subtext: #8ea3b0;
     --content-subtitle-text: #7f93a6;

     --content-back-highlight: #2a210c;

     --content-title-button-back: #2a3440;
     --content-title-button-text: #e6edf6;

     /* --content-button-back: #121a24;
     --content-button-text: #121a24; */

     --content-footer-back: #0f1722;

     /* Popup */
     --popup-back: #121a24;
     --popup-shadow: 0 12px 32px rgba(0,0,0,0.7);

     /* Notify */
     --notify-text: #e6edf6;

     /* Scroll */
     --scroll-handle-back: rgba(120,140,160,0.34);
     --scroll-handle-hover: rgba(140,170,200,0.6);

     --scroll-track-back: transparent;
     --scroll-track-hover: transparent;

     /* Selection */
     --selected-back: #2a210c;
     --neutral-back: #1a1f26;

     /* Rows */
     --row-offset-back: rgba(255,255,255,0.03);

     /* Buttons */
     --button-shadow: 0 2px 6px rgba(0,0,0,0.5);
     --button-hover-shadow: 0 2px 4px rgba(0,0,0,0.4);

     --button-content-back: #121a24;

     --button-control-back: #2f7be5;
     --button-control-hover-back: #1f5fb8;

     --button-standard-back: #1a2430;
     --button-standard-hover-back: #24364d;
     --button-standard-hover-text: #cfe3ff;
     --button-standard-hover-border: 1px solid #4da3ff;

     --button-standard-active-back: #2f4563;
     --button-standard-active-text: #e6edf6;
     --button-standard-active-border: 1px solid #4da3ff;

     /* Inputs */
     --input-back: #121a24;
     --input-border: 1px solid #2a3440;
     --input-border-color: #2a3440;
     --input-shadow: inset 0 2px 6px rgba(0,0,0,0.6);

     --input-hover-back: #121a24;
     --input-hover-border: 1px solid #3a4a5a;

     --input-focus-back: #0f1722;
     --input-focus-border: 1px solid #4da3ff;
     --input-focus-shadow: 0 0 0 2px rgba(77,163,255,.2);
     --input-focus-icon-color: #6bb6ff;

     --input-disabled-back: #1a2430;
     --input-disabled-text: #6b7f91;
     --input-disabled-border: 1px solid #2a3440;

     /* Input Check */
     --input-check-checked-back: #4da3ff;
     --input-check-disabled: #5a6a7a;

     /* Links */
     --link-text: #4da3ff;

}