mirror of
https://github.com/VladimirMarkelov/clui.git
synced 2025-05-10 19:29:15 +08:00
25 lines
496 B
Plaintext
25 lines
496 B
Plaintext
//----------------- Theme properties -----------------
|
|
title=ASCII
|
|
author=Vladimir Markelov
|
|
version=1.0 (2015-11-02)
|
|
parent=default
|
|
|
|
|
|
//----------------- Colors -----------------
|
|
// all are defaults
|
|
ProgressBack = black bold
|
|
ProgressText = white
|
|
ProgressActiveBack = black bold
|
|
ProgressActiveText = white
|
|
|
|
//----------------- Objects -----------------
|
|
SingleBorder=-|++++
|
|
DoubleBorder==|++++
|
|
Edit=<>V*
|
|
ScrollBar=|O^V<>
|
|
ViewButtons=^_X[]
|
|
CheckBox=[] X?
|
|
Radio=() *
|
|
ProgressBar='| '
|
|
|