Skip to content

Commit

Permalink
add 5 default themes
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Oct 14, 2024
1 parent 0ca7d79 commit b851a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dooit/utils/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def add_default_themes(api: DooitAPI, _):
from dooit.api.themes import Nord, Dracula, Gruvbox, Nymph, Material

for theme in [Nord, Dracula, Gruvbox, Nymph, Material]:
pass
api.css.add_theme(theme)


@subscribe(Startup)
Expand Down

0 comments on commit b851a80

Please sign in to comment.