Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
darkTheme.const.ts 3.65 KiB
export const dark = {
  '--background-color': '#616161',  // app.component.scss
  '--mat-row': '#bbdefb', // creator/_dialogs/content-edit.component.scss
  '--heading-4': '#4db6ac', // creator/_dialogs/content-edit.component.scss
  '--content-creator-cell': '#546e7a', // creator/content-choice-creator.component.scss & creator/content-likert-creator.component.scss
  '--content-creator-row': '#9e9e9e', // creator/content-choice-creator.component.scss & creator/content-likert-creator.component.scss
  '--content-mat-card': '#bdbdbd', // creator/content-list.component.scss & creator/content-presentation.component.scss
                                   // & creator/room-creator-page.component.scss & room-participant-page.component.scss
  '--content-mat-expansion-panel': '#bbdefb', // creator/content-list.component.scss
  '--content-prasentation-header': '#26a69a', // creator/content-presentation.component.scss
  '--home-page-outer': '#9e9e9e', // home/home-page.component.scss
  '--positiveC': '#AED581', // shared/_dialogs/statistic-help.component.scss
  '--negativeC': '#FF8A65', // shared/_dialogs/statistic-help.component.scss
  '--okayC': '#FFD54F', // shared/_dialogs/statistic-help.component.scss
  '--emptyC': '#E0E0E0', // shared/_dialogs/statistic-help.component.scss
  '--comment-mat-card': '#546e7a', // shared/comment.component.scss
  '--comment-mat-toolbar': '#bbdefb', // shared/comment.component.scss
  '--upvoted': '#66bb6a', // shared/comment.component.scss
  '--downvoted': '#FF8A65', // shared/comment.component.scss
  '--incorrect-icon': '#c8e6c9', // shared/comment.component.scss
  '--correct-icon': '#66bb6a', // shared/comment.component.scss
  '--read-icon': '#1e88e5', // shared/comment.component.scss
  '--unread-icon': '#e3f2fd', // shared/comment.component.scss
  '--favorite-icon': '#fdd835', // shared/comment.component.scss
  '--not-favorite-icon': '#fffde7', // shared/comment.component.scss
  '--comment-list-bg': '#757575', // shared/comment-list.component.scss
  '--input-search-cl': '#e0e0e0', // shared/comment-list.component.scss
  '--content-group-card': '#546e7a', // shared/content-groups.component.scss
  '--content-group-card-hover': '#4db6ac', // shared/content-groups.component.scss
  '--footer-bg-color': '#9e9e9e', // shared/footer.component.scss
  '--footer-button': '#80cbc4', // shared/footer.component.scss
  '--list-st-hCell': '#4db6ac', // shared/list-statistic.component.scss
  '--list-st-hCell-bg': '#e0e0e0', // shared/list-statistic.component.scss
  '--list-st-mCell-bg': '#E0E0E0', // shared/list-statistic.component.scss
  '--list-st-toolbar-bg': '#fff8e1', // shared/list-statistic.component.scss
  '--positiveP': '#AED581', // shared/list-statistic.component.scss
  '--negativeP': '#FF8A65', // shared/list-statistic.component.scss
  '--okayP': '#FFB74D', // shared/list-statistic.component.scss
  '--emptyC-color': '#E0E0E0', // shared/list-statistic.component.scss
  '--emptyCC': '#E0E0E0', // shared/list-statistic.component.scss
  '--room-list-mPanel': '#cfd8dc', // shared/room-list.component.scss
  '--room-list-mPLHeader': '#cfd8dc', // shared/room-list.component.scss
  '--room-list-mPHeader': '#9e9e9e', // shared/room-list.component.scss
  '--room-list-card-bg': '#455a64', // shared/room-list.component.scss
  '--room-list-card-color': '#eeeeee', // shared/room-list.component.scss
  '--statistic-bg-color' : '#bdbdbd', // shared/statistic.component.scss & shared/statistics-page.component.scss
  '--text-1': '#37474f', // could be used for all texts
  '--text-2': '#004d40', // could be used for all texts
  '--text-3': '#78909c', // could be used for all texts
  '--dialog-bg': '#78909c',
  'stats-ok': '#FFB74D',
  '--highlighted-comment' : '#005F63'
};