|
71 | 71 | -webkit-text-fill-color: transparent; |
72 | 72 | -webkit-background-clip: text; |
73 | 73 | } */ |
| 74 | + /* 处理 #45 */ |
74 | 75 | } |
75 | 76 | .shaobeichen-gradient-theme-themes-gradient-bearded-theme-arc-json .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .badge .badge-content { |
76 | 77 | background-image: linear-gradient(45deg, #eacd61, #ea618e); |
|
353 | 354 | color: #f5f572; |
354 | 355 | } |
355 | 356 | </style> |
| 357 | + |
| 358 | +<style data-gradient-theme-id> |
| 359 | +.shaobeichen-gradient-theme-themes-gradient-developer-theme-firefox-dark-json { /** |
| 360 | +* Copyright (c) 2024 shaobeichen <shaobeichen@outlook.com> |
| 361 | +* All rights reserved. |
| 362 | +*/ |
| 363 | + /* git 待提交数量徽章样式 */ |
| 364 | + /* 选中标签栏上边框 */ |
| 365 | + /* html标签属性 */ |
| 366 | + /* html标签 */ |
| 367 | +} |
| 368 | +.shaobeichen-gradient-theme-themes-gradient-developer-theme-firefox-dark-json .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .badge .badge-content { |
| 369 | + background-image: linear-gradient(45deg, #3cd23a, #ffe300); |
| 370 | + border-width: 0 !important; |
| 371 | + color: rgb(70, 70, 70) !important; |
| 372 | + font-weight: 700; |
| 373 | +} |
| 374 | +@keyframes tabBorderTopMoveGradient { |
| 375 | + from { |
| 376 | + background-position: 0%; |
| 377 | + } |
| 378 | + to { |
| 379 | + background-position: 100%; |
| 380 | + } |
| 381 | +} |
| 382 | +.shaobeichen-gradient-theme-themes-gradient-developer-theme-firefox-dark-json .tab.tab-actions-right.sizing-fit.has-icon.tab-border-bottom.tab-border-top.active { |
| 383 | + --tab-border-top-color: transparent !important; |
| 384 | + position: relative; |
| 385 | +} |
| 386 | +.shaobeichen-gradient-theme-themes-gradient-developer-theme-firefox-dark-json .tab.tab-actions-right.sizing-fit.has-icon.tab-border-bottom.tab-border-top.active:after { |
| 387 | + content: ""; |
| 388 | + position: absolute; |
| 389 | + top: 0; |
| 390 | + left: 0; |
| 391 | + width: 100%; |
| 392 | + height: 2px; |
| 393 | + z-index: 1; |
| 394 | + background-image: linear-gradient(to right, #eacd61, #ea618e, #3cec85, #61afea); |
| 395 | + animation: tabBorderTopMoveGradient 3s infinite alternate; |
| 396 | + background-size: 200%; |
| 397 | +} |
| 398 | +.shaobeichen-gradient-theme-themes-gradient-developer-theme-firefox-dark-json :not(.cursor).mtk9 { |
| 399 | + color: #569cd6; |
| 400 | + background-image: linear-gradient(45deg, #0975ce, #90ccff); |
| 401 | + -webkit-text-fill-color: transparent; |
| 402 | + -webkit-background-clip: text; |
| 403 | + font-weight: 700; |
| 404 | +} |
| 405 | +.shaobeichen-gradient-theme-themes-gradient-developer-theme-firefox-dark-json :not(.cursor).mtk7 { |
| 406 | + color: #9cdcfe; |
| 407 | + background-image: linear-gradient(150deg, #15dbe2, #efefef); |
| 408 | + -webkit-text-fill-color: transparent; |
| 409 | + -webkit-background-clip: text; |
| 410 | + font-weight: 700; |
| 411 | + font-style: italic; |
| 412 | +} |
| 413 | +.shaobeichen-gradient-theme-themes-gradient-developer-theme-firefox-dark-json :not(.cursor).mtk12 { |
| 414 | + color: #fd619c; |
| 415 | + background-image: linear-gradient(45deg, #ff4b8f, #fd619c, #ffd6e5); |
| 416 | + -webkit-text-fill-color: transparent; |
| 417 | + -webkit-background-clip: text; |
| 418 | + font-weight: 700; |
| 419 | +} |
| 420 | +.shaobeichen-gradient-theme-themes-gradient-developer-theme-firefox-dark-json :not(.cursor).mtk4 { |
| 421 | + color: #2de28b; |
| 422 | + background-image: linear-gradient(150deg, #2de28b, #2de28b, #efefef); |
| 423 | + -webkit-text-fill-color: transparent; |
| 424 | + -webkit-background-clip: text; |
| 425 | +} |
| 426 | +.shaobeichen-gradient-theme-themes-gradient-developer-theme-firefox-dark-json :not(.cursor).mtk15 { |
| 427 | + color: #f5ff43; |
| 428 | + background-image: linear-gradient(150deg, #f5ff43, #efefef); |
| 429 | + -webkit-text-fill-color: transparent; |
| 430 | + -webkit-background-clip: text; |
| 431 | +} |
| 432 | +.shaobeichen-gradient-theme-themes-gradient-developer-theme-firefox-dark-json :not(.cursor).mtk5 { |
| 433 | + color: #6b89ff; |
| 434 | + background-image: linear-gradient(45deg, #6b89ff, #a47efa); |
| 435 | + -webkit-text-fill-color: transparent; |
| 436 | + -webkit-background-clip: text; |
| 437 | +} |
| 438 | +.shaobeichen-gradient-theme-themes-gradient-developer-theme-firefox-dark-json :not(.cursor).mtk8 { |
| 439 | + color: #c678dd; |
| 440 | + background-image: linear-gradient(145deg, #f561f1, #ff96fc, #ffcffe); |
| 441 | + -webkit-text-fill-color: transparent; |
| 442 | + -webkit-background-clip: text; |
| 443 | +} |
| 444 | +</style> |
0 commit comments