Skip to content

Commit f155c64

Browse files
committed
New theme
1 parent 5baa5a8 commit f155c64

19 files changed

+4031
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ testem.log
4242
!/src/assets/components/themes/bootstrap/theme.css
4343
!/src/assets/components/themes/nova-*/theme.css
4444
!/src/assets/components/themes/luna-*/theme.css
45+
!/src/assets/components/themes/rhea/theme.css
4546

4647
# e2e
4748
/e2e/*.js

src/app/showcase/app.component.html

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<li><a href="#" (click)="changeTheme($event, 'luna-blue', true)"><img src="assets/showcase/images/themeswitcher-luna-blue.png" alt="Luna Blue"><span class="ui-text">Luna Blue</span></a></li>
4646
<li><a href="#" (click)="changeTheme($event, 'luna-green', true)"><img src="assets/showcase/images/themeswitcher-luna-green.png" alt="Luna Green"><span class="ui-text">Luna Green</span></a></li>
4747
<li><a href="#" (click)="changeTheme($event, 'luna-pink', true)"><img src="assets/showcase/images/themeswitcher-luna-pink.png" alt="Luna Pink"><span class="ui-text">Luna Pink</span></a></li>
48+
<li><a href="#" (click)="changeTheme($event, 'rhea', false)"><img src="assets/showcase/images/themeswitcher-rhea.png" alt="Luna Pink"><span class="ui-text">Rhea</span></a></li>
4849
</ul>
4950
</li>
5051
<li>
Binary file not shown.

src/assets/components/themes/rhea/fonts/lato-v14-latin-ext_latin-300.svg

+435
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/assets/components/themes/rhea/fonts/lato-v14-latin-ext_latin-700.svg

+438
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/assets/components/themes/rhea/fonts/lato-v14-latin-ext_latin-regular.svg

+435
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)