opus/sys/etc/ext.theme

29 lines
451 B
Plaintext
Raw Normal View History

2017-05-20 07:43:19 +00:00
{
2018-01-24 22:39:38 +00:00
ScrollBar = {
lineChar = '|',
sliderChar = '\127',
upArrowChar = '\30',
downArrowChar = '\31',
},
Button = {
--focusIndicator = '\183',
},
2018-10-26 22:45:22 +00:00
Checkbox = {
checkedIndicator = '\4',
leftMarker = '\124',
rightMarker = '\124',
},
Chooser = {
leftIndicator = '\17',
rightIndicator = '\16',
},
2018-01-24 22:39:38 +00:00
Grid = {
focusIndicator = '\183',
inverseSortIndicator = '\24',
},
TitleBar = {
frameChar = '\140',
closeInd = '\215',
},
2017-05-20 07:43:19 +00:00
}