Skip to content

Commit

Permalink
[DEBUG] Move theme to different location
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineer committed Oct 29, 2024
1 parent 33c092c commit ab57fc8
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/main/resources/META-INF/themes/gartenplus/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/* GartenPlus theme */

html[theme="dark"] {
--lumo-primary-color: #4AAE50;
--lumo-secondary-color: #8D6E63;
--lumo-tertiary-color: #324A5F;
--lumo-base-color: #303030;
--lumo-header-color: var(--lumo-tertiary-color);
--lumo-body-text-color: #E0E0E0;
--lumo-primary-text-color: #AED9A5;
--lumo-error-color: #D32F2F;
}

vaadin-menu-bar-button[theme="icon"] {
background: unset;
color: var(--lumo-base-color) !important;
height: 100%;
}

vaadin-menu-bar-overlay[theme="icon"] {
z-index: 1000;
top: 64px !important;
}


vaadin-button.login-button {
font-size: xxx-large;
width: 100%;
height: auto;
padding-top: 8px;
}

vaadin-grid::part(header-cell) {
background-color: var(--lumo-tint-5pct);
}
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/themes/gartenplus/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"version": 3
}

0 comments on commit ab57fc8

Please sign in to comment.