This repository was archived by the owner on Nov 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@charset "UTF-8" ;
22.-theme-with-dark-background ,
33: host-context (.-theme-with-dark-background ) {
4+ --sys-color-cdt-base-container : var (--bg ) !important ;
5+ --override-infobar-warning-background : var (--notif ) !important ;
6+ --override-file-tree-item-color : var (--yellow ) !important ;
7+ --override-folder-tree-item-color : var (--cyan ) !important ;
48 --accent-color-hover : var (--accent ) !important ;
59 --accent-color : var (--accent ) !important ;
610 --accent-fg-color : var (--accent ) !important ;
Original file line number Diff line number Diff line change 11@charset "UTF-8" ;
22: host ,
33html {
4+ - - sys- color - cdt- base- container: var(--bg ) !important ;
5+ - - override- infobar- warning- background: var(- - not if) !important ;
6+ - - override- file-tree- item- color : var(- - yellow) !important ;
7+ - - override- folder- tree- item- color : var(- - cyan) !important ;
48 - - accent- color - hover: var(- - accent) !important ;
59 - - accent- color : var(- - accent) !important ;
610 - - accent- fg- color : var(- - accent) !important ;
Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ $fontSize: var(--font-size, 11);
6969
7070.-theme-with-dark-background ,
7171:host-context(.-theme-with-dark-background ) {
72+ --sys-color-cdt-base-container : #{$background } !important ;
73+ --override-infobar-warning-background : #{$notif } !important ;
74+ --override-file-tree-item-color : #{$yellow } !important ;
75+ --override-folder-tree-item-color : #{$cyan } !important ;
7276 --accent-color-hover : #{$accent1Alpha } !important ;
7377 --accent-color : #{$accent1 } !important ;
7478 --accent-fg-color : #{$accent1 } !important ;
@@ -98,8 +102,8 @@ $fontSize: var(--font-size, 11);
98102 --color-button-secondary-border : #{$button } !important ;
99103 --color-checkbox-accent-color : #{$accent1 } !important ;
100104 --color-completion-hover : #{$hl } !important ;
101- --color-continue-to-location-async-hover-border : #{$accent1 } !important ;
102- --color-continue-to-location-async-hover : #{$accent1Alpha } !important ;
105+ --color-continue-to-location-async-hover-border : #{$accent1 } !important ;
106+ --color-continue-to-location-async-hover : #{$accent1Alpha } !important ;
103107 --color-continue-to-location-hover-border : #{$accent1 } !important ;
104108 --color-continue-to-location-hover : #{$accent1Alpha } !important ;
105109 --color-coverage-used : #{$function-color } !important ;
Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ $fontSize: var(--font-size, 11);
6969
7070:host ,
7171html {
72+ --sys-color-cdt-base-container : #{$background } !important ;
73+ --override-infobar-warning-background : #{$notif } !important ;
74+ --override-file-tree-item-color : #{$yellow } !important ;
75+ --override-folder-tree-item-color : #{$cyan } !important ;
7276 --accent-color-hover : #{$accent1Alpha } !important ;
7377 --accent-color : #{$accent1 } !important ;
7478 --accent-fg-color : #{$accent1 } !important ;
@@ -98,8 +102,8 @@ html {
98102 --color-button-secondary-border : #{$button } !important ;
99103 --color-checkbox-accent-color : #{$accent1 } !important ;
100104 --color-completion-hover : #{$hl } !important ;
101- --color-continue-to-location-async-hover-border : #{$accent1 } !important ;
102- --color-continue-to-location-async-hover : #{$accent1Alpha } !important ;
105+ --color-continue-to-location-async-hover-border : #{$accent1 } !important ;
106+ --color-continue-to-location-async-hover : #{$accent1Alpha } !important ;
103107 --color-continue-to-location-hover-border : #{$accent1 } !important ;
104108 --color-continue-to-location-hover : #{$accent1Alpha } !important ;
105109 --color-coverage-used : #{$function-color } !important ;
You can’t perform that action at this time.
0 commit comments