Renamed style directory to styles
This commit is contained in:
21
internal/styles/misc/styleconcept.tss
Normal file
21
internal/styles/misc/styleconcept.tss
Normal file
@@ -0,0 +1,21 @@
|
||||
$colorBlack = #000000FF;
|
||||
$borderOutline = $black 1;
|
||||
|
||||
*.Slider {
|
||||
Border: $borderOutline, $borderColorFocused 1;
|
||||
Color: $colorGutter;
|
||||
Padding: 0 1 1 0;
|
||||
}
|
||||
|
||||
*.Slider[focused] {
|
||||
Border: $borderOutline;
|
||||
Padding: 0;
|
||||
}
|
||||
|
||||
*.Slider[horizontal] {
|
||||
MinimumSize: 48 0;
|
||||
}
|
||||
|
||||
*.Slider[vertical] {
|
||||
MinimumSize: 0 48;
|
||||
}
|
||||
14
internal/styles/misc/styleminimal.tss
Normal file
14
internal/styles/misc/styleminimal.tss
Normal file
@@ -0,0 +1,14 @@
|
||||
$ColorBackground = #FFF;
|
||||
$ColorForeground = #000;
|
||||
$ColorRaised = #AAA;
|
||||
$ColorSunken = #888;
|
||||
$ColorAccent = #0FF;
|
||||
|
||||
*.* {
|
||||
Color: $ColorBackground;
|
||||
Border: $ColorForeground / 1;
|
||||
TextColor: $ColorForeground;
|
||||
DotColor: $ColorAccent;
|
||||
Padding: 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user