File tree Expand file tree Collapse file tree 3 files changed +16
-14
lines changed Expand file tree Collapse file tree 3 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 6161 --color-secondary-hover : var (--color-secondary-dark-3 );
6262 --color-secondary-active : var (--color-secondary-dark-2 );
6363 /* console colors - used for actions console and console files */
64- --color-console-fg : # d9dde2 ;
65- --color-console-fg-subtle : # 95989c ;
66- --color-console-bg : # 1c2023 ;
67- --color-console-border : # 272b2e ;
64+ --color-console-fg : # f8f8f9 ;
65+ --color-console-fg-subtle : # bec4c8 ;
66+ --color-console-bg : # 181b1d ;
67+ --color-console-border : # 313538 ;
6868 --color-console-hover-bg : # ffffff16 ;
6969 --color-console-active-bg : # 313538 ;
7070 --color-console-menu-bg : # 272b2e ;
Original file line number Diff line number Diff line change 6161 --color-secondary-hover : var (--color-secondary-dark-5 );
6262 --color-secondary-active : var (--color-secondary-dark-6 );
6363 /* console colors - used for actions console and console files */
64- --color-console-fg : # eeeff2 ;
65- --color-console-fg-subtle : # 959cab ;
66- --color-console-bg : # 262936 ;
67- --color-console-border : # 383c47 ;
64+ --color-console-fg : # f8f8f9 ;
65+ --color-console-fg-subtle : # bec4c8 ;
66+ --color-console-bg : # 181b1d ;
67+ --color-console-border : # 313538 ;
6868 --color-console-hover-bg : # ffffff16 ;
69- --color-console-active-bg : # 454a57 ;
70- --color-console-menu-bg : # 383c47 ;
71- --color-console-menu-border : # 5c6374 ;
69+ --color-console-active-bg : # 313538 ;
70+ --color-console-menu-bg : # 272b2e ;
71+ --color-console-menu-border : # 464a4d ;
7272 /* named colors */
7373 --color-red : # db2828 ;
7474 --color-orange : # f2711c ;
Original file line number Diff line number Diff line change @@ -622,6 +622,8 @@ export function initRepositoryActionView() {
622622 width: 70 % ;
623623 display: flex;
624624 flex- direction: column;
625+ border: 1px solid var (-- color- console - border);
626+ border- radius: var (-- border- radius);
625627}
626628
627629/* begin fomantic button overrides */
@@ -681,7 +683,6 @@ export function initRepositoryActionView() {
681683 justify- content: space- between;
682684 align- items: center;
683685 padding: 0 12px ;
684- border- bottom: 1px solid var (-- color- console - border);
685686 background- color: var (-- color- console - bg);
686687 position: sticky;
687688 top: 0 ;
@@ -705,6 +706,7 @@ export function initRepositoryActionView() {
705706 background- color: var (-- color- console - bg);
706707 max- height: 100 % ;
707708 border- radius: 0 0 var (-- border- radius) var (-- border- radius);
709+ border- top: 1px solid var (-- color- console - border);
708710 z- index: 0 ;
709711}
710712
@@ -790,7 +792,7 @@ export function initRepositoryActionView() {
790792/* class names 'log-time-seconds' and 'log-time-stamp' are used in the method toggleTimeDisplay */
791793.job - log- line .line - num, .log - time- seconds {
792794 width: 48px ;
793- color: var (-- color- grey - light);
795+ color: var (-- color- text - light- 3 );
794796 text- align: right;
795797 user- select: none;
796798}
@@ -806,7 +808,7 @@ export function initRepositoryActionView() {
806808
807809.job - log- line .log - time,
808810.log - time- stamp {
809- color: var (-- color- grey - light);
811+ color: var (-- color- text - light- 3 );
810812 margin- left: 10px ;
811813 white- space: nowrap;
812814}
You can’t perform that action at this time.
0 commit comments