1
0
mirror of https://github.com/kepler155c/opus synced 2025-02-09 13:30:01 +00:00
opus/sys/etc/ext.theme

20 lines
317 B
Plaintext
Raw Normal View History

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