twd-m4sc0 3.0.2__py3-none-any.whl → 3.0.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
twd/tui.tcss ADDED
@@ -0,0 +1,58 @@
1
+ Screen {
2
+ background: transparent;
3
+ }
4
+
5
+ # DataTable
6
+
7
+ #data {
8
+ width: 100%;
9
+ height: 1fr;
10
+ background: transparent;
11
+ border: none;
12
+ # margin: 4 8;
13
+ # padding: 1 2;
14
+ margin: 0;
15
+ padding: 0;
16
+ }
17
+
18
+ #data > .datatable--header {
19
+ background: $surface-lighten-1;
20
+ color: $text;
21
+ text-style: bold;
22
+ }
23
+
24
+ #data > .datatable--cursor {
25
+ background: $accent;
26
+ color: $text;
27
+ }
28
+
29
+ #data > .datatable--odd-row {
30
+ background: $surface-lighten-1;
31
+ }
32
+
33
+ #data > .datatable--even-row {
34
+ background: transparent;
35
+ }
36
+
37
+ # CWD
38
+ Label.cwd {
39
+ margin: 1 2;
40
+ width: 10fr;
41
+ }
42
+
43
+ # Mode
44
+ Label#mode {
45
+ padding: 1 2;
46
+ background: $surface-lighten-1;
47
+ }
48
+
49
+ Label#mode.search {
50
+ background: $accent;
51
+ }
52
+
53
+ # Search input
54
+ Input#search-input {
55
+ margin: 0 0 1 0;
56
+ border: round $accent;
57
+ background: transparent;
58
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: twd-m4sc0
3
- Version: 3.0.2
3
+ Version: 3.0.3
4
4
  Summary: TWD by m4sc0
5
5
  Author: m4sc0
6
6
  License: MIT
@@ -3,9 +3,10 @@ twd/cli.py,sha256=Shm8ZeHrPKPr-lbo6Mvb_mjWEH8mYBVlpvZ3OcWb2sw,2550
3
3
  twd/config.py,sha256=pGAaurguz1Bv6NxjwKbLBbvJ9tuAVJx_l7tcvd0B84I,1996
4
4
  twd/data.py,sha256=YPVU2NhZuDOps-pkquRG9y4GW5RHf46eXIm23rgY_Lo,4131
5
5
  twd/tui.py,sha256=2SGGQ5EhjZSun6NrOiU9aC6AQWfjWEZzFZjKlcIQ9vU,6062
6
+ twd/tui.tcss,sha256=GVEtk-fUcAaaGP3I-VjTFUzZocPAEcASDCBNGVoUBWw,778
6
7
  twd/utils.py,sha256=F42JxIlqUMLsklQ7_zXoIOPmh872E2pHdu1jGLt6-vw,1144
7
- twd_m4sc0-3.0.2.dist-info/METADATA,sha256=5bra7nBnthJ13mBy5ARJal4Y77iEJP_v1EGjR-aIfNw,437
8
- twd_m4sc0-3.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- twd_m4sc0-3.0.2.dist-info/entry_points.txt,sha256=KeIDpaQx0GSqgJFYql14wmT3yj_JHTwq7rRsm-mKckc,36
10
- twd_m4sc0-3.0.2.dist-info/top_level.txt,sha256=B93Li7fIZ4uWoKq8rKVuGPU_MtzyjxxDb0NF96oGZ0o,4
11
- twd_m4sc0-3.0.2.dist-info/RECORD,,
8
+ twd_m4sc0-3.0.3.dist-info/METADATA,sha256=IB8U5YkNDs3MldgdSy6ffadSt84fFpgT15yz3QIjktg,437
9
+ twd_m4sc0-3.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
+ twd_m4sc0-3.0.3.dist-info/entry_points.txt,sha256=KeIDpaQx0GSqgJFYql14wmT3yj_JHTwq7rRsm-mKckc,36
11
+ twd_m4sc0-3.0.3.dist-info/top_level.txt,sha256=B93Li7fIZ4uWoKq8rKVuGPU_MtzyjxxDb0NF96oGZ0o,4
12
+ twd_m4sc0-3.0.3.dist-info/RECORD,,