Skip to content

Commit

Permalink
Set the gartenplus theme with dark mode for the application
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineer committed Jul 18, 2024
1 parent bfcf659 commit 43fe767
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import com.vaadin.flow.component.page.AppShellConfigurator;
import com.vaadin.flow.component.page.Push;
import com.vaadin.flow.server.AppShellSettings;
import com.vaadin.flow.theme.Theme;
import com.vaadin.flow.theme.lumo.Lumo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
Expand All @@ -12,6 +14,7 @@
@EnableJpaRepositories
@Push
@EnableAsync
@Theme(value = "gartenplus", variant = Lumo.DARK)
public class GartenplusApplication implements AppShellConfigurator {

public static void main(String[] args) {
Expand Down

0 comments on commit 43fe767

Please sign in to comment.