mirror of
https://github.com/VladimirMarkelov/clui.git
synced 2025-04-28 13:48:50 +08:00
closes #49 - fix default turbovision theme
This commit is contained in:
parent
a78241543a
commit
815e4e6166
@ -1,7 +1,7 @@
|
||||
//----------------- Theme properties -----------------
|
||||
title=TurboVision
|
||||
author=Vladimir Markelov
|
||||
version=1.0 (2015-11-02)
|
||||
version=1.0 (2016-01-04)
|
||||
parent=default
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@ ProgressText = yellow
|
||||
ProgressActiveBack = blue bold
|
||||
ProgressActiveText = yellow bold
|
||||
|
||||
// button coltrol
|
||||
// button control
|
||||
ButtonBack=green bold
|
||||
ButtonText=black
|
||||
ButtonActiveBack=green bold
|
||||
@ -55,6 +55,29 @@ ButtonShadowBack=black
|
||||
ButtonDisabledText=black bold
|
||||
ButtonDisabledBack=white
|
||||
|
||||
// bar chart control
|
||||
BarChartBack=black
|
||||
BarChartText=white
|
||||
|
||||
// spark chart
|
||||
SparkChartBack=black
|
||||
SparkChartText=white
|
||||
SparkChartBarBack=black
|
||||
SparkChartBarText=cyan
|
||||
SparkChartMaxBack=black
|
||||
SparkChartMaxText=cyan bold
|
||||
|
||||
// table view
|
||||
TableText=white
|
||||
TableBack=black
|
||||
TableSelectedText=white
|
||||
TableSelectedBack=black bold
|
||||
TableActiveCellText=white bold
|
||||
TableActiveCellBack=black bold
|
||||
TableLineText=white
|
||||
TableHeaderText=white
|
||||
TableHeaderBack=black
|
||||
|
||||
//----------------- Objects -----------------
|
||||
SingleBorder=─│┌┐└┘
|
||||
DoubleBorder=═║╔╗╚╝
|
||||
@ -64,4 +87,7 @@ ViewButtons=^↓○[]
|
||||
CheckBox=[] X?
|
||||
Radio=() *
|
||||
ProgressBar=░▒
|
||||
BarChart=█─│┌┐└┘┬┴├┤┼
|
||||
SparkChart=█
|
||||
TableView=─│┼▼▲
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user