Skip to content

Commit

Permalink
Fix style name in dark vim theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanderkamp authored and inducer committed Sep 30, 2021
1 parent 8826d8b commit f0de9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pudb/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def link(child: str, parent: str):
"header": ("dark blue", "light gray"),
"dialog title": (add_setting("white", "bold"), "black"),
"warning": (add_setting("light red", "bold"), "black"),
"warning": (add_setting("light red", "bold"), "light gray"),
"header warning": (add_setting("light red", "bold"), "light gray"),
# }}}
# {{{ source view
"source": ("white", "black"),
Expand Down

0 comments on commit f0de9c6

Please sign in to comment.