Skip to content

Commit

Permalink
add ttuhsc
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff committed Nov 21, 2024
1 parent d6049f0 commit 56fb41a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Binary file added library/src/skins/default/images/ttuhsc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions library/src/skins/default/src/sass/themes/_ttuhsc.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/* Light Theme */
:root{
// Primary Color
@include defineColorHSL(--sakai-brand, 0, 0%, 0%);
@include defineColorHSL(--sakai-color-gold, 37, 38%, 63%);
@include defineColorHSL(--sakai-color-red, 0, 100%, 40%);
@include defineColorHSL(--sakai-color-gray, 225, 3%, 81%);

// Top header is black so color is white
--top-header-background: var(--sakai-brand);
--topNav-text-color: var(--sakai-color-white);

// This is hover on site nav buttons
--sakai-selected-page-bg-color: #99281E;
-site-nav-btn-current-color: #C4A97C;
-site-nav-btn-current-hover-color: #EAE0C6;
// --sakai-brand--lighter-6: #facfbd;

--all-sites-button-background-color: #C4A97C;
--all-sites-button-selected-background-color: #EAE0C6;
}

:root.sakaiUserTheme-dark {
//--sakai-selected-page-bg-color: hsl(51, 29%, 53%);
//--sakai-text-color-inverted: hsl(0, 0%, 100%);
}

0 comments on commit 56fb41a

Please sign in to comment.