File tree 5 files changed +253
-186
lines changed
5 files changed +253
-186
lines changed Original file line number Diff line number Diff line change 1
1
[general]
2
- bars = 20
2
+ bars = 24
3
3
4
4
sensitivity = 100
5
5
framerate = 60
Original file line number Diff line number Diff line change 17
17
- - outline: {{colors .outline .default .hex }};
18
18
- - shadow: {{colors .shadow .default .hex }};
19
19
- - red: {{colors .red .default .hex }};
20
+ - - red- dim: {{colors .red .default .hex | set_lightness : -10.0}};
20
21
- - green: {{colors .green .default .hex }};
22
+ - - green- dim: {{colors .green .default .hex | set_lightness : -10.0}};
21
23
- - yellow: {{colors .yellow .default .hex }};
24
+ - - yellow- dim: {{colors .yellow .default .hex | set_lightness : -10.0}};
22
25
- - blue: {{colors .blue .default .hex }};
26
+ - - blue-dim: {{colors .blue .default .hex | set_lightness : -10.0}};
23
27
- - magenta: {{colors .magenta .default .hex }};
28
+ - - magenta- dim: {{colors .magenta .default .hex | set_lightness : -10.0}};
24
29
- - cyan: {{colors .cyan .default .hex }};
30
+ - - cyan- dim: {{colors .cyan .default .hex | set_lightness : -10.0}};
25
31
- - white: {{colors .white .default .hex }};
26
32
}
You can’t perform that action at this time.
0 commit comments