1
0
mirror of https://github.com/kepler155c/opus synced 2024-12-28 09:30:34 +00:00
opus/sys/etc/ext.theme

20 lines
317 B
Plaintext
Raw Normal View History

2017-05-20 07:43:19 +00:00
{
2017-10-08 03:03:18 +00:00
ScrollBar = {
2017-05-20 07:43:19 +00:00
lineChar = '|',
sliderChar = '\127',
upArrowChar = '\30',
downArrowChar = '\31',
},
Button = {
2017-10-06 07:07:24 +00:00
--focusIndicator = '\183',
2017-05-20 07:43:19 +00:00
},
Grid = {
focusIndicator = '\183',
inverseSortIndicator = '\24',
},
2017-09-28 22:52:57 +00:00
TitleBar = {
frameChar = '\140',
closeInd = '\215',
},
2017-05-20 07:43:19 +00:00
}