diff --git a/css/base/audiobookshelf/audiobookshelf-base.css b/css/base/audiobookshelf/audiobookshelf-base.css
new file mode 100644
index 0000000000..4b1fb4669d
--- /dev/null
+++ b/css/base/audiobookshelf/audiobookshelf-base.css
@@ -0,0 +1,238 @@
+@import url("/css/defaults/placeholders.css");
+@import url("/css/defaults/transparent.css");
+
+
+/* TEXT */
+body,
+p{
+ color: var(--text) !important;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6{
+ color: var(--text-hover) !important;
+}
+
+
+/* LINKS */
+a{
+ color: var(--link-color) !important;
+}
+
+a:hover{
+ color: var(--link-color-hover) !important;
+}
+
+
+/* BODY */
+.bg-primary{
+ background: var(--transparency-dark-40) !important;
+}
+body, .bg-bg, #bookshelf, #app-content, #page-wrapper{
+ background: var(--main-bg-color);
+ background-repeat: repeat, no-repeat;
+ background-attachment: fixed, fixed;
+ background-position: center center, center center;
+ background-size: auto, cover;
+ -webkit-background-size: auto, cover;
+ -moz-background-size: auto, cover;
+ -o-background-size: auto, cover;
+ color: var(--text);
+}
+.bg-bg{
+ background: var(--modal-header-color) !important;
+}
+
+
+/* HEADER */
+#appbar,
+#appbar > div{
+ background: var(--modal-header-color) !important;
+}
+
+
+/* BUTTONS */
+button.bg-success,
+button.bg-success *,
+.abs-btn,
+button.bg-primary, a.bg-primary{
+ background: var(--button-color) !important;
+ color: var(--button-text) !important;
+ border:none !important;
+}
+button.bg-success:hover,
+button.bg-success:hover *,
+.abs-btn:hover,
+button.bg-primary:hover, a.bg-primary:hover{
+ background: var(--button-color-hover) !important;
+ color: var(--button-text-hover) !important;
+}
+button .material-icons{
+ color: var(--button-text-color) !important;
+}
+button:hover .material-icons{
+ color: var(--button-text-color-hover) !important;
+}
+
+
+/* CARDS */
+[id*="book-card-"] .border-yellow-400{
+ border-color:var(--button-color) !important;
+}
+
+
+/* Icons */
+.material-icons,
+.abs-icons{
+ color: rgb(var(--accent-color)) !important;
+}
+.material-icons:hover,
+.abs-icons:hover{
+ color: var(--accent-color-hover) !important;
+}
+
+
+/* TOOLBAR */
+#toolbar{
+ background: var(--transparency-dark-25) !important;
+}
+
+
+/* SIDEBAR */
+.box-shadow-side{
+ background: var(--transparency-dark-25) !important;
+}
+#siderail-buttons-container [class*="bg-yellow-"]{
+ background: rgb(var(--accent-color)) !important;
+}
+#siderail-buttons-container > a{
+ background: var(--modal-header-color) !important;
+}
+#siderail-buttons-container > a [class*="material-icons-"],
+#siderail-buttons-container > a svg{
+ color: rgb(var(--accent-color)) !important;
+}
+#siderail-buttons-container > a:hover [class*="material-icons-"],
+#siderail-buttons-container > a:hover svg{
+ color: var(--accent-color-hover) !important;
+}
+#siderail-buttons-container > a[aria-current="page"] [class*="material-icons-"],
+#siderail-buttons-container > a[aria-current="page"] svg{
+ color: var(--button-text-color) !important;
+}
+#siderail-buttons-container > a[aria-current="page"]:hover [class*="material-icons-"],
+#siderail-buttons-container > a[aria-current="page"]:hover svg{
+ color: var(--button-text-color-hover) !important;
+}
+
+
+/* SCROLLBAR */
+::-webkit-scrollbar-thumb{
+ background: rgb(var(--accent-color)) !important;
+}
+#bookshelf{
+ scrollbar-color: rgb(var(--accent-color)) transparent !important;
+}
+
+
+/* INPUTS */
+input.bg-primary{
+ background:none !important;
+}
+
+
+/* TABLES */
+table * {
+ background: transparent !important;
+}
+table tr:nth-child(2n){
+ background: var(--transparency-dark-30) !important;
+}
+table tr:nth-child(odd){
+ background: var(--transparency-dark-15) !important;
+}
+table tr:hover{
+ background: rgb(var(--accent-color),0.25) !important;
+}
+table tr:nth-child(1), table tr:nth-child(1):hover {
+ background: var(--transparency-dark-25) !important;
+}
+table tr svg.text-green-500{
+ color: rgb(var(--accent-color)) !important;
+}
+
+
+
+/* DROPDOWNS */
+button[aria-haspopup="listbox"]{
+ background: var(--transparency-dark-25) !important;
+ color: var(--text) !important;
+}
+ul[role="listbox"]{
+ background: var(--modal-bg-color) !important;
+}
+ul[role="listbox"] li:hover{
+ background: var(--transparency-dark-25) !important;
+}
+ul[role="listbox"] li.text-yellow-400{
+ color: rgb(var(--accent-color)) !important;
+}
+ul[role="listbox"] li.text-yellow-400:hover{
+ color: var(--accent-color-hover) !important;
+}
+
+/* CONFIGPAGE */
+.configContent button[role="checkbox"].bg-primary{
+ background: var(--transparency-dark-35) !important;
+}
+.configContent button[role="checkbox"].bg-success{
+ background: var(--button-color) !important;
+}
+.configContent button[role="checkbox"] > span{
+ background: var(--text-hover) !important;
+ border: var(--text-hover) !important;
+}
+
+/* CONFIGPAGE - SETTINGS */
+.configContent .userAudiobooksTable tr:nth-child(1){
+ background: var(--transparency-dark-40) !important;
+}
+.configContent .userAudiobooksTable tr.isFinished{
+ background:rgb(var(--accent-color),0.15) !important;
+}
+
+/* CONFIGPAGE - LIBRARIES */
+.configContent.page-Libraries .list-group .bg-warning{
+ background: rgb(var(--accent-color)) !important;
+}
+
+/* CONFIGPAGE - LOGS */
+.configContent.page-Logs #log-container .bg-info{
+ background: var(--transparency-dark-40) !important;
+}
+
+/* CONFIGPAGE - AUTHENTICATION */
+.configContent.page-Authentication svg.text-green-500{
+ color: rgb(var(--accent-color)) !important;
+}
+
+/* CONFIGPAGE - STATS */
+.configContent.Stats .bg-yellow-400{
+ background: rgb(var(--accent-color)) !important;
+}
+
+
+/* MISC */
+code{
+ background: var(--transparency-dark-40) !important;
+ color: rgb(var(--accent-color)) !important;
+}
+
+/* WTF? */
+#__layout > .bg-bg > .hidden > .absolute.bg-bg{
+ background: none !important;
+}
diff --git a/css/base/gitea/gitea-base.css b/css/base/gitea/gitea-base.css
index 5b9747ab60..5d674b0250 100644
--- a/css/base/gitea/gitea-base.css
+++ b/css/base/gitea/gitea-base.css
@@ -95,6 +95,10 @@ a:hover,
}
/* SCROLLBAR */
+* {
+ scrollbar-color: rgb(var(--accent-color),.5) transparent;
+ caret-color: var(--color-caret);
+}
@media only screen and (min-width: 768px) {
html {
height: 100%;
@@ -172,7 +176,8 @@ footer,
.repository .diff-box .header .file,
.CodeMirror,
.EasyMDEContainer .CodeMirror,
-.feeds .list ul li a .svg {
+.feeds .list ul li a .svg,
+.flex-item .flex-item-body {
color: var(--text);
}
@@ -216,6 +221,14 @@ b:hover,
}
/* NAVBAR */
+
+#navbar {
+ border-bottom: 1px solid var(--transparency-light-35) !important;
+}
+#navbar a.item:hover, #navbar button.item:hover {
+ background: rgba(var(--accent-color), .5);
+}
+
.following.bar.light {
background-color: transparent;
border-bottom: 1px solid transparent;
@@ -243,8 +256,8 @@ b:hover,
.ui.secondary.menu .active.item,
.ui.secondary.menu .active.item:hover {
box-shadow: none;
- background: var(--transparency-dark-05);
- color: var(--text-hover);
+ background: rgb(var(--accent-color));
+ color: var(--label-text-color) !important;
}
/* UI */
@@ -259,6 +272,10 @@ b:hover,
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}
+.ui.menu .item:before, .ui.vertical.menu .item:before {
+ background: var(--transparency-light-35);
+}
+
.organization.settings .ui.vertical.menu {
display: block;
flex-direction: column;
@@ -461,8 +478,8 @@ b:hover,
.ui.secondary.pointing.menu .active.item,
.ui.secondary.pointing.menu .active.item:hover {
- border-color: currentColor;
- color: rgb(var(--accent-color));
+ border-color: currentColor !important;
+ color: rgb(var(--accent-color)) !important;
}
.ui.tabular.menu .item {
@@ -662,8 +679,8 @@ svg.vch__wrapper .vch__months__labels__wrapper text.vch__month__label[data-v-a9c
.ui.menu .active.item:hover,
.ui.vertical.menu .active.item:hover {
- background: var(--transparency-dark-25);
- color: var(--text-hover);
+ background: rgb(var(--accent-color),.5) !important;
+ color: var(--label-text-color) !important;
}
.ui.menu a.item:hover {
@@ -870,6 +887,7 @@ td.blob-excerpt {
.ui.cards>.card {
background: var(--transparency-dark-15);
box-shadow: none;
+ border: 1px solid var(--transparency-light-35);
}
.ui.cards a.card:hover,
@@ -891,7 +909,10 @@ a.ui.card:hover {
.ui.card>.content,
.ui.cards>.card>.content {
- border-color: rgb(255 255 255 / 10%);
+ border-color: var(--transparency-light-35) !important;
+}
+.user.profile .ui.card .extra.content>ul>li:not(:last-child) {
+ border-bottom: 1px solid var(--transparency-light-35);
}
.ui.ui.menu .item.disabled {
@@ -1194,7 +1215,7 @@ footer {
.ui.toggle.checkbox input:focus:checked~label,
.ui.checkbox input:focus~label,
.ui.checkbox input:focus~label:after {
- color: var(--label-text-color) !important;
+ color: var(--text) !important;
}
.ui.blue.button,
@@ -1203,6 +1224,7 @@ footer {
.ui.primary.buttons .button {
background-color: var(--button-color) !important;
color: var(--button-text) !important;
+ border-color: var(--button-color) !important;
}
.ui.primary.button:hover,
@@ -1216,6 +1238,7 @@ footer {
background-color: var(--button-color-hover) !important;
color: var(--button-text) !important;
box-shadow: inset 0 0 0 1px transparent !important;
+ border-color: var(--button-color-hover) !important;
}
.ui.teal.button,
@@ -1280,12 +1303,13 @@ footer {
.ui.button {
background: var(--button-color);
color: var(--button-text);
- border: 1px solid rgb(255 255 255 / 10%);
+ border: 1px solid var(--button-color) !important;
}
.ui.button:hover {
background: var(--button-color-hover);
color: var(--button-text);
+ border: 1px solid var(--button-color-hover) !important;
}
.ui.basic.blue.button,
@@ -1388,6 +1412,10 @@ a.ui.basic.label:hover,
color: var(--button-text);
}
*/
+.ui.green.labels .label, .ui.ui.ui.green.label, .ui.green.button, .ui.green.buttons .button, .ui.green.button:focus, .ui.green.buttons .button:focus {
+ background-color: rgb(var(--accent-color));
+ color: var(--label-text-color);
+}
.ui.label,
.ui.menu .item>.label {
background-color: rgb(var(--accent-color));
@@ -1418,7 +1446,7 @@ a.ui.labels .label:hover {
border: 1px solid transparent;
}
-.repository #commits-table td.sha .sha.label .detail.icon,
+/* .repository #commits-table td.sha .sha.label .detail.icon,
.repository #repo-files-table .sha.label .detail.icon,
.repository .timeline-item.commits-list .singular-commit .sha.label .detail.icon {
background: var(--transparency-dark-25);
@@ -1428,7 +1456,7 @@ a.ui.labels .label:hover {
border-left: 1px solid var(--text-hover);
border-top-left-radius: 0;
border-bottom-left-radius: 0;
-}
+} */
.repository.file.list #repo-files-table tbody .svg.octicon-file-directory,
.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule {
@@ -1651,4 +1679,18 @@ input::selection {
.ui.link.list.list a.item:hover, .ui.link.list.list .item a:not(.ui):hover, .ui.link.list.list a.item:active, .ui.link.list.list .item a:not(.ui):active {
color: var(--button-text-hover);
+}
+
+
+/* OTHER */
+
+.divider:not(.divider-text),.ui.dropdown .menu>.divider {
+ border-top: 1px solid var(--transparency-light-35);
+}
+
+
+#notification_table {
+ background: var(--transparency-dark-15);
+ border: 1px solid var(--transparency-light-15);
+ border-radius: var(--border-radius);
}
\ No newline at end of file
diff --git a/css/base/gitea/monaco_vs_dark.css b/css/base/gitea/monaco_vs_dark.css
index ffb8df7585..cf868aece0 100644
--- a/css/base/gitea/monaco_vs_dark.css
+++ b/css/base/gitea/monaco_vs_dark.css
@@ -1,512 +1,512 @@
-.codicon-add:before { content: '\ea60'; }
-.codicon-plus:before { content: '\ea60'; }
-.codicon-gist-new:before { content: '\ea60'; }
-.codicon-repo-create:before { content: '\ea60'; }
-.codicon-lightbulb:before { content: '\ea61'; }
-.codicon-light-bulb:before { content: '\ea61'; }
-.codicon-repo:before { content: '\ea62'; }
-.codicon-repo-delete:before { content: '\ea62'; }
-.codicon-gist-fork:before { content: '\ea63'; }
-.codicon-repo-forked:before { content: '\ea63'; }
-.codicon-git-pull-request:before { content: '\ea64'; }
-.codicon-git-pull-request-abandoned:before { content: '\ea64'; }
-.codicon-record-keys:before { content: '\ea65'; }
-.codicon-keyboard:before { content: '\ea65'; }
-.codicon-tag:before { content: '\ea66'; }
-.codicon-tag-add:before { content: '\ea66'; }
-.codicon-tag-remove:before { content: '\ea66'; }
-.codicon-person:before { content: '\ea67'; }
-.codicon-person-follow:before { content: '\ea67'; }
-.codicon-person-outline:before { content: '\ea67'; }
-.codicon-person-filled:before { content: '\ea67'; }
-.codicon-git-branch:before { content: '\ea68'; }
-.codicon-git-branch-create:before { content: '\ea68'; }
-.codicon-git-branch-delete:before { content: '\ea68'; }
-.codicon-source-control:before { content: '\ea68'; }
-.codicon-mirror:before { content: '\ea69'; }
-.codicon-mirror-public:before { content: '\ea69'; }
-.codicon-star:before { content: '\ea6a'; }
-.codicon-star-add:before { content: '\ea6a'; }
-.codicon-star-delete:before { content: '\ea6a'; }
-.codicon-star-empty:before { content: '\ea6a'; }
-.codicon-comment:before { content: '\ea6b'; }
-.codicon-comment-add:before { content: '\ea6b'; }
-.codicon-alert:before { content: '\ea6c'; }
-.codicon-warning:before { content: '\ea6c'; }
-.codicon-search:before { content: '\ea6d'; }
-.codicon-search-save:before { content: '\ea6d'; }
-.codicon-log-out:before { content: '\ea6e'; }
-.codicon-sign-out:before { content: '\ea6e'; }
-.codicon-log-in:before { content: '\ea6f'; }
-.codicon-sign-in:before { content: '\ea6f'; }
-.codicon-eye:before { content: '\ea70'; }
-.codicon-eye-unwatch:before { content: '\ea70'; }
-.codicon-eye-watch:before { content: '\ea70'; }
-.codicon-circle-filled:before { content: '\ea71'; }
-.codicon-primitive-dot:before { content: '\ea71'; }
-.codicon-close-dirty:before { content: '\ea71'; }
-.codicon-debug-breakpoint:before { content: '\ea71'; }
-.codicon-debug-breakpoint-disabled:before { content: '\ea71'; }
-.codicon-debug-hint:before { content: '\ea71'; }
-.codicon-primitive-square:before { content: '\ea72'; }
-.codicon-edit:before { content: '\ea73'; }
-.codicon-pencil:before { content: '\ea73'; }
-.codicon-info:before { content: '\ea74'; }
-.codicon-issue-opened:before { content: '\ea74'; }
-.codicon-gist-private:before { content: '\ea75'; }
-.codicon-git-fork-private:before { content: '\ea75'; }
-.codicon-lock:before { content: '\ea75'; }
-.codicon-mirror-private:before { content: '\ea75'; }
-.codicon-close:before { content: '\ea76'; }
-.codicon-remove-close:before { content: '\ea76'; }
-.codicon-x:before { content: '\ea76'; }
-.codicon-repo-sync:before { content: '\ea77'; }
-.codicon-sync:before { content: '\ea77'; }
-.codicon-clone:before { content: '\ea78'; }
-.codicon-desktop-download:before { content: '\ea78'; }
-.codicon-beaker:before { content: '\ea79'; }
-.codicon-microscope:before { content: '\ea79'; }
-.codicon-vm:before { content: '\ea7a'; }
-.codicon-device-desktop:before { content: '\ea7a'; }
-.codicon-file:before { content: '\ea7b'; }
-.codicon-file-text:before { content: '\ea7b'; }
-.codicon-more:before { content: '\ea7c'; }
-.codicon-ellipsis:before { content: '\ea7c'; }
-.codicon-kebab-horizontal:before { content: '\ea7c'; }
-.codicon-mail-reply:before { content: '\ea7d'; }
-.codicon-reply:before { content: '\ea7d'; }
-.codicon-organization:before { content: '\ea7e'; }
-.codicon-organization-filled:before { content: '\ea7e'; }
-.codicon-organization-outline:before { content: '\ea7e'; }
-.codicon-new-file:before { content: '\ea7f'; }
-.codicon-file-add:before { content: '\ea7f'; }
-.codicon-new-folder:before { content: '\ea80'; }
-.codicon-file-directory-create:before { content: '\ea80'; }
-.codicon-trash:before { content: '\ea81'; }
-.codicon-trashcan:before { content: '\ea81'; }
-.codicon-history:before { content: '\ea82'; }
-.codicon-clock:before { content: '\ea82'; }
-.codicon-folder:before { content: '\ea83'; }
-.codicon-file-directory:before { content: '\ea83'; }
-.codicon-symbol-folder:before { content: '\ea83'; }
-.codicon-logo-github:before { content: '\ea84'; }
-.codicon-mark-github:before { content: '\ea84'; }
-.codicon-github:before { content: '\ea84'; }
-.codicon-terminal:before { content: '\ea85'; }
-.codicon-console:before { content: '\ea85'; }
-.codicon-repl:before { content: '\ea85'; }
-.codicon-zap:before { content: '\ea86'; }
-.codicon-symbol-event:before { content: '\ea86'; }
-.codicon-error:before { content: '\ea87'; }
-.codicon-stop:before { content: '\ea87'; }
-.codicon-variable:before { content: '\ea88'; }
-.codicon-symbol-variable:before { content: '\ea88'; }
-.codicon-array:before { content: '\ea8a'; }
-.codicon-symbol-array:before { content: '\ea8a'; }
-.codicon-symbol-module:before { content: '\ea8b'; }
-.codicon-symbol-package:before { content: '\ea8b'; }
-.codicon-symbol-namespace:before { content: '\ea8b'; }
-.codicon-symbol-object:before { content: '\ea8b'; }
-.codicon-symbol-method:before { content: '\ea8c'; }
-.codicon-symbol-function:before { content: '\ea8c'; }
-.codicon-symbol-constructor:before { content: '\ea8c'; }
-.codicon-symbol-boolean:before { content: '\ea8f'; }
-.codicon-symbol-null:before { content: '\ea8f'; }
-.codicon-symbol-numeric:before { content: '\ea90'; }
-.codicon-symbol-number:before { content: '\ea90'; }
-.codicon-symbol-structure:before { content: '\ea91'; }
-.codicon-symbol-struct:before { content: '\ea91'; }
-.codicon-symbol-parameter:before { content: '\ea92'; }
-.codicon-symbol-type-parameter:before { content: '\ea92'; }
-.codicon-symbol-key:before { content: '\ea93'; }
-.codicon-symbol-text:before { content: '\ea93'; }
-.codicon-symbol-reference:before { content: '\ea94'; }
-.codicon-go-to-file:before { content: '\ea94'; }
-.codicon-symbol-enum:before { content: '\ea95'; }
-.codicon-symbol-value:before { content: '\ea95'; }
-.codicon-symbol-ruler:before { content: '\ea96'; }
-.codicon-symbol-unit:before { content: '\ea96'; }
-.codicon-activate-breakpoints:before { content: '\ea97'; }
-.codicon-archive:before { content: '\ea98'; }
-.codicon-arrow-both:before { content: '\ea99'; }
-.codicon-arrow-down:before { content: '\ea9a'; }
-.codicon-arrow-left:before { content: '\ea9b'; }
-.codicon-arrow-right:before { content: '\ea9c'; }
-.codicon-arrow-small-down:before { content: '\ea9d'; }
-.codicon-arrow-small-left:before { content: '\ea9e'; }
-.codicon-arrow-small-right:before { content: '\ea9f'; }
-.codicon-arrow-small-up:before { content: '\eaa0'; }
-.codicon-arrow-up:before { content: '\eaa1'; }
-.codicon-bell:before { content: '\eaa2'; }
-.codicon-bold:before { content: '\eaa3'; }
-.codicon-book:before { content: '\eaa4'; }
-.codicon-bookmark:before { content: '\eaa5'; }
-.codicon-debug-breakpoint-conditional-unverified:before { content: '\eaa6'; }
-.codicon-debug-breakpoint-conditional:before { content: '\eaa7'; }
-.codicon-debug-breakpoint-conditional-disabled:before { content: '\eaa7'; }
-.codicon-debug-breakpoint-data-unverified:before { content: '\eaa8'; }
-.codicon-debug-breakpoint-data:before { content: '\eaa9'; }
-.codicon-debug-breakpoint-data-disabled:before { content: '\eaa9'; }
-.codicon-debug-breakpoint-log-unverified:before { content: '\eaaa'; }
-.codicon-debug-breakpoint-log:before { content: '\eaab'; }
-.codicon-debug-breakpoint-log-disabled:before { content: '\eaab'; }
-.codicon-briefcase:before { content: '\eaac'; }
-.codicon-broadcast:before { content: '\eaad'; }
-.codicon-browser:before { content: '\eaae'; }
-.codicon-bug:before { content: '\eaaf'; }
-.codicon-calendar:before { content: '\eab0'; }
-.codicon-case-sensitive:before { content: '\eab1'; }
-.codicon-check:before { content: '\eab2'; }
-.codicon-checklist:before { content: '\eab3'; }
-.codicon-chevron-down:before { content: '\eab4'; }
-.codicon-drop-down-button:before { content: '\eab4'; }
-.codicon-chevron-left:before { content: '\eab5'; }
-.codicon-chevron-right:before { content: '\eab6'; }
-.codicon-chevron-up:before { content: '\eab7'; }
-.codicon-chrome-close:before { content: '\eab8'; }
-.codicon-chrome-maximize:before { content: '\eab9'; }
-.codicon-chrome-minimize:before { content: '\eaba'; }
-.codicon-chrome-restore:before { content: '\eabb'; }
-.codicon-circle-outline:before { content: '\eabc'; }
-.codicon-debug-breakpoint-unverified:before { content: '\eabc'; }
-.codicon-circle-slash:before { content: '\eabd'; }
-.codicon-circuit-board:before { content: '\eabe'; }
-.codicon-clear-all:before { content: '\eabf'; }
-.codicon-clippy:before { content: '\eac0'; }
-.codicon-close-all:before { content: '\eac1'; }
-.codicon-cloud-download:before { content: '\eac2'; }
-.codicon-cloud-upload:before { content: '\eac3'; }
-.codicon-code:before { content: '\eac4'; }
-.codicon-collapse-all:before { content: '\eac5'; }
-.codicon-color-mode:before { content: '\eac6'; }
-.codicon-comment-discussion:before { content: '\eac7'; }
-.codicon-compare-changes:before { content: '\eafd'; }
-.codicon-credit-card:before { content: '\eac9'; }
-.codicon-dash:before { content: '\eacc'; }
-.codicon-dashboard:before { content: '\eacd'; }
-.codicon-database:before { content: '\eace'; }
-.codicon-debug-continue:before { content: '\eacf'; }
-.codicon-debug-disconnect:before { content: '\ead0'; }
-.codicon-debug-pause:before { content: '\ead1'; }
-.codicon-debug-restart:before { content: '\ead2'; }
-.codicon-debug-start:before { content: '\ead3'; }
-.codicon-debug-step-into:before { content: '\ead4'; }
-.codicon-debug-step-out:before { content: '\ead5'; }
-.codicon-debug-step-over:before { content: '\ead6'; }
-.codicon-debug-stop:before { content: '\ead7'; }
-.codicon-debug:before { content: '\ead8'; }
-.codicon-device-camera-video:before { content: '\ead9'; }
-.codicon-device-camera:before { content: '\eada'; }
-.codicon-device-mobile:before { content: '\eadb'; }
-.codicon-diff-added:before { content: '\eadc'; }
-.codicon-diff-ignored:before { content: '\eadd'; }
-.codicon-diff-modified:before { content: '\eade'; }
-.codicon-diff-removed:before { content: '\eadf'; }
-.codicon-diff-renamed:before { content: '\eae0'; }
-.codicon-diff:before { content: '\eae1'; }
-.codicon-discard:before { content: '\eae2'; }
-.codicon-editor-layout:before { content: '\eae3'; }
-.codicon-empty-window:before { content: '\eae4'; }
-.codicon-exclude:before { content: '\eae5'; }
-.codicon-extensions:before { content: '\eae6'; }
-.codicon-eye-closed:before { content: '\eae7'; }
-.codicon-file-binary:before { content: '\eae8'; }
-.codicon-file-code:before { content: '\eae9'; }
-.codicon-file-media:before { content: '\eaea'; }
-.codicon-file-pdf:before { content: '\eaeb'; }
-.codicon-file-submodule:before { content: '\eaec'; }
-.codicon-file-symlink-directory:before { content: '\eaed'; }
-.codicon-file-symlink-file:before { content: '\eaee'; }
-.codicon-file-zip:before { content: '\eaef'; }
-.codicon-files:before { content: '\eaf0'; }
-.codicon-filter:before { content: '\eaf1'; }
-.codicon-flame:before { content: '\eaf2'; }
-.codicon-fold-down:before { content: '\eaf3'; }
-.codicon-fold-up:before { content: '\eaf4'; }
-.codicon-fold:before { content: '\eaf5'; }
-.codicon-folder-active:before { content: '\eaf6'; }
-.codicon-folder-opened:before { content: '\eaf7'; }
-.codicon-gear:before { content: '\eaf8'; }
-.codicon-gift:before { content: '\eaf9'; }
-.codicon-gist-secret:before { content: '\eafa'; }
-.codicon-gist:before { content: '\eafb'; }
-.codicon-git-commit:before { content: '\eafc'; }
-.codicon-git-compare:before { content: '\eafd'; }
-.codicon-git-merge:before { content: '\eafe'; }
-.codicon-github-action:before { content: '\eaff'; }
-.codicon-github-alt:before { content: '\eb00'; }
-.codicon-globe:before { content: '\eb01'; }
-.codicon-grabber:before { content: '\eb02'; }
-.codicon-graph:before { content: '\eb03'; }
-.codicon-gripper:before { content: '\eb04'; }
-.codicon-heart:before { content: '\eb05'; }
-.codicon-home:before { content: '\eb06'; }
-.codicon-horizontal-rule:before { content: '\eb07'; }
-.codicon-hubot:before { content: '\eb08'; }
-.codicon-inbox:before { content: '\eb09'; }
-.codicon-issue-closed:before { content: '\eba4'; }
-.codicon-issue-reopened:before { content: '\eb0b'; }
-.codicon-issues:before { content: '\eb0c'; }
-.codicon-italic:before { content: '\eb0d'; }
-.codicon-jersey:before { content: '\eb0e'; }
-.codicon-json:before { content: '\eb0f'; }
-.codicon-kebab-vertical:before { content: '\eb10'; }
-.codicon-key:before { content: '\eb11'; }
-.codicon-law:before { content: '\eb12'; }
-.codicon-lightbulb-autofix:before { content: '\eb13'; }
-.codicon-link-external:before { content: '\eb14'; }
-.codicon-link:before { content: '\eb15'; }
-.codicon-list-ordered:before { content: '\eb16'; }
-.codicon-list-unordered:before { content: '\eb17'; }
-.codicon-live-share:before { content: '\eb18'; }
-.codicon-loading:before { content: '\eb19'; }
-.codicon-location:before { content: '\eb1a'; }
-.codicon-mail-read:before { content: '\eb1b'; }
-.codicon-mail:before { content: '\eb1c'; }
-.codicon-markdown:before { content: '\eb1d'; }
-.codicon-megaphone:before { content: '\eb1e'; }
-.codicon-mention:before { content: '\eb1f'; }
-.codicon-milestone:before { content: '\eb20'; }
-.codicon-mortar-board:before { content: '\eb21'; }
-.codicon-move:before { content: '\eb22'; }
-.codicon-multiple-windows:before { content: '\eb23'; }
-.codicon-mute:before { content: '\eb24'; }
-.codicon-no-newline:before { content: '\eb25'; }
-.codicon-note:before { content: '\eb26'; }
-.codicon-octoface:before { content: '\eb27'; }
-.codicon-open-preview:before { content: '\eb28'; }
-.codicon-package:before { content: '\eb29'; }
-.codicon-paintcan:before { content: '\eb2a'; }
-.codicon-pin:before { content: '\eb2b'; }
-.codicon-play:before { content: '\eb2c'; }
-.codicon-run:before { content: '\eb2c'; }
-.codicon-plug:before { content: '\eb2d'; }
-.codicon-preserve-case:before { content: '\eb2e'; }
-.codicon-preview:before { content: '\eb2f'; }
-.codicon-project:before { content: '\eb30'; }
-.codicon-pulse:before { content: '\eb31'; }
-.codicon-question:before { content: '\eb32'; }
-.codicon-quote:before { content: '\eb33'; }
-.codicon-radio-tower:before { content: '\eb34'; }
-.codicon-reactions:before { content: '\eb35'; }
-.codicon-references:before { content: '\eb36'; }
-.codicon-refresh:before { content: '\eb37'; }
-.codicon-regex:before { content: '\eb38'; }
-.codicon-remote-explorer:before { content: '\eb39'; }
-.codicon-remote:before { content: '\eb3a'; }
-.codicon-remove:before { content: '\eb3b'; }
-.codicon-replace-all:before { content: '\eb3c'; }
-.codicon-replace:before { content: '\eb3d'; }
-.codicon-repo-clone:before { content: '\eb3e'; }
-.codicon-repo-force-push:before { content: '\eb3f'; }
-.codicon-repo-pull:before { content: '\eb40'; }
-.codicon-repo-push:before { content: '\eb41'; }
-.codicon-report:before { content: '\eb42'; }
-.codicon-request-changes:before { content: '\eb43'; }
-.codicon-rocket:before { content: '\eb44'; }
-.codicon-root-folder-opened:before { content: '\eb45'; }
-.codicon-root-folder:before { content: '\eb46'; }
-.codicon-rss:before { content: '\eb47'; }
-.codicon-ruby:before { content: '\eb48'; }
-.codicon-save-all:before { content: '\eb49'; }
-.codicon-save-as:before { content: '\eb4a'; }
-.codicon-save:before { content: '\eb4b'; }
-.codicon-screen-full:before { content: '\eb4c'; }
-.codicon-screen-normal:before { content: '\eb4d'; }
-.codicon-search-stop:before { content: '\eb4e'; }
-.codicon-server:before { content: '\eb50'; }
-.codicon-settings-gear:before { content: '\eb51'; }
-.codicon-settings:before { content: '\eb52'; }
-.codicon-shield:before { content: '\eb53'; }
-.codicon-smiley:before { content: '\eb54'; }
-.codicon-sort-precedence:before { content: '\eb55'; }
-.codicon-split-horizontal:before { content: '\eb56'; }
-.codicon-split-vertical:before { content: '\eb57'; }
-.codicon-squirrel:before { content: '\eb58'; }
-.codicon-star-full:before { content: '\eb59'; }
-.codicon-star-half:before { content: '\eb5a'; }
-.codicon-symbol-class:before { content: '\eb5b'; }
-.codicon-symbol-color:before { content: '\eb5c'; }
-.codicon-symbol-constant:before { content: '\eb5d'; }
-.codicon-symbol-enum-member:before { content: '\eb5e'; }
-.codicon-symbol-field:before { content: '\eb5f'; }
-.codicon-symbol-file:before { content: '\eb60'; }
-.codicon-symbol-interface:before { content: '\eb61'; }
-.codicon-symbol-keyword:before { content: '\eb62'; }
-.codicon-symbol-misc:before { content: '\eb63'; }
-.codicon-symbol-operator:before { content: '\eb64'; }
-.codicon-symbol-property:before { content: '\eb65'; }
-.codicon-wrench:before { content: '\eb65'; }
-.codicon-wrench-subaction:before { content: '\eb65'; }
-.codicon-symbol-snippet:before { content: '\eb66'; }
-.codicon-tasklist:before { content: '\eb67'; }
-.codicon-telescope:before { content: '\eb68'; }
-.codicon-text-size:before { content: '\eb69'; }
-.codicon-three-bars:before { content: '\eb6a'; }
-.codicon-thumbsdown:before { content: '\eb6b'; }
-.codicon-thumbsup:before { content: '\eb6c'; }
-.codicon-tools:before { content: '\eb6d'; }
-.codicon-triangle-down:before { content: '\eb6e'; }
-.codicon-triangle-left:before { content: '\eb6f'; }
-.codicon-triangle-right:before { content: '\eb70'; }
-.codicon-triangle-up:before { content: '\eb71'; }
-.codicon-twitter:before { content: '\eb72'; }
-.codicon-unfold:before { content: '\eb73'; }
-.codicon-unlock:before { content: '\eb74'; }
-.codicon-unmute:before { content: '\eb75'; }
-.codicon-unverified:before { content: '\eb76'; }
-.codicon-verified:before { content: '\eb77'; }
-.codicon-versions:before { content: '\eb78'; }
-.codicon-vm-active:before { content: '\eb79'; }
-.codicon-vm-outline:before { content: '\eb7a'; }
-.codicon-vm-running:before { content: '\eb7b'; }
-.codicon-watch:before { content: '\eb7c'; }
-.codicon-whitespace:before { content: '\eb7d'; }
-.codicon-whole-word:before { content: '\eb7e'; }
-.codicon-window:before { content: '\eb7f'; }
-.codicon-word-wrap:before { content: '\eb80'; }
-.codicon-zoom-in:before { content: '\eb81'; }
-.codicon-zoom-out:before { content: '\eb82'; }
-.codicon-list-filter:before { content: '\eb83'; }
-.codicon-list-flat:before { content: '\eb84'; }
-.codicon-list-selection:before { content: '\eb85'; }
-.codicon-selection:before { content: '\eb85'; }
-.codicon-list-tree:before { content: '\eb86'; }
-.codicon-debug-breakpoint-function-unverified:before { content: '\eb87'; }
-.codicon-debug-breakpoint-function:before { content: '\eb88'; }
-.codicon-debug-breakpoint-function-disabled:before { content: '\eb88'; }
-.codicon-debug-stackframe-active:before { content: '\eb89'; }
-.codicon-debug-stackframe-dot:before { content: '\eb8a'; }
-.codicon-debug-stackframe:before { content: '\eb8b'; }
-.codicon-debug-stackframe-focused:before { content: '\eb8b'; }
-.codicon-debug-breakpoint-unsupported:before { content: '\eb8c'; }
-.codicon-symbol-string:before { content: '\eb8d'; }
-.codicon-debug-reverse-continue:before { content: '\eb8e'; }
-.codicon-debug-step-back:before { content: '\eb8f'; }
-.codicon-debug-restart-frame:before { content: '\eb90'; }
-.codicon-call-incoming:before { content: '\eb92'; }
-.codicon-call-outgoing:before { content: '\eb93'; }
-.codicon-menu:before { content: '\eb94'; }
-.codicon-expand-all:before { content: '\eb95'; }
-.codicon-feedback:before { content: '\eb96'; }
-.codicon-group-by-ref-type:before { content: '\eb97'; }
-.codicon-ungroup-by-ref-type:before { content: '\eb98'; }
-.codicon-account:before { content: '\eb99'; }
-.codicon-bell-dot:before { content: '\eb9a'; }
-.codicon-debug-console:before { content: '\eb9b'; }
-.codicon-library:before { content: '\eb9c'; }
-.codicon-output:before { content: '\eb9d'; }
-.codicon-run-all:before { content: '\eb9e'; }
-.codicon-sync-ignored:before { content: '\eb9f'; }
-.codicon-pinned:before { content: '\eba0'; }
-.codicon-github-inverted:before { content: '\eba1'; }
-.codicon-debug-alt:before { content: '\eb91'; }
-.codicon-server-process:before { content: '\eba2'; }
-.codicon-server-environment:before { content: '\eba3'; }
-.codicon-pass:before { content: '\eba4'; }
-.codicon-stop-circle:before { content: '\eba5'; }
-.codicon-play-circle:before { content: '\eba6'; }
-.codicon-record:before { content: '\eba7'; }
-.codicon-debug-alt-small:before { content: '\eba8'; }
-.codicon-vm-connect:before { content: '\eba9'; }
-.codicon-cloud:before { content: '\ebaa'; }
-.codicon-merge:before { content: '\ebab'; }
-.codicon-export:before { content: '\ebac'; }
-.codicon-graph-left:before { content: '\ebad'; }
-.codicon-magnet:before { content: '\ebae'; }
-.codicon-notebook:before { content: '\ebaf'; }
-.codicon-redo:before { content: '\ebb0'; }
-.codicon-check-all:before { content: '\ebb1'; }
-.codicon-pinned-dirty:before { content: '\ebb2'; }
-.codicon-pass-filled:before { content: '\ebb3'; }
-.codicon-circle-large-filled:before { content: '\ebb4'; }
-.codicon-circle-large-outline:before { content: '\ebb5'; }
-.codicon-combine:before { content: '\ebb6'; }
-.codicon-gather:before { content: '\ebb6'; }
-.codicon-table:before { content: '\ebb7'; }
-.codicon-variable-group:before { content: '\ebb8'; }
-.codicon-type-hierarchy:before { content: '\ebb9'; }
-.codicon-type-hierarchy-sub:before { content: '\ebba'; }
-.codicon-type-hierarchy-super:before { content: '\ebbb'; }
-.codicon-git-pull-request-create:before { content: '\ebbc'; }
-.codicon-run-above:before { content: '\ebbd'; }
-.codicon-run-below:before { content: '\ebbe'; }
-.codicon-notebook-template:before { content: '\ebbf'; }
-.codicon-debug-rerun:before { content: '\ebc0'; }
-.codicon-workspace-trusted:before { content: '\ebc1'; }
-.codicon-workspace-untrusted:before { content: '\ebc2'; }
-.codicon-workspace-unspecified:before { content: '\ebc3'; }
-.codicon-terminal-cmd:before { content: '\ebc4'; }
-.codicon-terminal-debian:before { content: '\ebc5'; }
-.codicon-terminal-linux:before { content: '\ebc6'; }
-.codicon-terminal-powershell:before { content: '\ebc7'; }
-.codicon-terminal-tmux:before { content: '\ebc8'; }
-.codicon-terminal-ubuntu:before { content: '\ebc9'; }
-.codicon-terminal-bash:before { content: '\ebca'; }
-.codicon-arrow-swap:before { content: '\ebcb'; }
-.codicon-copy:before { content: '\ebcc'; }
-.codicon-person-add:before { content: '\ebcd'; }
-.codicon-filter-filled:before { content: '\ebce'; }
-.codicon-wand:before { content: '\ebcf'; }
-.codicon-debug-line-by-line:before { content: '\ebd0'; }
-.codicon-inspect:before { content: '\ebd1'; }
-.codicon-layers:before { content: '\ebd2'; }
-.codicon-layers-dot:before { content: '\ebd3'; }
-.codicon-layers-active:before { content: '\ebd4'; }
-.codicon-compass:before { content: '\ebd5'; }
-.codicon-compass-dot:before { content: '\ebd6'; }
-.codicon-compass-active:before { content: '\ebd7'; }
-.codicon-azure:before { content: '\ebd8'; }
-.codicon-issue-draft:before { content: '\ebd9'; }
-.codicon-git-pull-request-closed:before { content: '\ebda'; }
-.codicon-git-pull-request-draft:before { content: '\ebdb'; }
-.codicon-debug-all:before { content: '\ebdc'; }
-.codicon-debug-coverage:before { content: '\ebdd'; }
-.codicon-run-errors:before { content: '\ebde'; }
-.codicon-folder-library:before { content: '\ebdf'; }
-.codicon-debug-continue-small:before { content: '\ebe0'; }
-.codicon-beaker-stop:before { content: '\ebe1'; }
-.codicon-graph-line:before { content: '\ebe2'; }
-.codicon-graph-scatter:before { content: '\ebe3'; }
-.codicon-pie-chart:before { content: '\ebe4'; }
-.codicon-bracket:before { content: '\eb0f'; }
-.codicon-bracket-dot:before { content: '\ebe5'; }
-.codicon-bracket-error:before { content: '\ebe6'; }
-.codicon-lock-small:before { content: '\ebe7'; }
-.codicon-azure-devops:before { content: '\ebe8'; }
-.codicon-verified-filled:before { content: '\ebe9'; }
-.codicon-tree-item-expanded:before { content: '\eab4'; }
-.codicon-tree-filter-on-type-on:before { content: '\eb83'; }
-.codicon-tree-filter-on-type-off:before { content: '\eb85'; }
-.codicon-tree-filter-clear:before { content: '\ea76'; }
-.codicon-tree-item-loading:before { content: '\eb19'; }
-.codicon-scrollbar-button-left:before { content: '\eb6f'; }
-.codicon-scrollbar-button-right:before { content: '\eb70'; }
-.codicon-scrollbar-button-up:before { content: '\eb71'; }
-.codicon-scrollbar-button-down:before { content: '\eb6e'; }
-.codicon-menu-selection:before { content: '\eab2'; }
-.codicon-menu-submenu:before { content: '\eab6'; }
-.codicon-quick-input-back:before { content: '\ea9b'; }
-.codicon-widget-close:before { content: '\ea76'; }
-.codicon-diff-review-insert:before { content: '\ea60'; }
-.codicon-diff-review-remove:before { content: '\eb3b'; }
-.codicon-diff-review-close:before { content: '\ea76'; }
-.codicon-parameter-hints-next:before { content: '\eab4'; }
-.codicon-parameter-hints-previous:before { content: '\eab7'; }
-.codicon-suggest-more-info:before { content: '\eab6'; }
-.codicon-diff-insert:before { content: '\ea60'; }
-.codicon-diff-remove:before { content: '\eb3b'; }
-.codicon-find-selection:before { content: '\eb85'; }
-.codicon-find-collapsed:before { content: '\eab6'; }
-.codicon-find-expanded:before { content: '\eab4'; }
-.codicon-find-replace:before { content: '\eb3d'; }
-.codicon-find-replace-all:before { content: '\eb3c'; }
-.codicon-find-previous-match:before { content: '\eaa1'; }
-.codicon-find-next-match:before { content: '\ea9a'; }
-.codicon-folding-expanded:before { content: '\eab4'; }
-.codicon-folding-collapsed:before { content: '\eab6'; }
-.codicon-marker-navigation-next:before { content: '\ea9a'; }
-.codicon-marker-navigation-previous:before { content: '\eaa1'; }
+.codicon-add:before { content: '\ea60'!important; }
+.codicon-plus:before { content: '\ea60'!important; }
+.codicon-gist-new:before { content: '\ea60'!important; }
+.codicon-repo-create:before { content: '\ea60'!important; }
+.codicon-lightbulb:before { content: '\ea61'!important; }
+.codicon-light-bulb:before { content: '\ea61'!important; }
+.codicon-repo:before { content: '\ea62'!important; }
+.codicon-repo-delete:before { content: '\ea62'!important; }
+.codicon-gist-fork:before { content: '\ea63'!important; }
+.codicon-repo-forked:before { content: '\ea63'!important; }
+.codicon-git-pull-request:before { content: '\ea64'!important; }
+.codicon-git-pull-request-abandoned:before { content: '\ea64'!important; }
+.codicon-record-keys:before { content: '\ea65'!important; }
+.codicon-keyboard:before { content: '\ea65'!important; }
+.codicon-tag:before { content: '\ea66'!important; }
+.codicon-tag-add:before { content: '\ea66'!important; }
+.codicon-tag-remove:before { content: '\ea66'!important; }
+.codicon-person:before { content: '\ea67'!important; }
+.codicon-person-follow:before { content: '\ea67'!important; }
+.codicon-person-outline:before { content: '\ea67'!important; }
+.codicon-person-filled:before { content: '\ea67'!important; }
+.codicon-git-branch:before { content: '\ea68'!important; }
+.codicon-git-branch-create:before { content: '\ea68'!important; }
+.codicon-git-branch-delete:before { content: '\ea68'!important; }
+.codicon-source-control:before { content: '\ea68'!important; }
+.codicon-mirror:before { content: '\ea69'!important; }
+.codicon-mirror-public:before { content: '\ea69'!important; }
+.codicon-star:before { content: '\ea6a'!important; }
+.codicon-star-add:before { content: '\ea6a'!important; }
+.codicon-star-delete:before { content: '\ea6a'!important; }
+.codicon-star-empty:before { content: '\ea6a'!important; }
+.codicon-comment:before { content: '\ea6b'!important; }
+.codicon-comment-add:before { content: '\ea6b'!important; }
+.codicon-alert:before { content: '\ea6c'!important; }
+.codicon-warning:before { content: '\ea6c'!important; }
+.codicon-search:before { content: '\ea6d'!important; }
+.codicon-search-save:before { content: '\ea6d'!important; }
+.codicon-log-out:before { content: '\ea6e'!important; }
+.codicon-sign-out:before { content: '\ea6e'!important; }
+.codicon-log-in:before { content: '\ea6f'!important; }
+.codicon-sign-in:before { content: '\ea6f'!important; }
+.codicon-eye:before { content: '\ea70'!important; }
+.codicon-eye-unwatch:before { content: '\ea70'!important; }
+.codicon-eye-watch:before { content: '\ea70'!important; }
+.codicon-circle-filled:before { content: '\ea71'!important; }
+.codicon-primitive-dot:before { content: '\ea71'!important; }
+.codicon-close-dirty:before { content: '\ea71'!important; }
+.codicon-debug-breakpoint:before { content: '\ea71'!important; }
+.codicon-debug-breakpoint-disabled:before { content: '\ea71'!important; }
+.codicon-debug-hint:before { content: '\ea71'!important; }
+.codicon-primitive-square:before { content: '\ea72'!important; }
+.codicon-edit:before { content: '\ea73'!important; }
+.codicon-pencil:before { content: '\ea73'!important; }
+.codicon-info:before { content: '\ea74'!important; }
+.codicon-issue-opened:before { content: '\ea74'!important; }
+.codicon-gist-private:before { content: '\ea75'!important; }
+.codicon-git-fork-private:before { content: '\ea75'!important; }
+.codicon-lock:before { content: '\ea75'!important; }
+.codicon-mirror-private:before { content: '\ea75'!important; }
+.codicon-close:before { content: '\ea76'!important; }
+.codicon-remove-close:before { content: '\ea76'!important; }
+.codicon-x:before { content: '\ea76'!important; }
+.codicon-repo-sync:before { content: '\ea77'!important; }
+.codicon-sync:before { content: '\ea77'!important; }
+.codicon-clone:before { content: '\ea78'!important; }
+.codicon-desktop-download:before { content: '\ea78'!important; }
+.codicon-beaker:before { content: '\ea79'!important; }
+.codicon-microscope:before { content: '\ea79'!important; }
+.codicon-vm:before { content: '\ea7a'!important; }
+.codicon-device-desktop:before { content: '\ea7a'!important; }
+.codicon-file:before { content: '\ea7b'!important; }
+.codicon-file-text:before { content: '\ea7b'!important; }
+.codicon-more:before { content: '\ea7c'!important; }
+.codicon-ellipsis:before { content: '\ea7c'!important; }
+.codicon-kebab-horizontal:before { content: '\ea7c'!important; }
+.codicon-mail-reply:before { content: '\ea7d'!important; }
+.codicon-reply:before { content: '\ea7d'!important; }
+.codicon-organization:before { content: '\ea7e'!important; }
+.codicon-organization-filled:before { content: '\ea7e'!important; }
+.codicon-organization-outline:before { content: '\ea7e'!important; }
+.codicon-new-file:before { content: '\ea7f'!important; }
+.codicon-file-add:before { content: '\ea7f'!important; }
+.codicon-new-folder:before { content: '\ea80'!important; }
+.codicon-file-directory-create:before { content: '\ea80'!important; }
+.codicon-trash:before { content: '\ea81'!important; }
+.codicon-trashcan:before { content: '\ea81'!important; }
+.codicon-history:before { content: '\ea82'!important; }
+.codicon-clock:before { content: '\ea82'!important; }
+.codicon-folder:before { content: '\ea83'!important; }
+.codicon-file-directory:before { content: '\ea83'!important; }
+.codicon-symbol-folder:before { content: '\ea83'!important; }
+.codicon-logo-github:before { content: '\ea84'!important; }
+.codicon-mark-github:before { content: '\ea84'!important; }
+.codicon-github:before { content: '\ea84'!important; }
+.codicon-terminal:before { content: '\ea85'!important; }
+.codicon-console:before { content: '\ea85'!important; }
+.codicon-repl:before { content: '\ea85'!important; }
+.codicon-zap:before { content: '\ea86'!important; }
+.codicon-symbol-event:before { content: '\ea86'!important; }
+.codicon-error:before { content: '\ea87'!important; }
+.codicon-stop:before { content: '\ea87'!important; }
+.codicon-variable:before { content: '\ea88'!important; }
+.codicon-symbol-variable:before { content: '\ea88'!important; }
+.codicon-array:before { content: '\ea8a'!important; }
+.codicon-symbol-array:before { content: '\ea8a'!important; }
+.codicon-symbol-module:before { content: '\ea8b'!important; }
+.codicon-symbol-package:before { content: '\ea8b'!important; }
+.codicon-symbol-namespace:before { content: '\ea8b'!important; }
+.codicon-symbol-object:before { content: '\ea8b'!important; }
+.codicon-symbol-method:before { content: '\ea8c'!important; }
+.codicon-symbol-function:before { content: '\ea8c'!important; }
+.codicon-symbol-constructor:before { content: '\ea8c'!important; }
+.codicon-symbol-boolean:before { content: '\ea8f'!important; }
+.codicon-symbol-null:before { content: '\ea8f'!important; }
+.codicon-symbol-numeric:before { content: '\ea90'!important; }
+.codicon-symbol-number:before { content: '\ea90'!important; }
+.codicon-symbol-structure:before { content: '\ea91'!important; }
+.codicon-symbol-struct:before { content: '\ea91'!important; }
+.codicon-symbol-parameter:before { content: '\ea92'!important; }
+.codicon-symbol-type-parameter:before { content: '\ea92'!important; }
+.codicon-symbol-key:before { content: '\ea93'!important; }
+.codicon-symbol-text:before { content: '\ea93'!important; }
+.codicon-symbol-reference:before { content: '\ea94'!important; }
+.codicon-go-to-file:before { content: '\ea94'!important; }
+.codicon-symbol-enum:before { content: '\ea95'!important; }
+.codicon-symbol-value:before { content: '\ea95'!important; }
+.codicon-symbol-ruler:before { content: '\ea96'!important; }
+.codicon-symbol-unit:before { content: '\ea96'!important; }
+.codicon-activate-breakpoints:before { content: '\ea97'!important; }
+.codicon-archive:before { content: '\ea98'!important; }
+.codicon-arrow-both:before { content: '\ea99'!important; }
+.codicon-arrow-down:before { content: '\ea9a'!important; }
+.codicon-arrow-left:before { content: '\ea9b'!important; }
+.codicon-arrow-right:before { content: '\ea9c'!important; }
+.codicon-arrow-small-down:before { content: '\ea9d'!important; }
+.codicon-arrow-small-left:before { content: '\ea9e'!important; }
+.codicon-arrow-small-right:before { content: '\ea9f'!important; }
+.codicon-arrow-small-up:before { content: '\eaa0'!important; }
+.codicon-arrow-up:before { content: '\eaa1'!important; }
+.codicon-bell:before { content: '\eaa2'!important; }
+.codicon-bold:before { content: '\eaa3'!important; }
+.codicon-book:before { content: '\eaa4'!important; }
+.codicon-bookmark:before { content: '\eaa5'!important; }
+.codicon-debug-breakpoint-conditional-unverified:before { content: '\eaa6'!important; }
+.codicon-debug-breakpoint-conditional:before { content: '\eaa7'!important; }
+.codicon-debug-breakpoint-conditional-disabled:before { content: '\eaa7'!important; }
+.codicon-debug-breakpoint-data-unverified:before { content: '\eaa8'!important; }
+.codicon-debug-breakpoint-data:before { content: '\eaa9'!important; }
+.codicon-debug-breakpoint-data-disabled:before { content: '\eaa9'!important; }
+.codicon-debug-breakpoint-log-unverified:before { content: '\eaaa'!important; }
+.codicon-debug-breakpoint-log:before { content: '\eaab'!important; }
+.codicon-debug-breakpoint-log-disabled:before { content: '\eaab'!important; }
+.codicon-briefcase:before { content: '\eaac'!important; }
+.codicon-broadcast:before { content: '\eaad'!important; }
+.codicon-browser:before { content: '\eaae'!important; }
+.codicon-bug:before { content: '\eaaf'!important; }
+.codicon-calendar:before { content: '\eab0'!important; }
+.codicon-case-sensitive:before { content: '\eab1'!important; }
+.codicon-check:before { content: '\eab2'!important; }
+.codicon-checklist:before { content: '\eab3'!important; }
+.codicon-chevron-down:before { content: '\eab4'!important; }
+.codicon-drop-down-button:before { content: '\eab4'!important; }
+.codicon-chevron-left:before { content: '\eab5'!important; }
+.codicon-chevron-right:before { content: '\eab6'!important; }
+.codicon-chevron-up:before { content: '\eab7'!important; }
+.codicon-chrome-close:before { content: '\eab8'!important; }
+.codicon-chrome-maximize:before { content: '\eab9'!important; }
+.codicon-chrome-minimize:before { content: '\eaba'!important; }
+.codicon-chrome-restore:before { content: '\eabb'!important; }
+.codicon-circle-outline:before { content: '\eabc'!important; }
+.codicon-debug-breakpoint-unverified:before { content: '\eabc'!important; }
+.codicon-circle-slash:before { content: '\eabd'!important; }
+.codicon-circuit-board:before { content: '\eabe'!important; }
+.codicon-clear-all:before { content: '\eabf'!important; }
+.codicon-clippy:before { content: '\eac0'!important; }
+.codicon-close-all:before { content: '\eac1'!important; }
+.codicon-cloud-download:before { content: '\eac2'!important; }
+.codicon-cloud-upload:before { content: '\eac3'!important; }
+.codicon-code:before { content: '\eac4'!important; }
+.codicon-collapse-all:before { content: '\eac5'!important; }
+.codicon-color-mode:before { content: '\eac6'!important; }
+.codicon-comment-discussion:before { content: '\eac7'!important; }
+.codicon-compare-changes:before { content: '\eafd'!important; }
+.codicon-credit-card:before { content: '\eac9'!important; }
+.codicon-dash:before { content: '\eacc'!important; }
+.codicon-dashboard:before { content: '\eacd'!important; }
+.codicon-database:before { content: '\eace'!important; }
+.codicon-debug-continue:before { content: '\eacf'!important; }
+.codicon-debug-disconnect:before { content: '\ead0'!important; }
+.codicon-debug-pause:before { content: '\ead1'!important; }
+.codicon-debug-restart:before { content: '\ead2'!important; }
+.codicon-debug-start:before { content: '\ead3'!important; }
+.codicon-debug-step-into:before { content: '\ead4'!important; }
+.codicon-debug-step-out:before { content: '\ead5'!important; }
+.codicon-debug-step-over:before { content: '\ead6'!important; }
+.codicon-debug-stop:before { content: '\ead7'!important; }
+.codicon-debug:before { content: '\ead8'!important; }
+.codicon-device-camera-video:before { content: '\ead9'!important; }
+.codicon-device-camera:before { content: '\eada'!important; }
+.codicon-device-mobile:before { content: '\eadb'!important; }
+.codicon-diff-added:before { content: '\eadc'!important; }
+.codicon-diff-ignored:before { content: '\eadd'!important; }
+.codicon-diff-modified:before { content: '\eade'!important; }
+.codicon-diff-removed:before { content: '\eadf'!important; }
+.codicon-diff-renamed:before { content: '\eae0'!important; }
+.codicon-diff:before { content: '\eae1'!important; }
+.codicon-discard:before { content: '\eae2'!important; }
+.codicon-editor-layout:before { content: '\eae3'!important; }
+.codicon-empty-window:before { content: '\eae4'!important; }
+.codicon-exclude:before { content: '\eae5'!important; }
+.codicon-extensions:before { content: '\eae6'!important; }
+.codicon-eye-closed:before { content: '\eae7'!important; }
+.codicon-file-binary:before { content: '\eae8'!important; }
+.codicon-file-code:before { content: '\eae9'!important; }
+.codicon-file-media:before { content: '\eaea'!important; }
+.codicon-file-pdf:before { content: '\eaeb'!important; }
+.codicon-file-submodule:before { content: '\eaec'!important; }
+.codicon-file-symlink-directory:before { content: '\eaed'!important; }
+.codicon-file-symlink-file:before { content: '\eaee'!important; }
+.codicon-file-zip:before { content: '\eaef'!important; }
+.codicon-files:before { content: '\eaf0'!important; }
+.codicon-filter:before { content: '\eaf1'!important; }
+.codicon-flame:before { content: '\eaf2'!important; }
+.codicon-fold-down:before { content: '\eaf3'!important; }
+.codicon-fold-up:before { content: '\eaf4'!important; }
+.codicon-fold:before { content: '\eaf5'!important; }
+.codicon-folder-active:before { content: '\eaf6'!important; }
+.codicon-folder-opened:before { content: '\eaf7'!important; }
+.codicon-gear:before { content: '\eaf8'!important; }
+.codicon-gift:before { content: '\eaf9'!important; }
+.codicon-gist-secret:before { content: '\eafa'!important; }
+.codicon-gist:before { content: '\eafb'!important; }
+.codicon-git-commit:before { content: '\eafc'!important; }
+.codicon-git-compare:before { content: '\eafd'!important; }
+.codicon-git-merge:before { content: '\eafe'!important; }
+.codicon-github-action:before { content: '\eaff'!important; }
+.codicon-github-alt:before { content: '\eb00'!important; }
+.codicon-globe:before { content: '\eb01'!important; }
+.codicon-grabber:before { content: '\eb02'!important; }
+.codicon-graph:before { content: '\eb03'!important; }
+.codicon-gripper:before { content: '\eb04'!important; }
+.codicon-heart:before { content: '\eb05'!important; }
+.codicon-home:before { content: '\eb06'!important; }
+.codicon-horizontal-rule:before { content: '\eb07'!important; }
+.codicon-hubot:before { content: '\eb08'!important; }
+.codicon-inbox:before { content: '\eb09'!important; }
+.codicon-issue-closed:before { content: '\eba4'!important; }
+.codicon-issue-reopened:before { content: '\eb0b'!important; }
+.codicon-issues:before { content: '\eb0c'!important; }
+.codicon-italic:before { content: '\eb0d'!important; }
+.codicon-jersey:before { content: '\eb0e'!important; }
+.codicon-json:before { content: '\eb0f'!important; }
+.codicon-kebab-vertical:before { content: '\eb10'!important; }
+.codicon-key:before { content: '\eb11'!important; }
+.codicon-law:before { content: '\eb12'!important; }
+.codicon-lightbulb-autofix:before { content: '\eb13'!important; }
+.codicon-link-external:before { content: '\eb14'!important; }
+.codicon-link:before { content: '\eb15'!important; }
+.codicon-list-ordered:before { content: '\eb16'!important; }
+.codicon-list-unordered:before { content: '\eb17'!important; }
+.codicon-live-share:before { content: '\eb18'!important; }
+.codicon-loading:before { content: '\eb19'!important; }
+.codicon-location:before { content: '\eb1a'!important; }
+.codicon-mail-read:before { content: '\eb1b'!important; }
+.codicon-mail:before { content: '\eb1c'!important; }
+.codicon-markdown:before { content: '\eb1d'!important; }
+.codicon-megaphone:before { content: '\eb1e'!important; }
+.codicon-mention:before { content: '\eb1f'!important; }
+.codicon-milestone:before { content: '\eb20'!important; }
+.codicon-mortar-board:before { content: '\eb21'!important; }
+.codicon-move:before { content: '\eb22'!important; }
+.codicon-multiple-windows:before { content: '\eb23'!important; }
+.codicon-mute:before { content: '\eb24'!important; }
+.codicon-no-newline:before { content: '\eb25'!important; }
+.codicon-note:before { content: '\eb26'!important; }
+.codicon-octoface:before { content: '\eb27'!important; }
+.codicon-open-preview:before { content: '\eb28'!important; }
+.codicon-package:before { content: '\eb29'!important; }
+.codicon-paintcan:before { content: '\eb2a'!important; }
+.codicon-pin:before { content: '\eb2b'!important; }
+.codicon-play:before { content: '\eb2c'!important; }
+.codicon-run:before { content: '\eb2c'!important; }
+.codicon-plug:before { content: '\eb2d'!important; }
+.codicon-preserve-case:before { content: '\eb2e'!important; }
+.codicon-preview:before { content: '\eb2f'!important; }
+.codicon-project:before { content: '\eb30'!important; }
+.codicon-pulse:before { content: '\eb31'!important; }
+.codicon-question:before { content: '\eb32'!important; }
+.codicon-quote:before { content: '\eb33'!important; }
+.codicon-radio-tower:before { content: '\eb34'!important; }
+.codicon-reactions:before { content: '\eb35'!important; }
+.codicon-references:before { content: '\eb36'!important; }
+.codicon-refresh:before { content: '\eb37'!important; }
+.codicon-regex:before { content: '\eb38'!important; }
+.codicon-remote-explorer:before { content: '\eb39'!important; }
+.codicon-remote:before { content: '\eb3a'!important; }
+.codicon-remove:before { content: '\eb3b'!important; }
+.codicon-replace-all:before { content: '\eb3c'!important; }
+.codicon-replace:before { content: '\eb3d'!important; }
+.codicon-repo-clone:before { content: '\eb3e'!important; }
+.codicon-repo-force-push:before { content: '\eb3f'!important; }
+.codicon-repo-pull:before { content: '\eb40'!important; }
+.codicon-repo-push:before { content: '\eb41'!important; }
+.codicon-report:before { content: '\eb42'!important; }
+.codicon-request-changes:before { content: '\eb43'!important; }
+.codicon-rocket:before { content: '\eb44'!important; }
+.codicon-root-folder-opened:before { content: '\eb45'!important; }
+.codicon-root-folder:before { content: '\eb46'!important; }
+.codicon-rss:before { content: '\eb47'!important; }
+.codicon-ruby:before { content: '\eb48'!important; }
+.codicon-save-all:before { content: '\eb49'!important; }
+.codicon-save-as:before { content: '\eb4a'!important; }
+.codicon-save:before { content: '\eb4b'!important; }
+.codicon-screen-full:before { content: '\eb4c'!important; }
+.codicon-screen-normal:before { content: '\eb4d'!important; }
+.codicon-search-stop:before { content: '\eb4e'!important; }
+.codicon-server:before { content: '\eb50'!important; }
+.codicon-settings-gear:before { content: '\eb51'!important; }
+.codicon-settings:before { content: '\eb52'!important; }
+.codicon-shield:before { content: '\eb53'!important; }
+.codicon-smiley:before { content: '\eb54'!important; }
+.codicon-sort-precedence:before { content: '\eb55'!important; }
+.codicon-split-horizontal:before { content: '\eb56'!important; }
+.codicon-split-vertical:before { content: '\eb57'!important; }
+.codicon-squirrel:before { content: '\eb58'!important; }
+.codicon-star-full:before { content: '\eb59'!important; }
+.codicon-star-half:before { content: '\eb5a'!important; }
+.codicon-symbol-class:before { content: '\eb5b'!important; }
+.codicon-symbol-color:before { content: '\eb5c'!important; }
+.codicon-symbol-constant:before { content: '\eb5d'!important; }
+.codicon-symbol-enum-member:before { content: '\eb5e'!important; }
+.codicon-symbol-field:before { content: '\eb5f'!important; }
+.codicon-symbol-file:before { content: '\eb60'!important; }
+.codicon-symbol-interface:before { content: '\eb61'!important; }
+.codicon-symbol-keyword:before { content: '\eb62'!important; }
+.codicon-symbol-misc:before { content: '\eb63'!important; }
+.codicon-symbol-operator:before { content: '\eb64'!important; }
+.codicon-symbol-property:before { content: '\eb65'!important; }
+.codicon-wrench:before { content: '\eb65'!important; }
+.codicon-wrench-subaction:before { content: '\eb65'!important; }
+.codicon-symbol-snippet:before { content: '\eb66'!important; }
+.codicon-tasklist:before { content: '\eb67'!important; }
+.codicon-telescope:before { content: '\eb68'!important; }
+.codicon-text-size:before { content: '\eb69'!important; }
+.codicon-three-bars:before { content: '\eb6a'!important; }
+.codicon-thumbsdown:before { content: '\eb6b'!important; }
+.codicon-thumbsup:before { content: '\eb6c'!important; }
+.codicon-tools:before { content: '\eb6d'!important; }
+.codicon-triangle-down:before { content: '\eb6e'!important; }
+.codicon-triangle-left:before { content: '\eb6f'!important; }
+.codicon-triangle-right:before { content: '\eb70'!important; }
+.codicon-triangle-up:before { content: '\eb71'!important; }
+.codicon-twitter:before { content: '\eb72'!important; }
+.codicon-unfold:before { content: '\eb73'!important; }
+.codicon-unlock:before { content: '\eb74'!important; }
+.codicon-unmute:before { content: '\eb75'!important; }
+.codicon-unverified:before { content: '\eb76'!important; }
+.codicon-verified:before { content: '\eb77'!important; }
+.codicon-versions:before { content: '\eb78'!important; }
+.codicon-vm-active:before { content: '\eb79'!important; }
+.codicon-vm-outline:before { content: '\eb7a'!important; }
+.codicon-vm-running:before { content: '\eb7b'!important; }
+.codicon-watch:before { content: '\eb7c'!important; }
+.codicon-whitespace:before { content: '\eb7d'!important; }
+.codicon-whole-word:before { content: '\eb7e'!important; }
+.codicon-window:before { content: '\eb7f'!important; }
+.codicon-word-wrap:before { content: '\eb80'!important; }
+.codicon-zoom-in:before { content: '\eb81'!important; }
+.codicon-zoom-out:before { content: '\eb82'!important; }
+.codicon-list-filter:before { content: '\eb83'!important; }
+.codicon-list-flat:before { content: '\eb84'!important; }
+.codicon-list-selection:before { content: '\eb85'!important; }
+.codicon-selection:before { content: '\eb85'!important; }
+.codicon-list-tree:before { content: '\eb86'!important; }
+.codicon-debug-breakpoint-function-unverified:before { content: '\eb87'!important; }
+.codicon-debug-breakpoint-function:before { content: '\eb88'!important; }
+.codicon-debug-breakpoint-function-disabled:before { content: '\eb88'!important; }
+.codicon-debug-stackframe-active:before { content: '\eb89'!important; }
+.codicon-debug-stackframe-dot:before { content: '\eb8a'!important; }
+.codicon-debug-stackframe:before { content: '\eb8b'!important; }
+.codicon-debug-stackframe-focused:before { content: '\eb8b'!important; }
+.codicon-debug-breakpoint-unsupported:before { content: '\eb8c'!important; }
+.codicon-symbol-string:before { content: '\eb8d'!important; }
+.codicon-debug-reverse-continue:before { content: '\eb8e'!important; }
+.codicon-debug-step-back:before { content: '\eb8f'!important; }
+.codicon-debug-restart-frame:before { content: '\eb90'!important; }
+.codicon-call-incoming:before { content: '\eb92'!important; }
+.codicon-call-outgoing:before { content: '\eb93'!important; }
+.codicon-menu:before { content: '\eb94'!important; }
+.codicon-expand-all:before { content: '\eb95'!important; }
+.codicon-feedback:before { content: '\eb96'!important; }
+.codicon-group-by-ref-type:before { content: '\eb97'!important; }
+.codicon-ungroup-by-ref-type:before { content: '\eb98'!important; }
+.codicon-account:before { content: '\eb99'!important; }
+.codicon-bell-dot:before { content: '\eb9a'!important; }
+.codicon-debug-console:before { content: '\eb9b'!important; }
+.codicon-library:before { content: '\eb9c'!important; }
+.codicon-output:before { content: '\eb9d'!important; }
+.codicon-run-all:before { content: '\eb9e'!important; }
+.codicon-sync-ignored:before { content: '\eb9f'!important; }
+.codicon-pinned:before { content: '\eba0'!important; }
+.codicon-github-inverted:before { content: '\eba1'!important; }
+.codicon-debug-alt:before { content: '\eb91'!important; }
+.codicon-server-process:before { content: '\eba2'!important; }
+.codicon-server-environment:before { content: '\eba3'!important; }
+.codicon-pass:before { content: '\eba4'!important; }
+.codicon-stop-circle:before { content: '\eba5'!important; }
+.codicon-play-circle:before { content: '\eba6'!important; }
+.codicon-record:before { content: '\eba7'!important; }
+.codicon-debug-alt-small:before { content: '\eba8'!important; }
+.codicon-vm-connect:before { content: '\eba9'!important; }
+.codicon-cloud:before { content: '\ebaa'!important; }
+.codicon-merge:before { content: '\ebab'!important; }
+.codicon-export:before { content: '\ebac'!important; }
+.codicon-graph-left:before { content: '\ebad'!important; }
+.codicon-magnet:before { content: '\ebae'!important; }
+.codicon-notebook:before { content: '\ebaf'!important; }
+.codicon-redo:before { content: '\ebb0'!important; }
+.codicon-check-all:before { content: '\ebb1'!important; }
+.codicon-pinned-dirty:before { content: '\ebb2'!important; }
+.codicon-pass-filled:before { content: '\ebb3'!important; }
+.codicon-circle-large-filled:before { content: '\ebb4'!important; }
+.codicon-circle-large-outline:before { content: '\ebb5'!important; }
+.codicon-combine:before { content: '\ebb6'!important; }
+.codicon-gather:before { content: '\ebb6'!important; }
+.codicon-table:before { content: '\ebb7'!important; }
+.codicon-variable-group:before { content: '\ebb8'!important; }
+.codicon-type-hierarchy:before { content: '\ebb9'!important; }
+.codicon-type-hierarchy-sub:before { content: '\ebba'!important; }
+.codicon-type-hierarchy-super:before { content: '\ebbb'!important; }
+.codicon-git-pull-request-create:before { content: '\ebbc'!important; }
+.codicon-run-above:before { content: '\ebbd'!important; }
+.codicon-run-below:before { content: '\ebbe'!important; }
+.codicon-notebook-template:before { content: '\ebbf'!important; }
+.codicon-debug-rerun:before { content: '\ebc0'!important; }
+.codicon-workspace-trusted:before { content: '\ebc1'!important; }
+.codicon-workspace-untrusted:before { content: '\ebc2'!important; }
+.codicon-workspace-unspecified:before { content: '\ebc3'!important; }
+.codicon-terminal-cmd:before { content: '\ebc4'!important; }
+.codicon-terminal-debian:before { content: '\ebc5'!important; }
+.codicon-terminal-linux:before { content: '\ebc6'!important; }
+.codicon-terminal-powershell:before { content: '\ebc7'!important; }
+.codicon-terminal-tmux:before { content: '\ebc8'!important; }
+.codicon-terminal-ubuntu:before { content: '\ebc9'!important; }
+.codicon-terminal-bash:before { content: '\ebca'!important; }
+.codicon-arrow-swap:before { content: '\ebcb'!important; }
+.codicon-copy:before { content: '\ebcc'!important; }
+.codicon-person-add:before { content: '\ebcd'!important; }
+.codicon-filter-filled:before { content: '\ebce'!important; }
+.codicon-wand:before { content: '\ebcf'!important; }
+.codicon-debug-line-by-line:before { content: '\ebd0'!important; }
+.codicon-inspect:before { content: '\ebd1'!important; }
+.codicon-layers:before { content: '\ebd2'!important; }
+.codicon-layers-dot:before { content: '\ebd3'!important; }
+.codicon-layers-active:before { content: '\ebd4'!important; }
+.codicon-compass:before { content: '\ebd5'!important; }
+.codicon-compass-dot:before { content: '\ebd6'!important; }
+.codicon-compass-active:before { content: '\ebd7'!important; }
+.codicon-azure:before { content: '\ebd8'!important; }
+.codicon-issue-draft:before { content: '\ebd9'!important; }
+.codicon-git-pull-request-closed:before { content: '\ebda'!important; }
+.codicon-git-pull-request-draft:before { content: '\ebdb'!important; }
+.codicon-debug-all:before { content: '\ebdc'!important; }
+.codicon-debug-coverage:before { content: '\ebdd'!important; }
+.codicon-run-errors:before { content: '\ebde'!important; }
+.codicon-folder-library:before { content: '\ebdf'!important; }
+.codicon-debug-continue-small:before { content: '\ebe0'!important; }
+.codicon-beaker-stop:before { content: '\ebe1'!important; }
+.codicon-graph-line:before { content: '\ebe2'!important; }
+.codicon-graph-scatter:before { content: '\ebe3'!important; }
+.codicon-pie-chart:before { content: '\ebe4'!important; }
+.codicon-bracket:before { content: '\eb0f'!important; }
+.codicon-bracket-dot:before { content: '\ebe5'!important; }
+.codicon-bracket-error:before { content: '\ebe6'!important; }
+.codicon-lock-small:before { content: '\ebe7'!important; }
+.codicon-azure-devops:before { content: '\ebe8'!important; }
+.codicon-verified-filled:before { content: '\ebe9'!important; }
+.codicon-tree-item-expanded:before { content: '\eab4'!important; }
+.codicon-tree-filter-on-type-on:before { content: '\eb83'!important; }
+.codicon-tree-filter-on-type-off:before { content: '\eb85'!important; }
+.codicon-tree-filter-clear:before { content: '\ea76'!important; }
+.codicon-tree-item-loading:before { content: '\eb19'!important; }
+.codicon-scrollbar-button-left:before { content: '\eb6f'!important; }
+.codicon-scrollbar-button-right:before { content: '\eb70'!important; }
+.codicon-scrollbar-button-up:before { content: '\eb71'!important; }
+.codicon-scrollbar-button-down:before { content: '\eb6e'!important; }
+.codicon-menu-selection:before { content: '\eab2'!important; }
+.codicon-menu-submenu:before { content: '\eab6'!important; }
+.codicon-quick-input-back:before { content: '\ea9b'!important; }
+.codicon-widget-close:before { content: '\ea76'!important; }
+.codicon-diff-review-insert:before { content: '\ea60'!important; }
+.codicon-diff-review-remove:before { content: '\eb3b'!important; }
+.codicon-diff-review-close:before { content: '\ea76'!important; }
+.codicon-parameter-hints-next:before { content: '\eab4'!important; }
+.codicon-parameter-hints-previous:before { content: '\eab7'!important; }
+.codicon-suggest-more-info:before { content: '\eab6'!important; }
+.codicon-diff-insert:before { content: '\ea60'!important; }
+.codicon-diff-remove:before { content: '\eb3b'!important; }
+.codicon-find-selection:before { content: '\eb85'!important; }
+.codicon-find-collapsed:before { content: '\eab6'!important; }
+.codicon-find-expanded:before { content: '\eab4'!important; }
+.codicon-find-replace:before { content: '\eb3d'!important; }
+.codicon-find-replace-all:before { content: '\eb3c'!important; }
+.codicon-find-previous-match:before { content: '\eaa1'!important; }
+.codicon-find-next-match:before { content: '\ea9a'!important; }
+.codicon-folding-expanded:before { content: '\eab4'!important; }
+.codicon-folding-collapsed:before { content: '\eab6'!important; }
+.codicon-marker-navigation-next:before { content: '\ea9a'!important; }
+.codicon-marker-navigation-previous:before { content: '\eaa1'!important; }
.monaco-scrollable-element > .shadow.top {
box-shadow: #000000 0 6px 6px -6px inset;
@@ -535,104 +535,104 @@
background: rgba(191, 191, 191, 0.4);
}
-.monaco-editor .view-overlays .current-line { background-color: rgba(255, 255, 255, .2); }
-.monaco-editor .margin-view-overlays .current-line-margin { background-color: rgba(255, 255, 255, .2); border: none; }
-.monaco-editor .minimap-slider .minimap-slider-horizontal { background: rgba(121, 121, 121, 0.2); }
-.monaco-editor .minimap-slider:hover .minimap-slider-horizontal { background: rgba(100, 100, 100, 0.35); }
-.monaco-editor .minimap-slider.active .minimap-slider-horizontal { background: rgba(191, 191, 191, 0.2); }
-.monaco-editor .minimap-shadow-visible { box-shadow: #000000 -6px 0 6px -6px inset; }
-.monaco-editor .scroll-decoration { box-shadow: #000000 0 6px 6px -6px inset; }
-.monaco-editor .focused .selected-text { background-color: #264f78; }
-.monaco-editor .selected-text { background-color: #3a3d41; }
-.monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input { background-color: #1e1e1e; }
-.monaco-editor, .monaco-editor .inputarea.ime-input { color: #d4d4d4; }
-.monaco-editor .margin { background-color: #1e1e1e; }
-.monaco-editor .rangeHighlight { background-color: rgba(255, 255, 255, 0.04); }
-.monaco-editor .symbolHighlight { background-color: rgba(234, 92, 0, 0.33); }
+.monaco-editor .view-overlays .current-line { background-color: rgba(255, 255, 255, .2)!important; }
+.monaco-editor .margin-view-overlays .current-line-margin { background-color: rgba(255, 255, 255, .2); border: none!important; }
+.monaco-editor .minimap-slider .minimap-slider-horizontal { background: rgba(121, 121, 121, 0.2)!important; }
+.monaco-editor .minimap-slider:hover .minimap-slider-horizontal { background: rgba(100, 100, 100, 0.35)!important; }
+.monaco-editor .minimap-slider.active .minimap-slider-horizontal { background: rgba(191, 191, 191, 0.2)!important; }
+.monaco-editor .minimap-shadow-visible { box-shadow: #000000 -6px 0 6px -6px inset!important; }
+.monaco-editor .scroll-decoration { box-shadow: #000000 0 6px 6px -6px inset!important; }
+.monaco-editor .focused .selected-text { background-color: #264f78!important; }
+.monaco-editor .selected-text { background-color: #3a3d41!important; }
+.monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input { background-color: #1e1e1e!important; }
+.monaco-editor, .monaco-editor .inputarea.ime-input { color: #d4d4d4!important; }
+.monaco-editor .margin { background-color: #1e1e1e!important; }
+.monaco-editor .rangeHighlight { background-color: rgba(255, 255, 255, 0.04)!important; }
+.monaco-editor .symbolHighlight { background-color: rgba(234, 92, 0, 0.33)!important; }
.monaco-editor .mtkw { color: rgba(227, 228, 226, 0.16) !important; }
.monaco-editor .mtkz { color: rgba(227, 228, 226, 0.16) !important; }
-.monaco-editor .view-overlays .current-line { border: 2px solid #282828; }
-.monaco-editor .margin-view-overlays .current-line-margin { border: 2px solid #282828; }
-.monaco-editor .line-numbers { color: #858585; }
-.monaco-editor .line-numbers.active-line-number { color: #c6c6c6; }
-.monaco-editor .view-ruler { box-shadow: 1px 0 0 0 #5a5a5a inset; }
-.monaco-editor .cursors-layer .cursor { background-color: #aeafad; border-color: #aeafad; color: #515052; }
-.monaco-editor .unexpected-closing-bracket { color: rgba(255, 18, 18, 0.8); }
-.monaco-editor .bracket-highlighting-0 { color: #ffd700; }
-.monaco-editor .bracket-highlighting-1 { color: #da70d6; }
-.monaco-editor .bracket-highlighting-2 { color: #179fff; }
-.monaco-editor .bracket-highlighting-3 { color: #ffd700; }
-.monaco-editor .bracket-highlighting-4 { color: #da70d6; }
-.monaco-editor .bracket-highlighting-5 { color: #179fff; }
-.monaco-editor .bracket-highlighting-6 { color: #ffd700; }
-.monaco-editor .bracket-highlighting-7 { color: #da70d6; }
-.monaco-editor .bracket-highlighting-8 { color: #179fff; }
-.monaco-editor .bracket-highlighting-9 { color: #ffd700; }
-.monaco-editor .bracket-highlighting-10 { color: #da70d6; }
-.monaco-editor .bracket-highlighting-11 { color: #179fff; }
-.monaco-editor .bracket-highlighting-12 { color: #ffd700; }
-.monaco-editor .bracket-highlighting-13 { color: #da70d6; }
-.monaco-editor .bracket-highlighting-14 { color: #179fff; }
-.monaco-editor .bracket-highlighting-15 { color: #ffd700; }
-.monaco-editor .bracket-highlighting-16 { color: #da70d6; }
-.monaco-editor .bracket-highlighting-17 { color: #179fff; }
-.monaco-editor .bracket-highlighting-18 { color: #ffd700; }
-.monaco-editor .bracket-highlighting-19 { color: #da70d6; }
-.monaco-editor .bracket-highlighting-20 { color: #179fff; }
-.monaco-editor .bracket-highlighting-21 { color: #ffd700; }
-.monaco-editor .bracket-highlighting-22 { color: #da70d6; }
-.monaco-editor .bracket-highlighting-23 { color: #179fff; }
-.monaco-editor .bracket-highlighting-24 { color: #ffd700; }
-.monaco-editor .bracket-highlighting-25 { color: #da70d6; }
-.monaco-editor .bracket-highlighting-26 { color: #179fff; }
-.monaco-editor .bracket-highlighting-27 { color: #ffd700; }
-.monaco-editor .bracket-highlighting-28 { color: #da70d6; }
-.monaco-editor .bracket-highlighting-29 { color: #179fff; }
-.codicon.codicon-symbol-array { color: #cccccc; }
-.codicon.codicon-symbol-boolean { color: #cccccc; }
-.codicon.codicon-symbol-class { color: #ee9d28; }
-.codicon.codicon-symbol-method { color: #b180d7; }
-.codicon.codicon-symbol-color { color: #cccccc; }
-.codicon.codicon-symbol-constant { color: #cccccc; }
-.codicon.codicon-symbol-constructor { color: #b180d7; }
+.monaco-editor .view-overlays .current-line { border: 2px solid #282828!important; }
+.monaco-editor .margin-view-overlays .current-line-margin { border: 2px solid #282828!important; }
+.monaco-editor .line-numbers { color: #858585!important; }
+.monaco-editor .line-numbers.active-line-number { color: #c6c6c6!important; }
+.monaco-editor .view-ruler { box-shadow: 1px 0 0 0 #5a5a5a inset!important; }
+.monaco-editor .cursors-layer .cursor { background-color: #aeafad; border-color: #aeafad; color: #515052!important; }
+.monaco-editor .unexpected-closing-bracket { color: rgba(255, 18, 18, 0.8)!important; }
+.monaco-editor .bracket-highlighting-0 { color: #ffd700!important; }
+.monaco-editor .bracket-highlighting-1 { color: #da70d6!important; }
+.monaco-editor .bracket-highlighting-2 { color: #179fff!important; }
+.monaco-editor .bracket-highlighting-3 { color: #ffd700!important; }
+.monaco-editor .bracket-highlighting-4 { color: #da70d6!important; }
+.monaco-editor .bracket-highlighting-5 { color: #179fff!important; }
+.monaco-editor .bracket-highlighting-6 { color: #ffd700!important; }
+.monaco-editor .bracket-highlighting-7 { color: #da70d6!important; }
+.monaco-editor .bracket-highlighting-8 { color: #179fff!important; }
+.monaco-editor .bracket-highlighting-9 { color: #ffd700!important; }
+.monaco-editor .bracket-highlighting-10 { color: #da70d6!important; }
+.monaco-editor .bracket-highlighting-11 { color: #179fff!important; }
+.monaco-editor .bracket-highlighting-12 { color: #ffd700!important; }
+.monaco-editor .bracket-highlighting-13 { color: #da70d6!important; }
+.monaco-editor .bracket-highlighting-14 { color: #179fff!important; }
+.monaco-editor .bracket-highlighting-15 { color: #ffd700!important; }
+.monaco-editor .bracket-highlighting-16 { color: #da70d6!important; }
+.monaco-editor .bracket-highlighting-17 { color: #179fff!important; }
+.monaco-editor .bracket-highlighting-18 { color: #ffd700!important; }
+.monaco-editor .bracket-highlighting-19 { color: #da70d6!important; }
+.monaco-editor .bracket-highlighting-20 { color: #179fff!important; }
+.monaco-editor .bracket-highlighting-21 { color: #ffd700!important; }
+.monaco-editor .bracket-highlighting-22 { color: #da70d6!important; }
+.monaco-editor .bracket-highlighting-23 { color: #179fff!important; }
+.monaco-editor .bracket-highlighting-24 { color: #ffd700!important; }
+.monaco-editor .bracket-highlighting-25 { color: #da70d6!important; }
+.monaco-editor .bracket-highlighting-26 { color: #179fff!important; }
+.monaco-editor .bracket-highlighting-27 { color: #ffd700!important; }
+.monaco-editor .bracket-highlighting-28 { color: #da70d6!important; }
+.monaco-editor .bracket-highlighting-29 { color: #179fff!important; }
+.codicon.codicon-symbol-array { color: #cccccc!important; }
+.codicon.codicon-symbol-boolean { color: #cccccc!important; }
+.codicon.codicon-symbol-class { color: #ee9d28!important; }
+.codicon.codicon-symbol-method { color: #b180d7!important; }
+.codicon.codicon-symbol-color { color: #cccccc!important; }
+.codicon.codicon-symbol-constant { color: #cccccc!important; }
+.codicon.codicon-symbol-constructor { color: #b180d7!important; }
- .codicon.codicon-symbol-value,.codicon.codicon-symbol-enum { color: #ee9d28; }
-.codicon.codicon-symbol-enum-member { color: #75beff; }
-.codicon.codicon-symbol-event { color: #ee9d28; }
-.codicon.codicon-symbol-field { color: #75beff; }
-.codicon.codicon-symbol-file { color: #cccccc; }
-.codicon.codicon-symbol-folder { color: #cccccc; }
-.codicon.codicon-symbol-function { color: #b180d7; }
-.codicon.codicon-symbol-interface { color: #75beff; }
-.codicon.codicon-symbol-key { color: #cccccc; }
-.codicon.codicon-symbol-keyword { color: #cccccc; }
-.codicon.codicon-symbol-module { color: #cccccc; }
-.codicon.codicon-symbol-namespace { color: #cccccc; }
-.codicon.codicon-symbol-null { color: #cccccc; }
-.codicon.codicon-symbol-number { color: #cccccc; }
-.codicon.codicon-symbol-object { color: #cccccc; }
-.codicon.codicon-symbol-operator { color: #cccccc; }
-.codicon.codicon-symbol-package { color: #cccccc; }
-.codicon.codicon-symbol-property { color: #cccccc; }
-.codicon.codicon-symbol-reference { color: #cccccc; }
-.codicon.codicon-symbol-snippet { color: #cccccc; }
-.codicon.codicon-symbol-string { color: #cccccc; }
-.codicon.codicon-symbol-struct { color: #cccccc; }
-.codicon.codicon-symbol-text { color: #cccccc; }
-.codicon.codicon-symbol-type-parameter { color: #cccccc; }
-.codicon.codicon-symbol-unit { color: #cccccc; }
-.codicon.codicon-symbol-variable { color: #75beff; }
-.monaco-editor .monaco-editor-overlaymessage .anchor.below { border-top-color: #007acc; }
-.monaco-editor .monaco-editor-overlaymessage .anchor.top { border-bottom-color: #007acc; }
-.monaco-editor .monaco-editor-overlaymessage .message { border: 1px solid #007acc; }
-.monaco-editor .monaco-editor-overlaymessage .message { background-color: #063b49; }
-.monaco-editor .accessibilityHelpWidget { background-color: #252526; }
-.monaco-editor .accessibilityHelpWidget { color: #cccccc; }
-.monaco-editor .accessibilityHelpWidget { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.36); }
-.monaco-editor .tokens-inspect-widget { border: 1px solid #454545; }
-.monaco-editor .tokens-inspect-widget .tokens-inspect-separator { background-color: #454545; }
-.monaco-editor .tokens-inspect-widget { background-color: #252526; }
-.monaco-editor .tokens-inspect-widget { color: #cccccc; }
+ .codicon.codicon-symbol-value,.codicon.codicon-symbol-enum { color: #ee9d28!important; }
+.codicon.codicon-symbol-enum-member { color: #75beff!important; }
+.codicon.codicon-symbol-event { color: #ee9d28!important; }
+.codicon.codicon-symbol-field { color: #75beff!important; }
+.codicon.codicon-symbol-file { color: #cccccc!important; }
+.codicon.codicon-symbol-folder { color: #cccccc!important; }
+.codicon.codicon-symbol-function { color: #b180d7!important; }
+.codicon.codicon-symbol-interface { color: #75beff!important; }
+.codicon.codicon-symbol-key { color: #cccccc!important; }
+.codicon.codicon-symbol-keyword { color: #cccccc!important; }
+.codicon.codicon-symbol-module { color: #cccccc!important; }
+.codicon.codicon-symbol-namespace { color: #cccccc!important; }
+.codicon.codicon-symbol-null { color: #cccccc!important; }
+.codicon.codicon-symbol-number { color: #cccccc!important; }
+.codicon.codicon-symbol-object { color: #cccccc!important; }
+.codicon.codicon-symbol-operator { color: #cccccc!important; }
+.codicon.codicon-symbol-package { color: #cccccc!important; }
+.codicon.codicon-symbol-property { color: #cccccc!important; }
+.codicon.codicon-symbol-reference { color: #cccccc!important; }
+.codicon.codicon-symbol-snippet { color: #cccccc!important; }
+.codicon.codicon-symbol-string { color: #cccccc!important; }
+.codicon.codicon-symbol-struct { color: #cccccc!important; }
+.codicon.codicon-symbol-text { color: #cccccc!important; }
+.codicon.codicon-symbol-type-parameter { color: #cccccc!important; }
+.codicon.codicon-symbol-unit { color: #cccccc!important; }
+.codicon.codicon-symbol-variable { color: #75beff!important; }
+.monaco-editor .monaco-editor-overlaymessage .anchor.below { border-top-color: #007acc!important; }
+.monaco-editor .monaco-editor-overlaymessage .anchor.top { border-bottom-color: #007acc!important; }
+.monaco-editor .monaco-editor-overlaymessage .message { border: 1px solid #007acc!important; }
+.monaco-editor .monaco-editor-overlaymessage .message { background-color: #063b49!important; }
+.monaco-editor .accessibilityHelpWidget { background-color: #252526!important; }
+.monaco-editor .accessibilityHelpWidget { color: #cccccc!important; }
+.monaco-editor .accessibilityHelpWidget { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.36)!important; }
+.monaco-editor .tokens-inspect-widget { border: 1px solid #454545!important; }
+.monaco-editor .tokens-inspect-widget .tokens-inspect-separator { background-color: #454545!important; }
+.monaco-editor .tokens-inspect-widget { background-color: #252526!important; }
+.monaco-editor .tokens-inspect-widget { color: #cccccc!important; }
.monaco-editor .zone-widget .codicon.codicon-error,
.markers-panel .marker-icon.codicon.codicon-error,
@@ -660,68 +660,68 @@
color: #3794ff;
}
-.monaco-diff-editor .diff-review-line-number { color: #858585; }
-.monaco-diff-editor .diff-review-shadow { box-shadow: #000000 0 -6px 6px -6px inset; }
-.monaco-editor .parameter-hints-widget { border: 1px solid #454545; }
-.monaco-editor .parameter-hints-widget.multiple .body { border-left: 1px solid rgba(69, 69, 69, 0.5); }
-.monaco-editor .parameter-hints-widget .signature.has-docs { border-bottom: 1px solid rgba(69, 69, 69, 0.5); }
-.monaco-editor .parameter-hints-widget { background-color: #252526; }
-.monaco-editor .parameter-hints-widget a { color: #3794ff; }
-.monaco-editor .parameter-hints-widget a:hover { color: #3794ff; }
-.monaco-editor .parameter-hints-widget { color: #cccccc; }
-.monaco-editor .parameter-hints-widget code { background-color: rgba(10, 10, 10, 0.4); }
+.monaco-diff-editor .diff-review-line-number { color: #858585!important; }
+.monaco-diff-editor .diff-review-shadow { box-shadow: #000000 0 -6px 6px -6px inset!important; }
+.monaco-editor .parameter-hints-widget { border: 1px solid #454545!important; }
+.monaco-editor .parameter-hints-widget.multiple .body { border-left: 1px solid rgba(69, 69, 69, 0.5)!important; }
+.monaco-editor .parameter-hints-widget .signature.has-docs { border-bottom: 1px solid rgba(69, 69, 69, 0.5)!important; }
+.monaco-editor .parameter-hints-widget { background-color: #252526!important; }
+.monaco-editor .parameter-hints-widget a { color: #3794ff!important; }
+.monaco-editor .parameter-hints-widget a:hover { color: #3794ff!important; }
+.monaco-editor .parameter-hints-widget { color: #cccccc!important; }
+.monaco-editor .parameter-hints-widget code { background-color: rgba(10, 10, 10, 0.4)!important; }
.monaco-editor .parameter-hints-widget .parameter.active { color: #18a3ff}
-.monaco-editor .lines-content .core-guide-indent { box-shadow: 1px 0 0 0 #404040 inset; }
-.monaco-editor .lines-content .core-guide-indent-active { box-shadow: 1px 0 0 0 #707070 inset; }
-.monaco-editor .bracket-indent-guide.lvl-0 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700; }
-.monaco-editor .bracket-indent-guide.lvl-1 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6; }
-.monaco-editor .bracket-indent-guide.lvl-2 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff; }
-.monaco-editor .bracket-indent-guide.lvl-3 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700; }
-.monaco-editor .bracket-indent-guide.lvl-4 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6; }
-.monaco-editor .bracket-indent-guide.lvl-5 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff; }
-.monaco-editor .bracket-indent-guide.lvl-6 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700; }
-.monaco-editor .bracket-indent-guide.lvl-7 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6; }
-.monaco-editor .bracket-indent-guide.lvl-8 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff; }
-.monaco-editor .bracket-indent-guide.lvl-9 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700; }
-.monaco-editor .bracket-indent-guide.lvl-10 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6; }
-.monaco-editor .bracket-indent-guide.lvl-11 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff; }
-.monaco-editor .bracket-indent-guide.lvl-12 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700; }
-.monaco-editor .bracket-indent-guide.lvl-13 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6; }
-.monaco-editor .bracket-indent-guide.lvl-14 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff; }
-.monaco-editor .bracket-indent-guide.lvl-15 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700; }
-.monaco-editor .bracket-indent-guide.lvl-16 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6; }
-.monaco-editor .bracket-indent-guide.lvl-17 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff; }
-.monaco-editor .bracket-indent-guide.lvl-18 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700; }
-.monaco-editor .bracket-indent-guide.lvl-19 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6; }
-.monaco-editor .bracket-indent-guide.lvl-20 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff; }
-.monaco-editor .bracket-indent-guide.lvl-21 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700; }
-.monaco-editor .bracket-indent-guide.lvl-22 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6; }
-.monaco-editor .bracket-indent-guide.lvl-23 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff; }
-.monaco-editor .bracket-indent-guide.lvl-24 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700; }
-.monaco-editor .bracket-indent-guide.lvl-25 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6; }
-.monaco-editor .bracket-indent-guide.lvl-26 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff; }
-.monaco-editor .bracket-indent-guide.lvl-27 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700; }
-.monaco-editor .bracket-indent-guide.lvl-28 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6; }
-.monaco-editor .bracket-indent-guide.lvl-29 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff; }
-.monaco-editor .vertical { box-shadow: 1px 0 0 0 var(--guide-color) inset; }
-.monaco-editor .horizontal-top { border-top: 1px solid var(--guide-color); }
-.monaco-editor .horizontal-bottom { border-bottom: 1px solid var(--guide-color); }
-.monaco-editor .vertical.indent-active { box-shadow: 1px 0 0 0 var(--guide-color-active) inset; }
-.monaco-editor .horizontal-top.indent-active { border-top: 1px solid var(--guide-color-active); }
-.monaco-editor .horizontal-bottom.indent-active { border-bottom: 1px solid var(--guide-color-active); }
-.monaco-editor .squiggly-error { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%23f14c4c'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") repeat-x bottom left; }
-.monaco-editor .squiggly-warning { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%23cca700'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") repeat-x bottom left; }
-.monaco-editor .squiggly-info { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%233794ff'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") repeat-x bottom left; }
-.monaco-editor .squiggly-hint { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%223%22%20width%3D%2212%22%3E%3Cg%20fill%3D%22rgba(238%2C%20238%2C%20238%2C%200.7)%22%3E%3Ccircle%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%221%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%221%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat bottom left; }
-.monaco-editor.showUnused .squiggly-inline-unnecessary { opacity: 0.667; }
+.monaco-editor .lines-content .core-guide-indent { box-shadow: 1px 0 0 0 #404040 inset!important; }
+.monaco-editor .lines-content .core-guide-indent-active { box-shadow: 1px 0 0 0 #707070 inset!important; }
+.monaco-editor .bracket-indent-guide.lvl-0 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700!important; }
+.monaco-editor .bracket-indent-guide.lvl-1 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6!important; }
+.monaco-editor .bracket-indent-guide.lvl-2 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff!important; }
+.monaco-editor .bracket-indent-guide.lvl-3 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700!important; }
+.monaco-editor .bracket-indent-guide.lvl-4 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6!important; }
+.monaco-editor .bracket-indent-guide.lvl-5 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff!important; }
+.monaco-editor .bracket-indent-guide.lvl-6 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700!important; }
+.monaco-editor .bracket-indent-guide.lvl-7 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6!important; }
+.monaco-editor .bracket-indent-guide.lvl-8 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff!important; }
+.monaco-editor .bracket-indent-guide.lvl-9 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700!important; }
+.monaco-editor .bracket-indent-guide.lvl-10 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6!important; }
+.monaco-editor .bracket-indent-guide.lvl-11 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff!important; }
+.monaco-editor .bracket-indent-guide.lvl-12 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700!important; }
+.monaco-editor .bracket-indent-guide.lvl-13 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6!important; }
+.monaco-editor .bracket-indent-guide.lvl-14 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff!important; }
+.monaco-editor .bracket-indent-guide.lvl-15 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700!important; }
+.monaco-editor .bracket-indent-guide.lvl-16 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6!important; }
+.monaco-editor .bracket-indent-guide.lvl-17 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff!important; }
+.monaco-editor .bracket-indent-guide.lvl-18 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700!important; }
+.monaco-editor .bracket-indent-guide.lvl-19 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6!important; }
+.monaco-editor .bracket-indent-guide.lvl-20 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff!important; }
+.monaco-editor .bracket-indent-guide.lvl-21 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700!important; }
+.monaco-editor .bracket-indent-guide.lvl-22 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6!important; }
+.monaco-editor .bracket-indent-guide.lvl-23 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff!important; }
+.monaco-editor .bracket-indent-guide.lvl-24 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700!important; }
+.monaco-editor .bracket-indent-guide.lvl-25 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6!important; }
+.monaco-editor .bracket-indent-guide.lvl-26 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff!important; }
+.monaco-editor .bracket-indent-guide.lvl-27 { --guide-color: rgba(255, 215, 0, 0.3); --guide-color-active: #ffd700!important; }
+.monaco-editor .bracket-indent-guide.lvl-28 { --guide-color: rgba(218, 112, 214, 0.3); --guide-color-active: #da70d6!important; }
+.monaco-editor .bracket-indent-guide.lvl-29 { --guide-color: rgba(23, 159, 255, 0.3); --guide-color-active: #179fff!important; }
+.monaco-editor .vertical { box-shadow: 1px 0 0 0 var(--guide-color) inset!important; }
+.monaco-editor .horizontal-top { border-top: 1px solid var(--guide-color)!important; }
+.monaco-editor .horizontal-bottom { border-bottom: 1px solid var(--guide-color)!important; }
+.monaco-editor .vertical.indent-active { box-shadow: 1px 0 0 0 var(--guide-color-active) inset!important; }
+.monaco-editor .horizontal-top.indent-active { border-top: 1px solid var(--guide-color-active)!important; }
+.monaco-editor .horizontal-bottom.indent-active { border-bottom: 1px solid var(--guide-color-active)!important; }
+.monaco-editor .squiggly-error { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%23f14c4c'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") repeat-x bottom left!important; }
+.monaco-editor .squiggly-warning { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%23cca700'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") repeat-x bottom left!important; }
+.monaco-editor .squiggly-info { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%233794ff'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") repeat-x bottom left!important; }
+.monaco-editor .squiggly-hint { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%223%22%20width%3D%2212%22%3E%3Cg%20fill%3D%22rgba(238%2C%20238%2C%20238%2C%200.7)%22%3E%3Ccircle%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%221%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%221%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat bottom left!important; }
+.monaco-editor.showUnused .squiggly-inline-unnecessary { opacity: 0.667!important; }
.monaco-editor.showDeprecated .squiggly-inline-deprecated { text-decoration: line-through; text-decoration-color: #d4d4d4}
-.monaco-editor .line-insert, .monaco-editor .char-insert { background-color: rgba(155, 185, 85, 0.2); }
-.monaco-diff-editor .line-insert, .monaco-diff-editor .char-insert { background-color: rgba(155, 185, 85, 0.2); }
-.monaco-editor .inline-added-margin-view-zone { background-color: rgba(155, 185, 85, 0.2); }
-.monaco-editor .line-delete, .monaco-editor .char-delete { background-color: rgba(255, 0, 0, 0.2); }
-.monaco-diff-editor .line-delete, .monaco-diff-editor .char-delete { background-color: rgba(255, 0, 0, 0.2); }
-.monaco-editor .inline-deleted-margin-view-zone { background-color: rgba(255, 0, 0, 0.2); }
-.monaco-diff-editor.side-by-side .editor.modified { box-shadow: -6px 0 5px -5px #000000; }
+.monaco-editor .line-insert, .monaco-editor .char-insert { background-color: rgba(155, 185, 85, 0.2)!important; }
+.monaco-diff-editor .line-insert, .monaco-diff-editor .char-insert { background-color: rgba(155, 185, 85, 0.2)!important; }
+.monaco-editor .inline-added-margin-view-zone { background-color: rgba(155, 185, 85, 0.2)!important; }
+.monaco-editor .line-delete, .monaco-editor .char-delete { background-color: rgba(255, 0, 0, 0.2)!important; }
+.monaco-diff-editor .line-delete, .monaco-diff-editor .char-delete { background-color: rgba(255, 0, 0, 0.2)!important; }
+.monaco-editor .inline-deleted-margin-view-zone { background-color: rgba(255, 0, 0, 0.2)!important; }
+.monaco-diff-editor.side-by-side .editor.modified { box-shadow: -6px 0 5px -5px #000000!important; }
.monaco-diff-editor .diffViewport {
background: rgba(121, 121, 121, 0.4);
@@ -749,8 +749,8 @@
background-size: 8px 8px;
}
-.monaco-editor .bracket-match { background-color: rgba(0, 100, 0, 0.1); }
-.monaco-editor .bracket-match { border: 1px solid #888888; }
+.monaco-editor .bracket-match { background-color: rgba(0, 100, 0, 0.1)!important; }
+.monaco-editor .bracket-match { border: 1px solid #888888!important; }
.monaco-editor .contentWidgets .codicon.codicon-light-bulb {
color: #ffcc00;
@@ -761,104 +761,104 @@
color: #75beff;
background-color: rgba(30, 30, 30, 0.7);
}
-.monaco-editor .codelens-decoration { color: #999999; }
-.monaco-editor .codelens-decoration .codicon { color: #999999; }
+.monaco-editor .codelens-decoration { color: #999999!important; }
+.monaco-editor .codelens-decoration .codicon { color: #999999!important; }
.monaco-editor .codelens-decoration > a:hover { color: #4e94ce !important; }
.monaco-editor .codelens-decoration > a:hover .codicon { color: #4e94ce !important; }
-.monaco-editor .findOptionsWidget { background-color: #252526; }
-.monaco-editor .findOptionsWidget { color: #cccccc; }
-.monaco-editor .findOptionsWidget { box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.36); }
-.monaco-editor .findMatch { background-color: rgba(234, 92, 0, 0.33); }
-.monaco-editor .currentFindMatch { background-color: #515c6a; }
-.monaco-editor .findScope { background-color: rgba(58, 61, 65, 0.4); }
-.monaco-editor .find-widget { background-color: #252526; }
-.monaco-editor .find-widget { box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.36); }
-.monaco-editor .find-widget { color: #cccccc; }
-.monaco-editor .find-widget.no-results .matchesCount { color: #f48771; }
-.monaco-editor .find-widget .monaco-sash { background-color: #454545; }
+.monaco-editor .findOptionsWidget { background-color: #252526!important; }
+.monaco-editor .findOptionsWidget { color: #cccccc!important; }
+.monaco-editor .findOptionsWidget { box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.36)!important; }
+.monaco-editor .findMatch { background-color: rgba(234, 92, 0, 0.33)!important; }
+.monaco-editor .currentFindMatch { background-color: #515c6a!important; }
+.monaco-editor .findScope { background-color: rgba(58, 61, 65, 0.4)!important; }
+.monaco-editor .find-widget { background-color: #252526!important; }
+.monaco-editor .find-widget { box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.36)!important; }
+.monaco-editor .find-widget { color: #cccccc!important; }
+.monaco-editor .find-widget.no-results .matchesCount { color: #f48771!important; }
+.monaco-editor .find-widget .monaco-sash { background-color: #454545!important; }
.monaco-editor .find-widget .button:not(.disabled):hover,
.monaco-editor .find-widget .codicon-find-selection:hover {
background-color: rgba(90, 93, 94, 0.31) !important;
}
-.monaco-editor .find-widget .monaco-inputbox.synthetic-focus { outline-color: #007fd4; }
-.monaco-editor .folded-background { background-color: rgba(38, 79, 120, 0.3); }
+.monaco-editor .find-widget .monaco-inputbox.synthetic-focus { outline-color: #007fd4!important; }
+.monaco-editor .folded-background { background-color: rgba(38, 79, 120, 0.3)!important; }
.monaco-editor .cldr.codicon.codicon-folding-expanded,
.monaco-editor .cldr.codicon.codicon-folding-collapsed {
color: #c5c5c5 !important;
}
-.monaco-editor.vs .valueSetReplacement { outline: solid 2px #888888; }
+.monaco-editor.vs .valueSetReplacement { outline: solid 2px #888888!important; }
.monaco-editor .ghost-text-decoration { opacity: 0.337 !important; color: #ffffff !important; }
.monaco-editor .ghost-text-decoration-preview { color: rgba(255, 255, 255, 0.34) !important; }
.monaco-editor .suggest-preview-text .ghost-text { opacity: 0.337 !important; color: #ffffff !important; }
-.monaco-editor .linked-editing-decoration { background: rgba(255, 0, 0, 0.3); border-left-color: rgba(255, 0, 0, 0.3); }
+.monaco-editor .linked-editing-decoration { background: rgba(255, 0, 0, 0.3); border-left-color: rgba(255, 0, 0, 0.3)!important; }
.monaco-editor .detected-link-active { color: #4e94ce !important; }
-.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-highlighted-label .highlight { color: #18a3ff; }
-.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .monaco-highlighted-label .highlight { color: #18a3ff; }
-.monaco-editor .suggest-widget, .monaco-editor .suggest-details { color: #d4d4d4; }
-.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused { color: #ffffff; }
-.monaco-editor .suggest-details a { color: #3794ff; }
-.monaco-editor .suggest-details a:hover { color: #3794ff; }
-.monaco-editor .suggest-details code { background-color: rgba(10, 10, 10, 0.4); }
-.monaco-editor .focused .selectionHighlight { background-color: rgba(173, 214, 255, 0.15); }
-.monaco-editor .selectionHighlight { background-color: rgba(173, 214, 255, 0.07); }
-.monaco-editor .wordHighlight { background-color: rgba(87, 87, 87, 0.72); }
-.monaco-editor .wordHighlightStrong { background-color: rgba(0, 73, 114, 0.72); }
-.monaco-editor .marker-widget a.code-link span { color: #3794ff; }
-.monaco-editor .marker-widget a.code-link span:hover { color: #3794ff; }
-.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight { background-color: rgba(234, 92, 0, 0.3); }
-.monaco-editor .reference-zone-widget .preview .reference-decoration { background-color: rgba(255, 143, 0, 0.6); }
-.monaco-editor .reference-zone-widget .ref-tree { background-color: #252526; }
-.monaco-editor .reference-zone-widget .ref-tree { color: #bbbbbb; }
-.monaco-editor .reference-zone-widget .ref-tree .reference-file { color: #ffffff; }
-.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows > .monaco-list-row.selected:not(.highlighted) { background-color: rgba(51, 153, 255, 0.2); }
+.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-highlighted-label .highlight { color: #18a3ff!important; }
+.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .monaco-highlighted-label .highlight { color: #18a3ff!important; }
+.monaco-editor .suggest-widget, .monaco-editor .suggest-details { color: #d4d4d4!important; }
+.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused { color: #ffffff!important; }
+.monaco-editor .suggest-details a { color: #3794ff!important; }
+.monaco-editor .suggest-details a:hover { color: #3794ff!important; }
+.monaco-editor .suggest-details code { background-color: rgba(10, 10, 10, 0.4)!important; }
+.monaco-editor .focused .selectionHighlight { background-color: rgba(173, 214, 255, 0.15)!important; }
+.monaco-editor .selectionHighlight { background-color: rgba(173, 214, 255, 0.07)!important; }
+.monaco-editor .wordHighlight { background-color: rgba(87, 87, 87, 0.72)!important; }
+.monaco-editor .wordHighlightStrong { background-color: rgba(0, 73, 114, 0.72)!important; }
+.monaco-editor .marker-widget a.code-link span { color: #3794ff!important; }
+.monaco-editor .marker-widget a.code-link span:hover { color: #3794ff!important; }
+.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight { background-color: rgba(234, 92, 0, 0.3)!important; }
+.monaco-editor .reference-zone-widget .preview .reference-decoration { background-color: rgba(255, 143, 0, 0.6)!important; }
+.monaco-editor .reference-zone-widget .ref-tree { background-color: #252526!important; }
+.monaco-editor .reference-zone-widget .ref-tree { color: #bbbbbb!important; }
+.monaco-editor .reference-zone-widget .ref-tree .reference-file { color: #ffffff!important; }
+.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows > .monaco-list-row.selected:not(.highlighted) { background-color: rgba(51, 153, 255, 0.2)!important; }
.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows > .monaco-list-row.selected:not(.highlighted) { color: #ffffff !important; }
.monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background,.monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input { background-color: #001f33;}
.monaco-editor .reference-zone-widget .preview .monaco-editor .margin { background-color: #001f33;}
.monaco-editor .goto-definition-link { color: #4e94ce !important; }
-.monaco-hover .hover-contents a.code-link span { color: #3794ff; }
-.monaco-hover .hover-contents a.code-link span:hover { color: #3794ff; }
-.monaco-editor .snippet-placeholder { background-color: rgba(124, 124, 124, 0.3); outline-color: transparent; }
-.monaco-editor .finish-snippet-placeholder { background-color: transparent; outline-color: #525252; }
-.monaco-editor .hoverHighlight { background-color: rgba(38, 79, 120, 0.25); }
-.monaco-editor .monaco-hover { background-color: #252526; }
-.monaco-editor .monaco-hover { border: 1px solid #454545; }
-.monaco-editor .monaco-hover .hover-row:not(:first-child):not(:empty) { border-top: 1px solid rgba(69, 69, 69, 0.5); }
-.monaco-editor .monaco-hover hr { border-top: 1px solid rgba(69, 69, 69, 0.5); }
-.monaco-editor .monaco-hover hr { border-bottom: 0px solid rgba(69, 69, 69, 0.5); }
-.monaco-editor .monaco-hover a { color: #3794ff; }
-.monaco-editor .monaco-hover a:hover { color: #3794ff; }
-.monaco-editor .monaco-hover { color: #cccccc; }
-.monaco-editor .monaco-hover .hover-row .actions { background-color: #2c2c2d; }
-.monaco-editor .monaco-hover code { background-color: rgba(10, 10, 10, 0.4); }
+.monaco-hover .hover-contents a.code-link span { color: #3794ff!important; }
+.monaco-hover .hover-contents a.code-link span:hover { color: #3794ff!important; }
+.monaco-editor .snippet-placeholder { background-color: rgba(124, 124, 124, 0.3); outline-color: transparent!important; }
+.monaco-editor .finish-snippet-placeholder { background-color: transparent; outline-color: #525252!important; }
+.monaco-editor .hoverHighlight { background-color: rgba(38, 79, 120, 0.25)!important; }
+.monaco-editor .monaco-hover { background-color: #252526!important; }
+.monaco-editor .monaco-hover { border: 1px solid #454545!important; }
+.monaco-editor .monaco-hover .hover-row:not(:first-child):not(:empty) { border-top: 1px solid rgba(69, 69, 69, 0.5)!important; }
+.monaco-editor .monaco-hover hr { border-top: 1px solid rgba(69, 69, 69, 0.5)!important; }
+.monaco-editor .monaco-hover hr { border-bottom: 0px solid rgba(69, 69, 69, 0.5)!important; }
+.monaco-editor .monaco-hover a { color: #3794ff!important; }
+.monaco-editor .monaco-hover a:hover { color: #3794ff!important; }
+.monaco-editor .monaco-hover { color: #cccccc!important; }
+.monaco-editor .monaco-hover .hover-row .actions { background-color: #2c2c2d!important; }
+.monaco-editor .monaco-hover code { background-color: rgba(10, 10, 10, 0.4)!important; }
-.mtk1 { color: #d4d4d4; }
-.mtk2 { color: #1e1e1e; }
-.mtk3 { color: #cc6666; }
-.mtk4 { color: #9cdcfe; }
-.mtk5 { color: #ce9178; }
-.mtk6 { color: #b5cea8; }
-.mtk7 { color: #608b4e; }
-.mtk8 { color: #569cd6; }
-.mtk9 { color: #dcdcdc; }
-.mtk10 { color: #808080; }
-.mtk11 { color: #f44747; }
-.mtk12 { color: #c586c0; }
-.mtk13 { color: #a79873; }
-.mtk14 { color: #dd6a6f; }
-.mtk15 { color: #5bb498; }
-.mtk16 { color: #909090; }
-.mtk17 { color: #778899; }
-.mtk18 { color: #ff00ff; }
-.mtk19 { color: #b46695; }
-.mtk20 { color: #ff0000; }
-.mtk21 { color: #4f76ac; }
-.mtk22 { color: #3dc9b0; }
-.mtk23 { color: #74b0df; }
-.mtk24 { color: #4864aa; }
-.mtki { font-style: italic; }
-.mtkb { font-weight: bold; }
-.mtku { text-decoration: underline; text-underline-position: under; }
\ No newline at end of file
+.mtk1 { color: #d4d4d4!important; }
+.mtk2 { color: #1e1e1e!important; }
+.mtk3 { color: #cc6666!important; }
+.mtk4 { color: #9cdcfe!important; }
+.mtk5 { color: #ce9178!important; }
+.mtk6 { color: #b5cea8!important; }
+.mtk7 { color: #608b4e!important; }
+.mtk8 { color: #569cd6!important; }
+.mtk9 { color: #dcdcdc!important; }
+.mtk10 { color: #808080!important; }
+.mtk11 { color: #f44747!important; }
+.mtk12 { color: #c586c0!important; }
+.mtk13 { color: #a79873!important; }
+.mtk14 { color: #dd6a6f!important; }
+.mtk15 { color: #5bb498!important; }
+.mtk16 { color: #909090!important; }
+.mtk17 { color: #778899!important; }
+.mtk18 { color: #ff00ff!important; }
+.mtk19 { color: #b46695!important; }
+.mtk20 { color: #ff0000!important; }
+.mtk21 { color: #4f76ac!important; }
+.mtk22 { color: #3dc9b0!important; }
+.mtk23 { color: #74b0df!important; }
+.mtk24 { color: #4864aa!important; }
+.mtki { font-style: italic!important; }
+.mtkb { font-weight: bold!important; }
+.mtku { text-decoration: underline; text-underline-position: under!important; }
\ No newline at end of file
diff --git a/css/community-theme-options/blackberry-abyss.css b/css/community-theme-options/blackberry-abyss.css
index 385a3f3321..028a94eacf 100644
--- a/css/community-theme-options/blackberry-abyss.css
+++ b/css/community-theme-options/blackberry-abyss.css
@@ -20,7 +20,7 @@
--link-color-hover: rgb(100, 119, 139);
--label-text-color: #fff;
- --text:#ddd;
+ --text:#eee;
--text-hover: #fff;
--text-muted: #999;
diff --git a/css/community-theme-options/blackberry-amethyst.css b/css/community-theme-options/blackberry-amethyst.css
index d4b074968a..30285f8011 100644
--- a/css/community-theme-options/blackberry-amethyst.css
+++ b/css/community-theme-options/blackberry-amethyst.css
@@ -18,7 +18,7 @@
--link-color-hover: rgb(217, 164, 217);
--label-text-color: #fff;
- --text:#ddd;
+ --text:#eee;
--text-hover: #fff;
--text-muted: #999;
diff --git a/css/community-theme-options/blackberry-carol.css b/css/community-theme-options/blackberry-carol.css
index 282b25d369..e00f00e877 100644
--- a/css/community-theme-options/blackberry-carol.css
+++ b/css/community-theme-options/blackberry-carol.css
@@ -25,7 +25,7 @@
--link-color-hover: #fff;
--label-text-color: rgb(32, 32, 32);
- --text:#ddd;
+ --text:#eee;
--text-hover: #fff;
--text-muted: #999;
diff --git a/css/community-theme-options/blackberry-dreamscape.css b/css/community-theme-options/blackberry-dreamscape.css
index 47591d2968..dc737f2da8 100644
--- a/css/community-theme-options/blackberry-dreamscape.css
+++ b/css/community-theme-options/blackberry-dreamscape.css
@@ -21,7 +21,7 @@
--link-color-hover: #e2c9cc;
--label-text-color: #fff;
- --text:#ddd;
+ --text:#eee;
--text-hover: #fff;
--text-muted: #999;
diff --git a/css/community-theme-options/blackberry-flamingo.css b/css/community-theme-options/blackberry-flamingo.css
index 83d14c5d17..e006ec604c 100644
--- a/css/community-theme-options/blackberry-flamingo.css
+++ b/css/community-theme-options/blackberry-flamingo.css
@@ -19,7 +19,7 @@
--link-color-hover: #e2c9cc;
--label-text-color: hsla(0, 18%, 5%, 0.95);
- --text:#ddd;
+ --text:#eee;
--text-hover: #fff;
--text-muted: #999;
diff --git a/css/community-theme-options/blackberry-hearth.css b/css/community-theme-options/blackberry-hearth.css
index ab91f40289..31d27e2ed2 100644
--- a/css/community-theme-options/blackberry-hearth.css
+++ b/css/community-theme-options/blackberry-hearth.css
@@ -20,7 +20,7 @@
--link-color-hover: #e2c9cc;
--label-text-color: hsla(0, 18%, 5%, 0.95);
- --text:#ddd;
+ --text:#eee;
--text-hover: #fff;
--text-muted: #999;
diff --git a/css/community-theme-options/blackberry-martian.css b/css/community-theme-options/blackberry-martian.css
index 69f006c402..7c324143cb 100644
--- a/css/community-theme-options/blackberry-martian.css
+++ b/css/community-theme-options/blackberry-martian.css
@@ -20,7 +20,7 @@
--link-color-hover: #2e5135;
--label-text-color: hsla(0, 18%, 5%, 0.95);
- --text:#ddd;
+ --text:#eee;
--text-hover: #fff;
--text-muted: #999;
diff --git a/css/community-theme-options/blackberry-pumpkin.css b/css/community-theme-options/blackberry-pumpkin.css
index 984d8211d2..e848cea827 100644
--- a/css/community-theme-options/blackberry-pumpkin.css
+++ b/css/community-theme-options/blackberry-pumpkin.css
@@ -21,7 +21,7 @@
--link-color-hover: #bd6500;
--label-text-color: hsla(0, 18%, 5%, 0.95);
- --text:#ddd;
+ --text:#eee;
--text-hover: #fff;
--text-muted: #999;
diff --git a/css/community-theme-options/blackberry-royal.css b/css/community-theme-options/blackberry-royal.css
index 2ff07837df..19b4151e57 100644
--- a/css/community-theme-options/blackberry-royal.css
+++ b/css/community-theme-options/blackberry-royal.css
@@ -19,7 +19,7 @@
--link-color-hover: rgb(184, 159, 141);
--label-text-color: hsla(0, 18%, 5%, 0.95);
- --text:#ddd;
+ --text:#eee;
--text-hover: #fff;
--text-muted: #999;
diff --git a/css/community-theme-options/blackberry-shadow.css b/css/community-theme-options/blackberry-shadow.css
index 3daedfa3ff..e0f5c04d2c 100644
--- a/css/community-theme-options/blackberry-shadow.css
+++ b/css/community-theme-options/blackberry-shadow.css
@@ -18,7 +18,7 @@
--link-color-hover: rgb(81, 101, 114, .8);
--label-text-color: #eee;
- --text:#ddd;
+ --text:#eee;
--text-hover: #fff;
--text-muted: #999;
diff --git a/css/community-theme-options/blackberry-solar.css b/css/community-theme-options/blackberry-solar.css
index af1c5fd35f..74dfb77a93 100644
--- a/css/community-theme-options/blackberry-solar.css
+++ b/css/community-theme-options/blackberry-solar.css
@@ -19,7 +19,7 @@
--link-color-hover: rgb(246, 211, 101, .8);
--label-text-color: hsla(0, 18%, 5%, 0.95);
- --text:#ddd;
+ --text:#eee;
--text-hover: #fff;
--text-muted: #999;
diff --git a/css/community-theme-options/blackberry-vanta.css b/css/community-theme-options/blackberry-vanta.css
index 5ad9da7646..7cdde3547f 100644
--- a/css/community-theme-options/blackberry-vanta.css
+++ b/css/community-theme-options/blackberry-vanta.css
@@ -18,7 +18,7 @@
--link-color-hover: #fff;
--label-text-color: black;
- --text:#a5a5a5;
+ --text:#eee;
--text-hover: #fff;
--text-muted: #999;
diff --git a/docker-mods/nginx-proxy-manager/root/etc/cont-init.d/98-themepark b/docker-mods/nginx-proxy-manager/root/etc/cont-init.d/98-themepark
index 48651cf077..bf9b6647c1 100755
--- a/docker-mods/nginx-proxy-manager/root/etc/cont-init.d/98-themepark
+++ b/docker-mods/nginx-proxy-manager/root/etc/cont-init.d/98-themepark
@@ -1,4 +1,4 @@
-#!/command/with-contenv bash
+#!/command/with-contenv bash
echo '--------------------------------------'
echo '| Nginx Proxy Manager theme.park Mod |'
diff --git a/docker-mods/plex/root/etc/cont-init.d/98-themepark b/docker-mods/plex/root/etc/cont-init.d/98-themepark
index c3675e08ac..d440853cb5 100755
--- a/docker-mods/plex/root/etc/cont-init.d/98-themepark
+++ b/docker-mods/plex/root/etc/cont-init.d/98-themepark
@@ -11,6 +11,11 @@ echo -e "Variables set:\\n\
'TP_SCHEME'=${TP_SCHEME}\\n\
'TP_THEME'=${TP_THEME}\\n"
+if [[ "${TP_HOTIO}" = true ]]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app/bin'
+fi
+
# Set default
if [[ -z ${TP_DOMAIN} ]]; then
echo 'No domain set, defaulting to theme-park.dev'
@@ -38,17 +43,17 @@ if [[ -z ${TP_THEME} ]]; then
TP_THEME='organizr'
fi
-# Adding stylesheets
-if ! grep -q "${TP_DOMAIN}/css/base" /usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html; then
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"/usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'
- sed -i "s/<\/head>/<\/head> /g" /usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html
- sed -i "s/<\/head>/<\/head> /g" /usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"/usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"/usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html
printf 'Stylesheet set to %s\n' "${TP_THEME}"
if [[ -n ${TP_ADDON} ]]; then
for addon in $(echo "$TP_ADDON" | tr "|" " "); do
- sed -i "s/<\/head>/<\/head> /g" /usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"/usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html
printf 'Added custom addon: %s\n\n' "${addon}"
done
fi
diff --git a/docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark b/docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark
index 783c94fb53..ffe51eb2e5 100755
--- a/docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark
+++ b/docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark
@@ -23,6 +23,12 @@ if [ "${TP_DISABLE_THEME}" = true ]; then
exit 0
fi
+if [ -z ${QBITTORRENT_VERSION+x} ]; then \
+ echo 'QBITTORRENT_VERSION not set. Using the latest stable.'
+ QBITTORRENT_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp \
+ && awk '/^P:qbittorrent-nox$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://' | sed 's/-.*//'); \
+fi
+
if ! [[ -x "$(command -v git)" ]]; then
echo '--------------------------'
echo '| Installing git package |'
@@ -46,6 +52,7 @@ echo -e "Variables set:\\n\
'TP_DOMAIN'=${TP_DOMAIN}\\n\
'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
'TP_SCHEME'=${TP_SCHEME}\\n\
+'QBITTORRENT_VERSION'=${QBITTORRENT_VERSION}\\n\
'TP_THEME'=${TP_THEME}\\n"
# Set default
@@ -81,13 +88,16 @@ if [[ ! -d /themepark ]]; then
echo '| Downloading WebUI files from github |'
echo '---------------------------------------'
printf '\nDownloading qBittorrent to /temp\n'
- git clone --depth 1 https://github.com/qbittorrent/qBittorrent /temp
+ echo 'Downloading WebUI for version:' "${QBITTORRENT_VERSION}"
+ git clone --depth 1 -b release-${QBITTORRENT_VERSION} https://github.com/qbittorrent/qBittorrent /temp
+
printf '\nDownload finished\n\n'
cp -a /temp/src/webui/www /themepark
cp -a /temp/src/icons/. /themepark/public/icons
cp -a /temp/src/icons/. /themepark/private/icons
printf '\nCopy finished\n\n'
rm -rf /temp
+ rm -rf /tmp/*
printf '\nCleanup finished\n\n'
fi
diff --git a/linux-amd64.Dockerfile b/linux-amd64.Dockerfile
index e56c810d78..c048d9e7ea 100644
--- a/linux-amd64.Dockerfile
+++ b/linux-amd64.Dockerfile
@@ -1,4 +1,4 @@
-FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.16
+FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.19
# set version label
ARG BUILD_DATE
diff --git a/linux-arm64.Dockerfile b/linux-arm64.Dockerfile
index e11438731e..399f667ba6 100644
--- a/linux-arm64.Dockerfile
+++ b/linux-arm64.Dockerfile
@@ -1,4 +1,4 @@
-FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.16
+FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.19
# set version label
ARG BUILD_DATE