Skip to content

Commit afafa8b

Browse files
author
minjk-bl
committed
Edit visualization and statistics theme color
1 parent 5ba7d24 commit afafa8b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

visualpython/css/menuFrame.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,12 @@ input.vp-menu-search-box {
269269
background: #E56139;
270270
}
271271
.vp-menuitem.apps.vp-color-apps5 {
272-
background: #97AA4E;
272+
/* background: #97AA4E; */
273+
background: #a5ba59;
273274
}
274275
.vp-menuitem.apps.vp-color-apps6 {
275-
background: #8D9D4D;
276+
/* background: #8D9D4D; */
277+
background: #95a553;
276278
}
277279
.vp-menuitem.apps.vp-color-apps11 {
278280
background: #88B4E9;
@@ -283,11 +285,14 @@ input.vp-menu-search-box {
283285
.vp-menuitem.apps.vp-color-apps13 {
284286
background: #578BC7;
285287
}
288+
.vp-menuitem.apps.vp-color-apps14 {
289+
background: #4f7db1;
290+
}
286291
.vp-menuitem.apps.vp-color-apps15 {
287-
background: #B66CC8;
292+
background: #cd87de;
288293
}
289294
.vp-menuitem.apps.vp-color-apps16 {
290-
background: #A965BA;
295+
background: #b26ec2;
291296
}
292297
.vp-menuitem.apps.vp-color-apps17 {
293298
background: #9658A6;

0 commit comments

Comments
 (0)