Skip to content

Commit

Permalink
feat(theme): provide a default lumo.html file
Browse files Browse the repository at this point in the history
  • Loading branch information
ndvo committed Sep 11, 2020
1 parent 02cf030 commit fb70be8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/_includes/lumo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<style>
html {
--lumo-primary-text-color: #05668d;
--lumo-primary-color-50pct: rgba(2, 128, 144, 0.5);
--lumo-primary-color-10pct: rgba(2, 128, 144, 0.1);
--lumo-primary-color: #028090;
--lumo-header-text-color: #05668d;
--lumo-body-text-color: #028090;
--lumo-primary-contrast-color: #fefff5;
--lumo-tint-5pct: rgba(240, 243, 189, 0.05);
--lumo-tint-10pct: rgba(240, 243, 189, 0.1);
--lumo-tint-20pct: rgba(240, 243, 189, 0.2);
--lumo-tint-30pct: rgba(240, 243, 189, 0.3);
--lumo-tint-40pct: rgba(240, 243, 189, 0.4);
--lumo-tint-50pct: rgba(240, 243, 189, 0.5);
--lumo-tint-60pct: rgba(240, 243, 189, 0.6);
--lumo-tint-70pct: rgba(240, 243, 189, 0.7);
--lumo-tint-80pct: rgba(240, 243, 189, 0.8);
--lumo-tint-90pct: rgba(240, 243, 189, 0.9);
--lumo-tint: #f0f3bd;
--lumo-secondary-text-color: #02c39a;
}
</style>

0 comments on commit fb70be8

Please sign in to comment.