MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-

View on GitHub
src/assets/less/main_window_dark.less

Summary

Maintainability
Test Coverage
@import "_colors.less";
@import "_variables.less";

[theme][full] {
  .window-border {
    border-color: @darkprimary;

    .title-bar {
      background: @darkprimary;
    }

    .darwin-title-bar {
      background-color: @darkprimary;
      border-bottom: 1px solid @title-bar-border-color;
    }

    .embedded-player-container {
      background: @darksecondary;
    }
  }

  .modal {
    background-color: @darkprimary;
    color: @white;

    > div {
      background-color: @darkprimary !important;

      .modal-action {
        color: @white;
      }
    }
  }
}

.offline-warning {
  background: @darkprimary;

  i {
    color: @white;
  }

  h1 {
    color: @white;
  }
}