Skip to content

Commit 2e7e824

Browse files
committed
fix color
1 parent 0550660 commit 2e7e824

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

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

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
--bs-gray-800: #343a40;
3939
--bs-gray-900: #212529;
4040
--bs-primary: #007aa6;
41-
--bs-secondary: #95a5a6;
41+
--bs-secondary: #747b90;
4242
--bs-success: #18bc9c;
4343
--bs-info: #3498db;
4444
--bs-warning: #f39c12;
4545
--bs-danger: #e74c3c;
4646
--bs-light: #f8fafe;
4747
--bs-dark: #8e94a6;
4848
--bs-primary-rgb: 0, 122, 166;
49-
--bs-secondary-rgb: 149, 165, 166;
49+
--bs-secondary-rgb: 116 123 144;
5050
--bs-success-rgb: 24, 188, 156;
5151
--bs-info-rgb: 52, 152, 219;
5252
--bs-warning-rgb: 243, 156, 18;
@@ -79,15 +79,18 @@
7979
--bs-dark-border-subtle: #b4bcc2;
8080
--bs-white-rgb: 255, 255, 255;
8181
--bs-black-rgb: 0, 0, 0;
82-
--bs-font-sans-serif: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
83-
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
82+
--bs-font-sans-serif: "Nunito Sans", -apple-system, BlinkMacSystemFont,
83+
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
84+
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
85+
--bs-font-monospace: Menlo, Monaco, Consolas, "Liberation Mono",
86+
"Courier New", monospace;
8487
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
8588
--bs-body-font-family: var(--bs-font-sans-serif);
8689
--bs-body-font-size: 1rem;
8790
--bs-body-font-weight: 400;
8891
--bs-body-line-height: 1.5;
89-
--bs-body-color: #8e94a6;
90-
--bs-body-color-rgb: 142, 148, 166;
92+
--bs-body-color: #747b90;
93+
--bs-body-color-rgb: 116, 123, 144;
9194
--bs-body-bg: #eff1f5;
9295
--bs-body-bg-rgb: 239, 241, 245;
9396
--bs-emphasis-color: #000;
@@ -142,8 +145,8 @@
142145
--bs-body-bg-rgb: 239, 241, 245;
143146
--bs-emphasis-color: #fff;
144147
--bs-emphasis-color-rgb: 255, 255, 255;
145-
--bs-secondary-color: rgba(222, 226, 230, 0.75);
146-
--bs-secondary-color-rgb: 222, 226, 230;
148+
--bs-secondary-color: rgba(116, 123, 144, 0.75);
149+
--bs-secondary-color-rgb: 116 123 144;
147150
--bs-secondary-bg: #343a40;
148151
--bs-secondary-bg-rgb: 52, 58, 64;
149152
--bs-tertiary-color: rgba(222, 226, 230, 0.5);

0 commit comments

Comments
 (0)