File tree 7 files changed +222
-32
lines changed
7 files changed +222
-32
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,10 @@ concept_user_individual = Individual
125
125
concept_code_repository = Repository
126
126
concept_user_organization = Organization
127
127
128
+ show_timestamps = Show timestamps
129
+ show_log_seconds = Show seconds
130
+ show_full_screen = Show full screen
131
+
128
132
[aria]
129
133
navbar = Navigation Bar
130
134
footer = Footer
Original file line number Diff line number Diff line change 19
19
data-locale-status-skipped="{{.locale.Tr "actions.status.skipped"}}"
20
20
data-locale-status-blocked="{{.locale.Tr "actions.status.blocked"}}"
21
21
data-locale-artifacts-title="{{$.locale.Tr "artifacts"}}"
22
+ data-locale-show-timestamps="{{.locale.Tr "show_timestamps"}}"
23
+ data-locale-show-log-seconds="{{.locale.Tr "show_log_seconds"}}"
24
+ data-locale-show-full-screen="{{.locale.Tr "show_full_screen"}}"
22
25
>
23
26
</div>
24
27
</div>
Original file line number Diff line number Diff line change 74
74
--color-secondary-alpha-90 : # dededee1 ;
75
75
--color-secondary-hover : var (--color-secondary-dark-1 );
76
76
--color-secondary-active : var (--color-secondary-dark-2 );
77
- /* console colors */
78
- --color-console-fg : # ffffff ;
79
- --color-console-bg : # 252a2f ;
80
- --color-console-border : # ffffff16 ;
77
+ /* console colors - used for actions console and console files */
78
+ --color-console-fg : # eeeff2 ;
79
+ --color-console-fg-subtle : # 959cab ;
80
+ --color-console-bg : # 262936 ;
81
+ --color-console-border : # 383c47 ;
81
82
--color-console-hover-bg : # ffffff16 ;
82
- --color-console-active-bg : # 353a3f ;
83
+ --color-console-active-bg : # 454a57 ;
84
+ --color-console-menu-bg : # 383c47 ;
85
+ --color-console-menu-border : # 5c6374 ;
83
86
/* named colors */
84
87
--color-red : # db2828 ;
85
88
--color-orange : # f2711c ;
Original file line number Diff line number Diff line change 60
60
--color-secondary-alpha-90 : # 525767e1 ;
61
61
--color-secondary-hover : var (--color-secondary-light-1 );
62
62
--color-secondary-active : var (--color-secondary-light-2 );
63
- /* console colors */
64
- --color-console-fg : # ffffff ;
63
+ /* console colors - used for actions console and console files */
64
+ --color-console-fg : # eeeff2 ;
65
+ --color-console-fg-subtle : # 959cab ;
65
66
--color-console-bg : # 262936 ;
66
- --color-console-border : # ffffff16 ;
67
+ --color-console-border : # 383c47 ;
67
68
--color-console-hover-bg : # ffffff16 ;
68
- --color-console-active-bg : # 383c47 ;
69
+ --color-console-active-bg : # 454a57 ;
70
+ --color-console-menu-bg : # 383c47 ;
71
+ --color-console-menu-border : # 5c6374 ;
69
72
/* named colors */
70
73
--color-red : # cc4848 ;
71
74
--color-orange : # cc580c ;
You can’t perform that action at this time.
0 commit comments