$main-theme-color: #2c2c2c; $body-bg-color: #181818; $main-bg-color: #222; $anchor-color: lighten($main-theme-color, 20%); $main-text-color: #fafaff; $border-color: lighten($main-bg-color, 16%); $secondary-text-color: #1ea21e; $toast-border: $main-theme-color; $toast-bg: lighten($body-bg-color, 4%); $focus-outline: darken($main-theme-color, 10%); $compose-background: darken($main-theme-color, 12%); @import "_base.scss"; @import "_dark.scss"; body.theme-cybre { @include baseTheme(); @include darkTheme(); --anchor-text: #{$secondary-text-color}; --settings-list-item-text: #{$main-text-color}; --settings-list-item-text-hover: #{$main-text-color}; --action-button-fill-color-pressed: #{darken($secondary-text-color, 7%)}; --action-button-fill-color-pressed-hover: #{darken($secondary-text-color, 2%)}; --action-button-fill-color-pressed-active: #{darken($secondary-text-color, 15%)}; }