mirror of
https://github.com/kepler155c/opus
synced 2024-12-29 01:50:27 +00:00
29 lines
451 B
Plaintext
29 lines
451 B
Plaintext
{
|
|
ScrollBar = {
|
|
lineChar = '|',
|
|
sliderChar = '\127',
|
|
upArrowChar = '\30',
|
|
downArrowChar = '\31',
|
|
},
|
|
Button = {
|
|
--focusIndicator = '\183',
|
|
},
|
|
Checkbox = {
|
|
checkedIndicator = '\4',
|
|
leftMarker = '\124',
|
|
rightMarker = '\124',
|
|
},
|
|
Chooser = {
|
|
leftIndicator = '\17',
|
|
rightIndicator = '\16',
|
|
},
|
|
Grid = {
|
|
focusIndicator = '\183',
|
|
inverseSortIndicator = '\24',
|
|
},
|
|
TitleBar = {
|
|
frameChar = '\140',
|
|
closeInd = '\215',
|
|
},
|
|
}
|