File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
apps/remix-ide/src/assets/css/themes
libs/remix-ui/workspace/src/lib/css Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 135
135
--bs-form-invalid-color : # e74c3c ;
136
136
--bs-form-invalid-border-color : # e74c3c ;
137
137
--custom-ai-color : # 1ea2aa ;
138
+ --custom-onsurface-layer-1 : # f8fafe ;
139
+ --custom-onsurface-layer-2 : # fff ;
138
140
}
139
141
140
142
[data-bs-theme = dark ] {
192
194
--bs-form-invalid-color : # f1948a ;
193
195
--bs-form-invalid-border-color : # f1948a ;
194
196
--custom-ai-color : # 2de7f3 ;
197
+ --custom-onsurface-layer-1 : # f8fafe ;
198
+ --custom-onsurface-layer-2 : # fff ;
195
199
}
196
200
197
201
* ,
Original file line number Diff line number Diff line change 4
4
position : fixed;
5
5
border-radius : 2px ;
6
6
z-index : 1000 ;
7
- box-shadow : 0 0 4px var (--dark );
7
+ box-shadow : 0 0 4px var (--bs- dark );
8
8
}
9
9
.remixui_contextContainer : focus {
10
10
outline : none;
11
11
}
12
12
.remixui_liitem
13
13
{
14
14
cursor : pointer;
15
- color : var (--text -dark );
15
+ color : var (--bs -dark );
16
16
background-color : var (--bs-light );
17
17
}
18
18
.remixui_liitem : hover
19
19
{
20
- background-color : var (--bs-secondary );
20
+ background-color : var (--custom-onsurface-layer-2 );
21
21
}
22
22
# remixui_menuitems
23
23
{
You can’t perform that action at this time.
0 commit comments