Don't be lazy PTK2_STYLE

This commit is contained in:
David Strobach 2018-10-05 19:31:01 +02:00
parent 2b409fad40
commit c5791983f6

View file

@ -435,8 +435,7 @@ DEFAULT_STYLE_DICT = LazyObject(
"DEFAULT_STYLE_DICT",
)
PTK2_STYLE = LazyObject(
lambda: {
PTK2_STYLE = {
"completion-menu": "bg:ansigray ansiblack",
"completion-menu.completion": "",
"completion-menu.completion.current": "bg:ansibrightblack ansiwhite",
@ -445,7 +444,4 @@ PTK2_STYLE = LazyObject(
"scrollbar.button": "bg:ansiblack",
"auto-suggestion": "ansibrightblack",
"aborting": "ansibrightblack",
},
globals(),
"PTK2_STYLE",
)
}