mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 01:10: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",
|
||||
)
|
||||
|
||||
PTK2_STYLE = LazyObject(
|
||||
lambda: {
|
||||
"completion-menu": "bg:ansigray ansiblack",
|
||||
"completion-menu.completion": "",
|
||||
"completion-menu.completion.current": "bg:ansibrightblack ansiwhite",
|
||||
"scrollbar.background": "bg:ansibrightblack",
|
||||
"scrollbar.arrow": "bg:ansiblack ansiwhite bold" ,
|
||||
"scrollbar.button": "bg:ansiblack",
|
||||
"auto-suggestion": "ansibrightblack",
|
||||
"aborting": "ansibrightblack",
|
||||
},
|
||||
globals(),
|
||||
"PTK2_STYLE",
|
||||
)
|
||||
PTK2_STYLE = {
|
||||
"completion-menu": "bg:ansigray ansiblack",
|
||||
"completion-menu.completion": "",
|
||||
"completion-menu.completion.current": "bg:ansibrightblack ansiwhite",
|
||||
"scrollbar.background": "bg:ansibrightblack",
|
||||
"scrollbar.arrow": "bg:ansiblack ansiwhite bold" ,
|
||||
"scrollbar.button": "bg:ansiblack",
|
||||
"auto-suggestion": "ansibrightblack",
|
||||
"aborting": "ansibrightblack",
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue