17 lines
299 B
INI
17 lines
299 B
INI
//This Is The Vanilla Blue Bar
|
|
{[Vanilla]
|
|
Enabled false
|
|
//Position In X,Y
|
|
Position 0,584
|
|
//The Bar Height
|
|
Height 6
|
|
//Normal Color In ARGB Format
|
|
ColorNormal 150,0,119,255
|
|
//Warning Color In ARGB Format
|
|
ColorWarning 150,0,188,255
|
|
}
|
|
|
|
//This is the native bar using html,css,js
|
|
{[Native]
|
|
Enabled true
|
|
} |