Skip to content

Commit 27b3ad7

Browse files
authored
Merge branch 'master' into bs5darkfixes2
2 parents 03c38df + 99d6439 commit 27b3ad7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

apps/remix-ide/src/assets/css/themes/remix-light_powaqg.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@
135135
--bs-form-invalid-color: #e74c3c;
136136
--bs-form-invalid-border-color: #e74c3c;
137137
--custom-ai-color: #1ea2aa;
138+
--custom-onsurface-layer-1:#f8fafe;
139+
--custom-onsurface-layer-2:#fff;
138140
}
139141

140142
[data-bs-theme=dark] {
@@ -192,6 +194,8 @@
192194
--bs-form-invalid-color: #f1948a;
193195
--bs-form-invalid-border-color: #f1948a;
194196
--custom-ai-color: #2de7f3;
197+
--custom-onsurface-layer-1:#f8fafe;
198+
--custom-onsurface-layer-2:#fff;
195199
}
196200

197201
*,

libs/remix-ui/workspace/src/lib/css/file-explorer-context-menu.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
position: fixed;
55
border-radius: 2px;
66
z-index: 1000;
7-
box-shadow: 0 0 4px var(--dark);
7+
box-shadow: 0 0 4px var(--bs-dark);
88
}
99
.remixui_contextContainer:focus {
1010
outline: none;
1111
}
1212
.remixui_liitem
1313
{
1414
cursor: pointer;
15-
color: var(--text-dark);
15+
color: var(--bs-dark);
1616
background-color: var(--bs-light);
1717
}
1818
.remixui_liitem:hover
1919
{
20-
background-color: var(--bs-secondary);
20+
background-color: var(--custom-onsurface-layer-2);
2121
}
2222
#remixui_menuitems
2323
{

0 commit comments

Comments
 (0)