mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
Don't be lazy PTK2_STYLE
This commit is contained in:
parent
2b409fad40
commit
c5791983f6
1 changed files with 10 additions and 14 deletions
|
@ -435,17 +435,13 @@ DEFAULT_STYLE_DICT = LazyObject(
|
||||||
"DEFAULT_STYLE_DICT",
|
"DEFAULT_STYLE_DICT",
|
||||||
)
|
)
|
||||||
|
|
||||||
PTK2_STYLE = LazyObject(
|
PTK2_STYLE = {
|
||||||
lambda: {
|
"completion-menu": "bg:ansigray ansiblack",
|
||||||
"completion-menu": "bg:ansigray ansiblack",
|
"completion-menu.completion": "",
|
||||||
"completion-menu.completion": "",
|
"completion-menu.completion.current": "bg:ansibrightblack ansiwhite",
|
||||||
"completion-menu.completion.current": "bg:ansibrightblack ansiwhite",
|
"scrollbar.background": "bg:ansibrightblack",
|
||||||
"scrollbar.background": "bg:ansibrightblack",
|
"scrollbar.arrow": "bg:ansiblack ansiwhite bold" ,
|
||||||
"scrollbar.arrow": "bg:ansiblack ansiwhite bold" ,
|
"scrollbar.button": "bg:ansiblack",
|
||||||
"scrollbar.button": "bg:ansiblack",
|
"auto-suggestion": "ansibrightblack",
|
||||||
"auto-suggestion": "ansibrightblack",
|
"aborting": "ansibrightblack",
|
||||||
"aborting": "ansibrightblack",
|
}
|
||||||
},
|
|
||||||
globals(),
|
|
||||||
"PTK2_STYLE",
|
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue