Skip to content

Commit 1ad55b9

Browse files
committed
update global styles values
1 parent 443d65b commit 1ad55b9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/libs/theme/styles/globals.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
--color_border_button_outline: var(--functional-gray-50);
114114
--color_fg_on_button_outline: var(--functional-gray-50);
115115

116-
--color_fg_code: #8ed2c5;
116+
--color_fg_code: #fff;
117117
--color_bg_code-editor: #000;
118118

119119
--color_bg_state_success: #10783f;
@@ -138,20 +138,20 @@
138138
--color_fg_on_state_caution: #000000;
139139
--color_fg_on_state_caution_subtle: #e3c423;
140140

141-
--color_jwt_header: #6dc993;
142-
--color_jwt_payload: #e5e5e5;
143-
--color_jwt_signature: #8c9bef;
141+
--color_jwt_header: #e27133;
142+
--color_jwt_payload: #9472f7;
143+
--color_jwt_signature: #8fc88a;
144144
--color_jwt_dot: #ff69e4;
145145

146146
--color_bg_scrollbar: #6b7380;
147147
}
148148

149149
html[data-theme="light"],
150150
html[data-theme="system-light"] {
151-
--color_jwt_header: #096256;
152-
--color_jwt_payload: #383838;
153-
--color_jwt_signature: #2c3ea0;
154-
--color_jwt_dot: #cc36b1;
151+
--color_jwt_header: #e27133;
152+
--color_jwt_payload: #9472f7;
153+
--color_jwt_signature: #149750;
154+
--color_jwt_dot: #151619;
155155

156156
--color_bg_state_info_subtle: #eef0fd;
157157
--color_fg_on_state_info_subtle: #263588;
@@ -175,7 +175,7 @@ html[data-theme="system-light"] {
175175
--color_bg_state_success_subtle: #e6f4ec;
176176
--color_border_state_success: #10783f;
177177

178-
--color_fg_code: #3b8d7e;
178+
--color_fg_code: #fff;
179179
--color_bg_code-editor: #fff;
180180

181181
--color_fg_on_button: var(--charcoal2);

0 commit comments

Comments
 (0)