From bd4693df7e714f92fb65dec3a9005d3341848a00 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Tue, 28 Feb 2023 15:06:43 +0100 Subject: [PATCH] use local css --- public/css/aquamarine.css | 2 ++ public/css/base/gitea-base.css | 1 + .../css/community-theme-options/onedark.css | 32 +++++++++++++++++ public/css/dark.css | 2 ++ public/css/dracula.css | 2 ++ public/css/hotline.css | 2 ++ public/css/hotpink.css | 2 ++ public/css/nord.css | 2 ++ public/css/onedark.css | 2 ++ public/css/organizr.css | 2 ++ public/css/overseerr.css | 2 ++ public/css/plex.css | 2 ++ public/css/space-gray.css | 2 ++ public/css/theme-options/aquamarine.css | 31 ++++++++++++++++ public/css/theme-options/dark.css | 31 ++++++++++++++++ public/css/theme-options/dracula.css | 31 ++++++++++++++++ public/css/theme-options/hotline.css | 31 ++++++++++++++++ public/css/theme-options/hotpink.css | 31 ++++++++++++++++ public/css/theme-options/nord.css | 31 ++++++++++++++++ public/css/theme-options/organizr.css | 31 ++++++++++++++++ public/css/theme-options/overseerr.css | 31 ++++++++++++++++ public/css/theme-options/plex.css | 35 +++++++++++++++++++ public/css/theme-options/space-gray.css | 31 ++++++++++++++++ templates/custom/body_outer_post.tmpl | 3 ++ templates/custom/body_outer_pre.tmpl | 4 +-- 25 files changed, 374 insertions(+), 2 deletions(-) create mode 100644 public/css/aquamarine.css create mode 100644 public/css/base/gitea-base.css create mode 100644 public/css/community-theme-options/onedark.css create mode 100644 public/css/dark.css create mode 100644 public/css/dracula.css create mode 100644 public/css/hotline.css create mode 100644 public/css/hotpink.css create mode 100644 public/css/nord.css create mode 100644 public/css/onedark.css create mode 100644 public/css/organizr.css create mode 100644 public/css/overseerr.css create mode 100644 public/css/plex.css create mode 100644 public/css/space-gray.css create mode 100644 public/css/theme-options/aquamarine.css create mode 100644 public/css/theme-options/dark.css create mode 100644 public/css/theme-options/dracula.css create mode 100644 public/css/theme-options/hotline.css create mode 100644 public/css/theme-options/hotpink.css create mode 100644 public/css/theme-options/nord.css create mode 100644 public/css/theme-options/organizr.css create mode 100644 public/css/theme-options/overseerr.css create mode 100644 public/css/theme-options/plex.css create mode 100644 public/css/theme-options/space-gray.css create mode 100644 templates/custom/body_outer_post.tmpl diff --git a/public/css/aquamarine.css b/public/css/aquamarine.css new file mode 100644 index 0000000..7ce1ff3 --- /dev/null +++ b/public/css/aquamarine.css @@ -0,0 +1,2 @@ +@import url("/assets/css/base/gitea/gitea-base.css?sha=9f43e61ca4ed0562bd7b56281a2108472a4f9aed"); +@import url("/assets/css/theme-options/aquamarine.css?sha=7f02500167b598d1a64c86198ed3c9af9dec5466"); \ No newline at end of file diff --git a/public/css/base/gitea-base.css b/public/css/base/gitea-base.css new file mode 100644 index 0000000..4dafa9a --- /dev/null +++ b/public/css/base/gitea-base.css @@ -0,0 +1 @@ +:root{--code-background:#1f1f1f;--code-color:#f8f8f2;--code-err-background:#960050;--code-err-color:#1e0010;--code-hl-background:#ffffcc;--code-k-color:#66d9ef;--code-kc-color:#66d9ef;--code-kd-color:#66d9ef;--code-kn-color:#f92672;--code-kp-color:#66d9ef;--code-kr-color:#66d9ef;--code-kt-color:#66d9ef;--code-na-color:#a6e22e;--code-nc-color:#a6e22e;--code-no-color:#66d9ef;--code-nd-color:#a6e22e;--code-ne-color:#a6e22e;--code-nf-color:#a6e22e;--code-nx-color:#a6e22e;--code-nt-color:#f92672;--code-l-color:#ae81ff;--code-ld-color:#e6db74;--code-s-color:#e6db74;--code-sa-color:#e6db74;--code-sb-color:#e6db74;--code-sc-color:#e6db74;--code-dl-color:#e6db74;--code-sd-color:#e6db74;--code-s2-color:#e6db74;--code-se-color:#ae81ff;--code-sh-color:#e6db74;--code-si-color:#e6db74;--code-sx-color:#e6db74;--code-sr-color:#e6db74;--code-s1-color:#e6db74;--code-ss-color:#e6db74;--code-m-color:#ae81ff;--code-mb-color:#ae81ff;--code-mf-color:#ae81ff;--code-mh-color:#ae81ff;--code-mi-color:#ae81ff;--code-il-color:#ae81ff;--code-mo-color:#ae81ff;--code-o-color:#f92672;--code-ow-color:#f92672;--code-c-color:#75715e;--code-ch-color:#75715e;--code-cm-color:#75715e;--code-c1-color:#75715e;--code-cs-color:#75715e;--code-cp-color:#75715e;--code-cpf-color:#75715e;--code-gd-color:#f92672;--code-gi-color:#a6e22e;--code-gu-color:#75715e}.chroma .ui.table tbody tr{border-color:#333640;background:var(--code-background)}.chroma,.markdown:not(code) .highlight pre,.markdown:not(code) pre{background-color:var(--code-background);color:var(--code-color)}.chroma .err{background-color:var(--code-err-background);color:var(--code-err-color)}.chroma .lntd{border:0;margin:0;padding:0;vertical-align:top}.chroma .lntable{width:auto;border:0;border-spacing:0;display:block;margin:0;overflow:auto;padding:0}.chroma .hl{width:100%;background-color:var(--code-hl-background);display:block}.chroma .lnt{margin-right:.4em;padding:0 .4em 0 .4em}.chroma .ln{margin-right:.4em;padding:0 .4em 0 .4em}.chroma .k{color:var(--code-k-color)}.chroma .kc{color:var(--code-kc-color)}.chroma .kd{color:var(--code-kd-color)}.chroma .kn{color:var(--code-kn-color)}.chroma .kp{color:var(--code-kp-color)}.chroma .kr{color:var(--code-kr-color)}.chroma .kt{color:var(--code-kt-color)}.chroma .n{color:var(--code-n-color)}.chroma .na{color:var(--code-na-color)}.chroma .nb{color:var(--code-nb-color)}.chroma .bp{color:var(--code-bp-color)}.chroma .nc{color:var(--code-nc-color)}.chroma .no{color:var(--code-no-color)}.chroma .nd{color:var(--code-nd-color)}.chroma .ni{color:var(--code-ni-color)}.chroma .ne{color:var(--code-ne-color)}.chroma .nf{color:var(--code-nf-color)}.chroma .fm{color:var(--code-fm-color)}.chroma .nl{color:var(--code-nl-color)}.chroma .nn{color:var(--code-nn-color)}.chroma .nx{color:var(--code-nx-color)}.chroma .py{color:var(--code-py-color)}.chroma .nt{color:var(--code-nt-color)}.chroma .nv{color:var(--code-nv-color)}.chroma .vc{color:var(--code-vc-color)}.chroma .vg{color:var(--code-vg-color)}.chroma .vi{color:var(--code-vi-color)}.chroma .vm{color:var(--code-vm-color)}.chroma .l{color:var(--code-l-color)}.chroma .ld{color:var(--code-ld-color)}.chroma .s{color:var(--code-s-color)}.chroma .sa{color:var(--code-sa-color)}.chroma .sb{color:var(--code-sb-color)}.chroma .sc{color:var(--code-sc-color)}.chroma .dl{color:var(--code-dl-color)}.chroma .sd{color:var(--code-sd-color)}.chroma .s2{color:var(--code-s2-color)}.chroma .se{color:var(--code-se-color)}.chroma .sh{color:var(--code-sh-color)}.chroma .si{color:var(--code-si-color)}.chroma .sx{color:var(--code-sx-color)}.chroma .sr{color:var(--code-sr-color)}.chroma .s1{color:var(--code-s1-color)}.chroma .ss{color:var(--code-ss-color)}.chroma .m{color:var(--code-m-color)}.chroma .mb{color:var(--code-mb-color)}.chroma .mf{color:var(--code-mf-color)}.chroma .mh{color:var(--code-mh-color)}.chroma .mi{color:var(--code-mi-color)}.chroma .il{color:var(--code-il-color)}.chroma .mo{color:var(--code-mo-color)}.chroma .o{color:var(--code-o-color)}.chroma .ow{color:var(--code-ow-color)}.chroma .p{color:var(--code-p-color)}.chroma .c{color:var(--code-c-color)}.chroma .ch{color:var(--code-ch-color)}.chroma .cm{color:var(--code-cm-color)}.chroma .c1{color:var(--code-c1-color)}.chroma .cs{color:var(--code-cs-color)}.chroma .cp{color:var(--code-cp-color)}.chroma .cpf{color:var(--code-cpf-color)}.chroma .gd{color:var(--code-gd-color)}.chroma .ge{font-style:italic}.chroma .gi{color:var(--code-gi-color)}.chroma .gs{font-weight:700}.chroma .gu{color:var(--code-gu-color)}.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'}.monaco-scrollable-element>.shadow.top{box-shadow:#000 0 6px 6px -6px inset}.monaco-scrollable-element>.shadow.left{box-shadow:#000 6px 0 6px -6px inset}.monaco-scrollable-element>.shadow.top.left{box-shadow:#000 6px 6px 6px -6px inset}.monaco-scrollable-element>.scrollbar>.slider{background:rgba(121,121,121,.4)}.monaco-scrollable-element>.scrollbar>.slider:hover{background:rgba(100,100,100,.7)}.monaco-scrollable-element>.scrollbar>.slider.active{background:rgba(191,191,191,.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,.2)}.monaco-editor .minimap-slider:hover .minimap-slider-horizontal{background:rgba(100,100,100,.35)}.monaco-editor .minimap-slider.active .minimap-slider-horizontal{background:rgba(191,191,191,.2)}.monaco-editor .minimap-shadow-visible{box-shadow:#000 -6px 0 6px -6px inset}.monaco-editor .scroll-decoration{box-shadow:#000 0 6px 6px -6px inset}.monaco-editor .focused .selected-text{background-color:#264f78}.monaco-editor .selected-text{background-color:#3a3d41}.monaco-editor,.monaco-editor .inputarea.ime-input,.monaco-editor-background{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,.04)}.monaco-editor .symbolHighlight{background-color:rgba(234,92,0,.33)}.monaco-editor .mtkw{color:rgba(227,228,226,.16)!important}.monaco-editor .mtkz{color:rgba(227,228,226,.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,.8)}.monaco-editor .bracket-highlighting-0{color:gold}.monaco-editor .bracket-highlighting-1{color:orchid}.monaco-editor .bracket-highlighting-2{color:#179fff}.monaco-editor .bracket-highlighting-3{color:gold}.monaco-editor .bracket-highlighting-4{color:orchid}.monaco-editor .bracket-highlighting-5{color:#179fff}.monaco-editor .bracket-highlighting-6{color:gold}.monaco-editor .bracket-highlighting-7{color:orchid}.monaco-editor .bracket-highlighting-8{color:#179fff}.monaco-editor .bracket-highlighting-9{color:gold}.monaco-editor .bracket-highlighting-10{color:orchid}.monaco-editor .bracket-highlighting-11{color:#179fff}.monaco-editor .bracket-highlighting-12{color:gold}.monaco-editor .bracket-highlighting-13{color:orchid}.monaco-editor .bracket-highlighting-14{color:#179fff}.monaco-editor .bracket-highlighting-15{color:gold}.monaco-editor .bracket-highlighting-16{color:orchid}.monaco-editor .bracket-highlighting-17{color:#179fff}.monaco-editor .bracket-highlighting-18{color:gold}.monaco-editor .bracket-highlighting-19{color:orchid}.monaco-editor .bracket-highlighting-20{color:#179fff}.monaco-editor .bracket-highlighting-21{color:gold}.monaco-editor .bracket-highlighting-22{color:orchid}.monaco-editor .bracket-highlighting-23{color:#179fff}.monaco-editor .bracket-highlighting-24{color:gold}.monaco-editor .bracket-highlighting-25{color:orchid}.monaco-editor .bracket-highlighting-26{color:#179fff}.monaco-editor .bracket-highlighting-27{color:gold}.monaco-editor .bracket-highlighting-28{color:orchid}.monaco-editor .bracket-highlighting-29{color:#179fff}.codicon.codicon-symbol-array{color:#ccc}.codicon.codicon-symbol-boolean{color:#ccc}.codicon.codicon-symbol-class{color:#ee9d28}.codicon.codicon-symbol-method{color:#b180d7}.codicon.codicon-symbol-color{color:#ccc}.codicon.codicon-symbol-constant{color:#ccc}.codicon.codicon-symbol-constructor{color:#b180d7}.codicon.codicon-symbol-enum,.codicon.codicon-symbol-value{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:#ccc}.codicon.codicon-symbol-folder{color:#ccc}.codicon.codicon-symbol-function{color:#b180d7}.codicon.codicon-symbol-interface{color:#75beff}.codicon.codicon-symbol-key{color:#ccc}.codicon.codicon-symbol-keyword{color:#ccc}.codicon.codicon-symbol-module{color:#ccc}.codicon.codicon-symbol-namespace{color:#ccc}.codicon.codicon-symbol-null{color:#ccc}.codicon.codicon-symbol-number{color:#ccc}.codicon.codicon-symbol-object{color:#ccc}.codicon.codicon-symbol-operator{color:#ccc}.codicon.codicon-symbol-package{color:#ccc}.codicon.codicon-symbol-property{color:#ccc}.codicon.codicon-symbol-reference{color:#ccc}.codicon.codicon-symbol-snippet{color:#ccc}.codicon.codicon-symbol-string{color:#ccc}.codicon.codicon-symbol-struct{color:#ccc}.codicon.codicon-symbol-text{color:#ccc}.codicon.codicon-symbol-type-parameter{color:#ccc}.codicon.codicon-symbol-unit{color:#ccc}.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:#ccc}.monaco-editor .accessibilityHelpWidget{box-shadow:0 2px 8px rgba(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:#ccc}.extensions-viewlet>.extensions .codicon.codicon-error,.markers-panel .marker-icon.codicon.codicon-error,.monaco-editor .zone-widget .codicon.codicon-error,.text-search-provider-messages .providerMessage .codicon.codicon-error{color:#f14c4c}.extension-editor .codicon.codicon-warning,.extensions-viewlet>.extensions .codicon.codicon-warning,.markers-panel .marker-icon.codicon.codicon-warning,.monaco-editor .zone-widget .codicon.codicon-warning,.preferences-editor .codicon.codicon-warning,.text-search-provider-messages .providerMessage .codicon.codicon-warning{color:#cca700}.extension-editor .codicon.codicon-info,.extensions-viewlet>.extensions .codicon.codicon-info,.markers-panel .marker-icon.codicon.codicon-info,.monaco-editor .zone-widget .codicon.codicon-info,.text-search-provider-messages .providerMessage .codicon.codicon-info{color:#3794ff}.monaco-diff-editor .diff-review-line-number{color:#858585}.monaco-diff-editor .diff-review-shadow{box-shadow:#000 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,.5)}.monaco-editor .parameter-hints-widget .signature.has-docs{border-bottom:1px solid rgba(69,69,69,.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:#ccc}.monaco-editor .parameter-hints-widget code{background-color:rgba(10,10,10,.4)}.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:.667}.monaco-editor.showDeprecated .squiggly-inline-deprecated{text-decoration:line-through;text-decoration-color:#d4d4d4}.monaco-editor .char-insert,.monaco-editor .line-insert{background-color:rgba(155,185,85,.2)}.monaco-diff-editor .char-insert,.monaco-diff-editor .line-insert{background-color:rgba(155,185,85,.2)}.monaco-editor .inline-added-margin-view-zone{background-color:rgba(155,185,85,.2)}.monaco-editor .char-delete,.monaco-editor .line-delete{background-color:rgba(255,0,0,.2)}.monaco-diff-editor .char-delete,.monaco-diff-editor .line-delete{background-color:rgba(255,0,0,.2)}.monaco-editor .inline-deleted-margin-view-zone{background-color:rgba(255,0,0,.2)}.monaco-diff-editor.side-by-side .editor.modified{box-shadow:-6px 0 5px -5px #000}.monaco-diff-editor .diffViewport{background:rgba(121,121,121,.4)}.monaco-diff-editor .diffViewport:hover{background:rgba(100,100,100,.7)}.monaco-diff-editor .diffViewport:active{background:rgba(191,191,191,.4)}.monaco-editor .diagonal-fill{background-image:linear-gradient(-45deg,rgba(204,204,204,.2) 12.5%,#0000 12.5%,#0000 50%,rgba(204,204,204,.2) 50%,rgba(204,204,204,.2) 62.5%,#0000 62.5%,#0000 100%);background-size:8px 8px}.monaco-editor .bracket-match{background-color:rgba(0,100,0,.1)}.monaco-editor .bracket-match{border:1px solid #888}.monaco-editor .contentWidgets .codicon.codicon-light-bulb{color:#fc0;background-color:rgba(30,30,30,.7)}.monaco-editor .contentWidgets .codicon.codicon-lightbulb-autofix{color:#75beff;background-color:rgba(30,30,30,.7)}.monaco-editor .codelens-decoration{color:#999}.monaco-editor .codelens-decoration .codicon{color:#999}.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:#ccc}.monaco-editor .findOptionsWidget{box-shadow:0 0 8px 2px rgba(0,0,0,.36)}.monaco-editor .findMatch{background-color:rgba(234,92,0,.33)}.monaco-editor .currentFindMatch{background-color:#515c6a}.monaco-editor .findScope{background-color:rgba(58,61,65,.4)}.monaco-editor .find-widget{background-color:#252526}.monaco-editor .find-widget{box-shadow:0 0 8px 2px rgba(0,0,0,.36)}.monaco-editor .find-widget{color:#ccc}.monaco-editor .find-widget.no-results .matchesCount{color:#f48771}.monaco-editor .find-widget .monaco-sash{background-color:#454545}.monaco-editor .find-widget .button:not(.disabled):hover,.monaco-editor .find-widget .codicon-find-selection:hover{background-color:rgba(90,93,94,.31)!important}.monaco-editor .find-widget .monaco-inputbox.synthetic-focus{outline-color:#007fd4}.monaco-editor .folded-background{background-color:rgba(38,79,120,.3)}.monaco-editor .cldr.codicon.codicon-folding-collapsed,.monaco-editor .cldr.codicon.codicon-folding-expanded{color:#c5c5c5!important}.monaco-editor.vs .valueSetReplacement{outline:solid 2px #888888}.monaco-editor .ghost-text-decoration{opacity:.337!important;color:#fff!important}.monaco-editor .ghost-text-decoration-preview{color:rgba(255,255,255,.34)!important}.monaco-editor .suggest-preview-text .ghost-text{opacity:.337!important;color:#fff!important}.monaco-editor .linked-editing-decoration{background:rgba(255,0,0,.3);border-left-color:rgba(255,0,0,.3)}.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-details,.monaco-editor .suggest-widget{color:#d4d4d4}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused{color:#fff}.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,.4)}.monaco-editor .focused .selectionHighlight{background-color:rgba(173,214,255,.15)}.monaco-editor .selectionHighlight{background-color:rgba(173,214,255,.07)}.monaco-editor .wordHighlight{background-color:rgba(87,87,87,.72)}.monaco-editor .wordHighlightStrong{background-color:rgba(0,73,114,.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,.3)}.monaco-editor .reference-zone-widget .preview .reference-decoration{background-color:rgba(255,143,0,.6)}.monaco-editor .reference-zone-widget .ref-tree{background-color:#252526}.monaco-editor .reference-zone-widget .ref-tree{color:#bbb}.monaco-editor .reference-zone-widget .ref-tree .reference-file{color:#fff}.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,.2)}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows>.monaco-list-row.selected:not(.highlighted){color:#fff!important}.monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input,.monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background{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,.3);outline-color:transparent}.monaco-editor .finish-snippet-placeholder{background-color:transparent;outline-color:#525252}.monaco-editor .hoverHighlight{background-color:rgba(38,79,120,.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,.5)}.monaco-editor .monaco-hover hr{border-top:1px solid rgba(69,69,69,.5)}.monaco-editor .monaco-hover hr{border-bottom:0 solid rgba(69,69,69,.5)}.monaco-editor .monaco-hover a{color:#3794ff}.monaco-editor .monaco-hover a:hover{color:#3794ff}.monaco-editor .monaco-hover{color:#ccc}.monaco-editor .monaco-hover .hover-row .actions{background-color:#2c2c2d}.monaco-editor .monaco-hover code{background-color:rgba(10,10,10,.4)}.mtk1{color:#d4d4d4}.mtk2{color:#1e1e1e}.mtk3{color:#c66}.mtk4{color:#9cdcfe}.mtk5{color:#ce9178}.mtk6{color:#b5cea8}.mtk7{color:#608b4e}.mtk8{color:#569cd6}.mtk9{color:#dcdcdc}.mtk10{color:grey}.mtk11{color:#f44747}.mtk12{color:#c586c0}.mtk13{color:#a79873}.mtk14{color:#dd6a6f}.mtk15{color:#5bb498}.mtk16{color:#909090}.mtk17{color:#789}.mtk18{color:#f0f}.mtk19{color:#b46695}.mtk20{color:red}.mtk21{color:#4f76ac}.mtk22{color:#3dc9b0}.mtk23{color:#74b0df}.mtk24{color:#4864aa}.mtki{font-style:italic}.mtkb{font-weight:700}.mtku{text-decoration:underline;text-underline-position:under}::-webkit-input-placeholder{color:var(--text-muted)!important}:focus::-webkit-input-placeholder{color:var(--text-hover)!important}:-moz-placeholder{color:var(--text-muted)!important}:focus:-moz-placeholder{color:var(--text-hover)!important}::-moz-placeholder{color:var(--text-muted)!important}:focus::-moz-placeholder{color:var(--text-hover)!important}:-ms-input-placeholder{color:var(--text-muted)!important}:focus:-ms-input-placeholder{color:var(--text-hover)!important}:root{--transparency-dark-05:rgba(0, 0, 0, .05);--transparency-dark-10:rgba(0, 0, 0, .10);--transparency-dark-15:rgba(0, 0, 0, .15);--transparency-dark-25:rgba(0, 0, 0, .25);--transparency-dark-35:rgba(0, 0, 0, .35);--transparency-dark-40:rgba(0, 0, 0, .40);--transparency-dark-45:rgba(0, 0, 0, .45);--transparency-dark-50:rgba(0, 0, 0, .50);--transparency-dark-55:rgba(0, 0, 0, .55);--transparency-dark-60:rgba(0, 0, 0, .60);--transparency-dark-65:rgba(0, 0, 0, .65);--transparency-dark-70:rgba(0, 0, 0, .70);--transparency-dark-75:rgba(0, 0, 0, .75);--transparency-dark-80:rgba(0, 0, 0, .80);--transparency-dark-85:rgba(0, 0, 0, .85);--transparency-dark-90:rgba(0, 0, 0, .90);--transparency-light-05:rgba(255, 255, 255, .05);--transparency-light-10:rgba(255, 255, 255, .10);--transparency-light-15:rgba(255, 255, 255, .15);--transparency-light-20:rgba(255, 255, 255, .20);--transparency-light-25:rgba(255, 255, 255, .25);--transparency-light-30:rgba(255, 255, 255, .30);--transparency-light-35:rgba(255, 255, 255, .35);--transparency-light-45:rgba(255, 255, 255, .45);--transparency-light-50:rgba(255, 255, 255, .50);--transparency-light-55:rgba(255, 255, 255, .55);--transparency-light-95:rgba(255, 255, 255, .95)}:root{--color-text:var(--text);--color-caret:white;--color-secondary-alpha-70:rgba(0, 0, 0, 0.35);--color-primary-light-4:rgb(var(--gitea-color-primary-dark-4),.2);--color-primary-light-2:rgb(var(--gitea-color-primary-dark-4),.4);--color-primary:rgb(var(--gitea-color-primary-dark-4),.6);--color-primary-dark-2:rgb(var(--gitea-color-primary-dark-4),.8);--color-primary-dark-4:rgb(var(--gitea-color-primary-dark-4))}body{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}*{outline:0}.home a,.repository .labelspage .item a,.repository .milestone.list>.item .operate>a,.repository .milestone.list>.item>a,.ui.breadcrumb a,.ui.card>.content>.description,.ui.card>.content>.header,.ui.card>.content>a.header,.ui.card>.extra a:not(.ui),.ui.cards>.card>.content>.description,.ui.cards>.card>.content>.header,.ui.cards>.card>.content>a.header,.ui.cards>.card>.extra a:not(.ui),.ui.user.list .item .description a,a{color:var(--link-color)}.repository .labelspage .item a:hover,.repository .milestone.list>.item .operate>a:hover,.repository .milestone.list>.item>a:hover,.ui.breadcrumb a:hover,.ui.card>.content>a.header:hover,.ui.card>.extra a:not(.ui):hover,.ui.cards>.card>.content>a.header:hover,.ui.cards>.card>.extra a:not(.ui):hover,.ui.user.list .item .description a:hover,a:hover{color:var(--link-color-hover)}.issue.list a:not(.label):hover,.issue.list>.item .title:hover,.ui .migrate a,.ui .text.blue a,.ui .text.grey a{color:var(--link-color)!important}.ui .migrate a:hover,.ui .text.blue a:hover,.ui .text.grey a:hover{color:var(--link-color-hover)!important}@media only screen and (min-width:768px){html{height:100%;width:100%;overflow:hidden}body{overflow-y:auto;height:100%;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}}::-webkit-scrollbar{width:14px}::-webkit-scrollbar-thumb{min-height:50px;border:3px solid transparent;border-radius:8px!important;background:var(--transparency-dark-20);background-clip:padding-box;box-shadow:none!important}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb:hover{min-height:50px;border:3px solid transparent;border-radius:8px!important;background:var(--transparency-light-50);background-clip:padding-box}.CodeMirror,.EasyMDEContainer .CodeMirror,.feeds .list ul li a .svg,.form .help,.issue.list>.item .title,.repository .diff-box .header .file,.repository .metas .ui.list a .text,.repository.view.issue .comment-list .comment .tag,.ui .text.black,.ui.accordion .title:not(.ui),.ui.card>.content>.description,.ui.cards>.card>.content>.description,.ui.checkbox input[disabled]~label,.ui.checkbox label,.ui.disabled.checkbox label,.ui.dropdown .menu>.header:not(.ui),.ui.dropdown .menu>.message:not(.ui),.ui.form .field>label,.ui.form .inline.field>label,.ui.form .inline.field>p,.ui.form .inline.fields .field>label,.ui.form .inline.fields .field>p,.ui.form .inline.fields>label,.ui.list .list>.item>.content,.ui.list>.item .description,.ui.list>.item>.content,body,footer,p{color:var(--text)}.issue.list>.item .desc{color:var(--text-muted)}.ui.header,.ui.header .sub.header,h1,h2,h3,h4,h5,h6{color:var(--text-hover)}.ui .text.grey{color:var(--text)!important}.repository .metas .ui.list a .text:hover,.ui .text.black:hover,.ui.checkbox input:focus~label,.ui.checkbox input:focus~label:after,.ui.checkbox label:hover,.ui.checkbox+label:hover,b:hover{color:var(--text-hover)}.ui .text.light.grey{color:var(--text-muted)!important}.following.bar.light{background-color:transparent;border-bottom:1px solid transparent;box-shadow:none}.ui.menu .item{color:var(--text)}.following.bar.light.ui.secondary.menu .active.item,.following.bar.lightui.secondary.menu .active.item:hover{box-shadow:none;background:var(--transparency-dark-25)!important;color:rgb(var(--accent-color))}.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{background:var(--transparency-light-10);color:var(--text-hover)}.ui.secondary.menu .active.item,.ui.secondary.menu .active.item:hover{box-shadow:none;background:var(--transparency-dark-05);color:var(--text-hover)}.captcha-img{background:#fff}.organization.settings .ui.menu{background:var(--transparency-dark-10);border:1px solid rgba(255,255,255,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1)}.organization.settings .ui.vertical.menu{display:block;flex-direction:column;background:var(--transparency-dark-15);box-shadow:0 1px 2px 0 rgba(0,0,0,.15)}.ui.vertical.menu .header.item{background:rgb(0 0 0 / 35%)}.ui.attached.segment{border:1px solid rgba(255,255,255,.1)}.ui.segment{background:var(--transparency-dark-15)!important}.ui.attached.segment,.ui.segment,.ui.segments{background:0 0;color:var(--text)!important;border-color:rgba(255,255,255,.1)}.ui .info.segment.top{background-color:var(--transparency-dark-15)!important;color:var(--text)}.ui.attached.info.message,.ui.info.message{box-shadow:inset 0 0 0 1px rgb(255 255 255 / 10%),0 0 0 0 transparent}.ui.info.message{background-color:var(--transparency-dark-15);color:#276f86}.ui.attached.header{background:var(--transparency-dark-25);border:1px solid transparent}.explore .navbar{background:var(--transparency-dark-25)!important}.ui .warning.header{background-color:#f9edbe!important;color:#000!important}.ui.red.message p,.ui.red.message strong{color:#db2828!important}.ui.progress{background:var(--transparency-light-10)}.ui.progress[data-percent="0"] .bar .progress{color:var(--text-hover)}.ui.list .list>.item .header,.ui.list>.item .header{color:var(--text)}.pagination.menu{background:var(--transparency-light-10)!important}.ui.pagination.menu .active.item{background:var(--transparency-dark-25);color:var(--text-hover);box-shadow:none}.feeds .list ul li:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.feeds .list ul li.private{background:var(--transparency-light-10)}.ui.secondary.pointing.menu{border-color:rgb(255 255 255 / 10%)!important}.ui.secondary.pointing.menu .item{color:var(--text)}.ui.repository.list .item:not(:first-child){border-top:1px solid var(--transparency-light-25)}.ui.basic.modal,.ui.basic.modal>.actions,.ui.basic.modal>.content,.ui.basic.modal>.header{background:var(--modal-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}.ui.modal{background:var(--modal-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}.ui.modal>.header{display:block;font-family:Roboto,Helvetica Neue,Arial,Helvetica,sans-serif;background:var(--modal-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;margin:0;padding:1.25rem 1.5rem;box-shadow:none;color:var(--text);border-bottom:1px solid rgb(255 255 255 / .1)}.ui.modal>.content{display:block;width:100%;font-size:1em;line-height:1.4;padding:1.5rem;background:var(--modal-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}.ui.modal>.actions{background:var(--modal-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;padding:1rem;border-top:1px solid rgb(255 255 255 / .1);text-align:right}.ui .error.header{background-color:#f44336!important;color:#fff!important}.ui.menu.new-menu{background:var(--transparency-dark-25)}.ui.menu.new-menu::after{background:0 0}@media only screen and (max-width:1200px){.ui.menu.new-menu:after{background-image:inherit}}.ui.secondary.pointing.menu .active.item,.ui.secondary.pointing.menu .active.item:hover{border-color:currentColor;color:rgb(var(--accent-color))}.ui.tabular.menu .item{color:var(--text)}.ui.secondary.pointing.menu .dropdown.item:hover,.ui.secondary.pointing.menu .link.item:hover,.ui.secondary.pointing.menu a.item:hover{background-color:transparent;color:var(--text-hover)}.item:focus{outline:0}.ui.menu .dropdown.item .menu{background:var(--modal-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}.ui.menu .ui.dropdown .menu>.item{color:var(--text)!important}.ui.menu .ui.dropdown .menu>.active.item{background:var(--transparency-dark-10)!important;color:rgb(var(--accent-color))!important}.ui.menu .ui.dropdown .menu>.item:hover,.ui.menu .ui.dropdown .menu>.selected.item{background:var(--transparency-light-10)!important;color:var(--text-hover)!important}.ui.menu,.ui.vertical.menu{background:#ffffff00;border-color:rgb(255 255 255 / 10%)}.ui.floating.dropdown .overflow.menu .scrolling.menu.items{border-bottom:1px solid rgb(255 255 255 / 10%)}.ui.dropdown .scrolling.menu{border-color:rgb(255 255 255 / 10%)}.ui.dropdown .menu{background:var(--modal-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;border-color:rgb(255 255 255 / 10%)}.ui.dropdown .menu>.item:hover{background:var(--transparency-light-10)}.ui.dropdown .menu .selected.item,.ui.dropdown.selected{background:var(--transparency-dark-25);color:var(--text-hover)}.ui.dropdown .menu .active.item{color:rgb(var(--accent-color));outline:0!important}.ui.selection.dropdown:hover,input:hover,textarea:hover{border-color:rgb(255 255 255 / 20%);background:var(--transparency-dark-25);color:var(--text-hover)}.ui.dropdown .menu>.item{color:var(--text)}.ui.dropdown .menu>.item:hover{color:var(--text-hover)}.ui.selection.dropdown .menu>.item{border-top:1px solid rgb(255 255 255 / 20%)}.ui.selection.dropdown{background:var(--transparency-dark-25);color:var(--text-hover);border-color:rgb(255 255 255 / 10%)}.ui.selection.dropdown:focus{border-color:rgba(255,255,255,.08);background:var(--transparency-dark-50);box-shadow:none}.ui.selection.active.dropdown,.ui.selection.active.dropdown .menu{border-color:transparent}.ui.selection.active.dropdown:hover,.ui.selection.active.dropdown:hover .menu{border-color:transparent}.ui.selection.visible.dropdown>.text:not(.default){color:var(--text)}.ui.default.dropdown:not(.button)>.text,.ui.dropdown:not(.button)>.default.text{color:var(--text);opacity:.7}.ui.pointing.dropdown>.menu:not(.hidden):after{background:var(--modal-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}.ui.negative.message{background-color:#f44336;box-shadow:none!important}.ui.negative.message p{color:var(--text-hover)!important;box-shadow:none!important}.ui.positive.message{background-color:#4caf50;box-shadow:none!important}.ui.positive.message p{color:var(--text-hover)!important}.vue-tooltip-theme.tooltip .tooltip-inner{background:rgb(0 0 0 / 95%);color:var(--text)}svg.vch__wrapper .vch__days__labels__wrapper text.vch__day__label[data-v-a9cfea66],svg.vch__wrapper .vch__legend__wrapper text[data-v-a9cfea66],svg.vch__wrapper .vch__months__labels__wrapper text.vch__month__label[data-v-a9cfea66]{fill:var(--text)}#app .ui.item.menu,.ui.item.menu .item{background:var(--transparency-dark-15);border-color:rgb(255 255 255 / 10%)}#app .ui.menu .active.item{color:var(--text)}.ui.menu .active.item{background:var(--transparency-dark-25);color:var(--text);font-weight:400;box-shadow:none}.ui.menu .active.item:hover,.ui.vertical.menu .active.item:hover{background:var(--transparency-dark-25);color:var(--text-hover)}.ui.menu a.item:hover{color:var(--text-hover);background:var(--transparency-dark-15)}#app .ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover{cursor:pointer;background:var(--transparency-dark-05);color:var(--text-hover)}#app .ui.secondary.segment{background:var(--transparency-dark-15);color:rgba(0,0,0,.6)}svg.vch__wrapper rect.vch__day__square[data-v-a9cfea66]:hover{stroke:rgb(var(--accent-color));stroke-width:1px}.heatmap-color-0{background:var(--transparency-dark-25)}.activity-bar-graph{color:#9e9e9e}.heatmap-color-1{background-color:var(--heatmap-color-1)}.heatmap-color-2{background-color:var(--heatmap-color-2)}.heatmap-color-3{background-color:var(--heatmap-color-3)}.heatmap-color-4{background-color:var(--heatmap-color-4)}.activity-bar-graph,.heatmap-color-5{background-color:var(--heatmap-color-5)}.repository .header-wrapper{background:var(--transparency-dark-25)}.repository .diff-detail-box{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}.repository .diff-detail-box.sticky{border-bottom:1px solid rgb(255 255 255 / .1)}.repository .diff-file-box .code-diff-unified tbody tr.del-code td{background-color:#3c2626!important;border-color:#634343!important}.repository .diff-file-box .code-diff-unified tbody tr.del-code td.lines-num{background-color:#4e2c2c!important}.repository .diff-file-box .code-diff-unified tbody tr.add-code td{background-color:#283e2d!important;border-color:#314a37!important}.repository .diff-file-box .code-diff-unified tbody tr.add-code td.lines-num{background-color:#2c4632!important}.repository.view.issue .comment-list .comment .comment-container{border:1px solid rgba(255,255,255,.1)}.comment-header{border-bottom:1px solid rgba(255,255,255,.1)!important}.removed-code{background-color:#5f3737}.added-code{background-color:#3a523a}.repository .segment.reactions .ui.label.basic{color:rgb(var(--accent-color))!important}.repository .diff-file-box .code-diff-split tbody tr.add-code td:first-child,.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(2),.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(3),.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(4),.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(5),.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(6){background-color:var(--code-background)}.repository .diff-file-box .code-diff-split tbody tr td.add-code,.repository .diff-file-box .code-diff-split tbody tr td.lines-num-new.add-code,.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(4),.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(5),.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(6){background-color:#283e2d!important;border-color:#314a37!important}.repository .diff-file-box .code-diff-split tbody tr td.del-code,.repository .diff-file-box .code-diff-split tbody tr.del-code td:first-child,.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(2),.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(3){background-color:#3c2626!important;border-color:#634343!important}.repository.view.issue .comment-list .timeline-item .badge.badge-commit{border-color:transparent;background:radial-gradient(#fff0 40%,transparent 0) no-repeat}.tag-code,.tag-code td{background:var(--transparency-light-10)!important}.tag-code td.lines-num{background-color:rgba(255,255,255,0)!important}a.blob-excerpt{color:var(--text);background:var(--transparency-light-10)!important}td.blob-excerpt{background:var(--transparency-dark-15)}.repo-header .ui.breadcrumb a{color:rgb(var(--accent-color))}.repo-header .ui.breadcrumb a:hover{color:var(--accent-color-hover)}.repo-header .ui.breadcrumb .divider{color:rgb(255 255 255 / 40%)}.ui.tabular.menu .item.active{color:var(--text)}.ui.tabular.menu .active.item{background:none var(--main-bg-color)!important;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);border-color:rgb(255 255 255 / 10%)!important}.ui.tabular.menu{border-bottom:1px solid rgb(255 255 255 / 10%)}.ui.tabular.menu .active.item,.ui.tabular.menu .active.item:hover,.ui.tabular.menu .item:hover{color:rgb(var(--accent-color))!important;border-radius:.28571429rem .28571429rem 0 0!important}.ui.card,.ui.cards>.card{background:var(--transparency-dark-15);box-shadow:none}.ui.cards a.card:hover,.ui.link.card:hover,.ui.link.cards .card:not(.icon):hover,a.ui.card:hover{border:1px solid rgb(255 255 255 / 20%);background:var(--transparency-light-15)}.repository .ui.menu{background:rgb(0 0 0 / 0%);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.repository.migrate .card{border:1px solid transparent}.ui.card>.content,.ui.cards>.card>.content{border-color:rgb(255 255 255 / 10%)}.ui.ui.menu .item.disabled{cursor:default;background-color:transparent;color:rgb(255 255 255 / 30%);pointer-events:none}.repository.file.editor .commit-form-wrapper .commit-form{position:relative;padding:15px;margin-bottom:10px;border:1px solid rgb(255 255 255 / .1);border-radius:3px;background:var(--transparency-light-10)}.repository.release #release-list{border-top:1px solid rgb(255 255 255 / .1)}.repository.release #release-list>li .detail{border-left:1px solid rgb(255 255 255 / .1)}.repository.release #release-list>li .detail .download .list{border-top:1px solid rgb(255 255 255 / .1)}.repository.release #release-list>li .detail .download .list li{border-bottom:1px solid rgb(255 255 255 / .1)}.repository.wiki.pages .ui.ui.table td.grey:not(.marked),.repository.wiki.pages .ui.ui.ui.ui.table tr.grey:not(.marked){background:var(--transparency-light-10)}.editor-preview,.editor-preview-side{background:var(--modal-bg-color)!important;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}#git-graph-container li a{color:var(--link-color)}#git-graph-container li a:hover{color:var(--text-hover)}#git-graph-container #rev-list li.highlight,#git-graph-container #rev-list li.hover{background:var(--transparency-light-05)}#git-graph-container #rev-list li.highlight.hover{background:var(--transparency-light-05)}#git-graph-container li .author{color:rgb(var(--accent-color))}.repository .ui.segment.sub-menu .list .item a,.repository .ui.segment.sub-menu .list .item span.ui{color:var(--text)}.repository .ui.segment.sub-menu .list .item a:hover,.repository .ui.segment.sub-menu .list .item b:hover{color:var(--text-hover)!important}.repository .ui.segment.sub-menu .list .item.active{background:rgba(255,255,255,.07)}.repository.file.list #repo-files-table tbody .svg{color:var(--text)}.ui.blue.labels .label,.ui.grey.labels .label,.ui.ui.ui.blue.label,.ui.ui.ui.grey.label{background-color:rgb(var(--accent-color))!important;border-color:rgb(var(--accent-color))!important;color:var(--label-text-color)}.ui.black.labels .label,.ui.ui.ui.black.label{background-color:rgb(var(--accent-color));border-color:rgb(var(--accent-color));color:var(--label-text-color)}.repository #commits-table.ui.basic.striped.table tbody tr:nth-child(2n){background:var(--transparency-dark-15)!important}.repository #commits-table.ui.table>tbody{background-color:transparent!important}.CodeMirror-cursor{border-left:1px solid var(--text)}.CodeMirror,.EasyMDEContainer .CodeMirror{border:1px solid rgb(255 255 255 / .1);background:var(--transparency-dark-25)}.CodeMirror-focused{border-color:rgb(255 255 255 / 20%)!important}.editor-toolbar a,.editor-toolbar button{color:var(--text-hover)!important}.editor-toolbar{border:1px solid rgb(255 255 255 / .1);border-left:1px solid rgb(255 255 255 / .1);border-right:1px solid rgb(255 255 255 / .1)}.editor-toolbar a.active,.editor-toolbar a:hover,.editor-toolbar button.active,.editor-toolbar button:hover{background:var(--transparency-light-25);border-color:var(--transparency-light-25)}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:var(--transparency-light-25)!important;padding:20px}.ui.form .dropzone{border:2px dashed rgb(var(--accent-color))!important;box-shadow:none!important;padding:0;min-height:5rem;border-radius:4px}.ui.form .dropzone .dz-button{color:var(--text-hover)!important}.ui.form .dropzone:hover .dz-button{color:var(--link-color)!important}.repository .metas .ui.list .item{color:var(--text)!important}.repository.view.issue .comment-list .timeline:before{background-color:transparent}.repository.view.issue .comment-list .comment .content>.header{background:var(--transparency-dark-25)}.repository.view.issue .comment-list .comment .content>.header .actions a{color:rgb(255 255 255)}.repository.view.issue .comment-list .comment .content>.header .actions a:hover{color:rgb(var(--accent-color))}.repository.view.issue .pull-desc code{color:rgb(var(--accent-color))}.repository .segment.reactions .ui.label.basic.blue{background-color:#ffffff00!important;border-color:inherit!important}.repository.view.issue .comment-list .comment:target>.content{box-shadow:0 0 10px #000}.repository.view.issue .comment-list .timeline-item .badge{background-color:rgb(var(--accent-color));border:2px solid rgb(var(--accent-color));color:var(--text-hover)}.issue.list>.item .desc .overdue{color:#ec2626}.ui.table>thead>tr>th{background:var(--transparency-dark-25);color:var(--text);border-bottom:1px solid rgba(255,255,255,.1)}.ui.table{width:100%;background:rgb(255 255 255 / 0);border:1px solid rgba(255,255,255,.1);color:var(--text)}table#repo-files-table{background:rgb(0 0 0 / 35%)}.ui.table>tbody{border:1px solid rgba(34,36,38,.15);color:var(--text)}.ui.table>tbody>tr>td,w .ui.table>tr>td{border-top:1px solid rgb(255 255 255 / 10%)}.repository.file.list #repo-files-table thead tr:hover{background-color:rgba(0,0,0,0)!important}.repository.file.list #repo-files-table tr:hover{background:var(--transparency-light-10)}.ui.table tbody tr td.selectable:hover,.ui.ui.selectable.table>tbody>tr:hover{background:var(--transparency-light-10);color:var(--text-hover)}footer{background:var(--transparency-dark-25);border-top:1px solid var(--transparency-light-25)}.btn:active,.btn:focus{outline:0!important}.ui.checkbox input:checked~label:after{color:var(--label-text-color)!important;background:rgb(var(--accent-color))}.ui.toggle.checkbox input:checked~label:before{background:var(--transparency-dark-25)!important}.ui.toggle.checkbox input:checked~label,.ui.toggle.checkbox label{color:var(--label-text-color)!important}.ui.toggle.checkbox input:focus:checked~label:before,.ui.toggle.checkbox label:before{background:var(--transparency-light-10)!important;background:var(--transparency-light-10)!important}.ui.checkbox input:focus~label,.ui.checkbox input:focus~label:after,.ui.toggle.checkbox input:focus:checked~label{color:var(--label-text-color)!important}.ui.blue.button,.ui.blue.buttons .button,.ui.primary.button,.ui.primary.buttons .button{background-color:var(--button-color)!important;color:var(--button-text)!important}.ui.basic.blue.button:focus,.ui.basic.blue.buttons .button:focus,.ui.basic.primary.button:focus,.ui.basic.primary.buttons .button:focus,.ui.blue.button:hover,.ui.blue.buttons .button:hover,.ui.primary.button:hover,.ui.primary.buttons .button:hover{background-color:var(--button-color-hover)!important;color:var(--button-text)!important;box-shadow:inset 0 0 0 1px transparent!important}.ui.teal.button,.ui.teal.buttons .button{background-color:var(--button-color);color:var(--button-text);text-shadow:none;background-image:none}.ui.teal.button:hover,.ui.teal.buttons .button:hover{background-color:var(--button-color-hover);color:var(--button-text);text-shadow:none}.ui.blue.button,.ui.blue.buttons .button{background-color:var(--button-color)!important;color:var(--button-text)}.ui.blue.button:hover,.ui.blue.buttons .button:hover{background-color:var(--button-color-hover)!important;color:var(--button-text)}.ui.active.button,.ui.active.button:hover{color:var(--button-text)}.ui.active.button,.ui.active.button:active,.ui.active.button:hover{background-color:var(--button-color-hover)}.ui.button{background:var(--button-color);color:var(--button-text);border:1px solid rgb(255 255 255 / 10%)}.ui.button:hover{background:var(--button-color-hover);color:var(--button-text)}.ui.basic.blue.button,.ui.basic.blue.buttons .button{box-shadow:inset 0 0 0 1px rgb(var(--accent-color))!important;color:var(--button-text)!important}.ui.basic.blue.button:active,.ui.basic.blue.button:focus,.ui.basic.blue.button:hover,.ui.basic.blue.buttons .button:active,.ui.basic.blue.buttons .button:focus,.ui.basic.blue.buttons .button:hover{background:var(--button-color)!important;color:var(--button-text)!important}.ui.basic.blue.button,.ui.basic.blue.buttons .button,.ui.basic.buttons .button,.ui.basic.primary.button,.ui.basic.primary.buttons .button{color:var(--button-text);box-shadow:inset 0 0 0 1px rgb(255 255 255 / 15%)!important}.ui.basic.button{color:var(--text)}.ui.basic.button:focus,.ui.basic.button:hover{color:var(--text-hover)}.ui.basic.buttons .button:focus,.ui.basic.buttons .button:hover{background:var(--transparency-dark-15);color:var(--button-text)}.ui.basic.red.button,.ui.basic.red.buttons .button{background:#f44336;box-shadow:inset 0 0 0 1px #f44336;color:var(--button-text)}.ui.basic.red.button:hover,.ui.basic.red.buttons .button:hover{background:#ec2626;box-shadow:inset 0 0 0 1px #ec2626;color:var(--button-text)}.ui.inverted.red.basic.button:hover,.ui.inverted.red.basic.buttons .button:hover,.ui.inverted.red.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #ec2626;color:var(--button-text)}.repo-buttons .ui.basic.label,.ui.basic.labels .label{background:none var(--button-color);border:1px solid rgba(34,36,38,.15);color:var(--label-text-color)}.repo-buttons .ui.basic.labels a.label:hover,.repo-buttons .ui.labeled.button>.label:hover,a.ui.basic.label:hover{text-decoration:none;background:none var(--button-color-hover);color:var(--label-text-color);box-shadow:none}.repo-buttons .ui.labeled.button.disabled>.label{color:var(--button-text-color);background:var(--button-color)!important}.repo-buttons .disabled-repo-button a.button:hover{background:0 0!important;color:rgb(255 255 255 / 60%)!important;box-shadow:inset 0 0 0 1px rgba(34,36,38,.15)!important}.repo-title{color:var(--text-hover)}.ui.label,.ui.menu .item>.label{background-color:rgb(var(--accent-color));color:var(--label-text-color)}.ui.labels a.label:hover,a.ui.label:hover{background-color:#fff;color:rgba(0,0,0,.8)}.ui .sha.label{background:var(--button-color)!important;color:var(--label-text-color)!important;border:1px solid var(--button-color)!important}a.ui.label:hover,a.ui.labels .label:hover{background:var(--button-color-hover);color:var(--label-text-color)}.repository #commits-table td.sha .sha.label,.repository #repo-files-table .sha.label,.repository .timeline-item.commits-list .singular-commit .sha.label{border:1px solid transparent}.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);margin:-6px -10px -4px 0;padding:5px 4px 5px 6px;border:0;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{color:rgb(var(--accent-color))}input{caret-color:var(--text)!important}.ui.form input,.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url]{background:var(--transparency-dark-25);border:1px solid transparent;color:var(--text);border-radius:.28571429rem;box-shadow:inset 0 0 0 0 transparent;transition:color .1s ease,border-color .1s ease;caret-color:var(--text)!important}.ui.form input:not([type]):focus,.ui.form input[type=date]:focus,.ui.form input[type=datetime-local]:focus,.ui.form input[type=email]:focus,.ui.form input[type=file]:focus,.ui.form input[type=number]:focus,.ui.form input[type=password]:focus,.ui.form input[type=search]:focus,.ui.form input[type=tel]:focus,.ui.form input[type=text]:focus,.ui.form input[type=time]:focus,.ui.form input[type=url]:focus{color:var(--text);border-color:rgb(0 0 0 / 15%);border-radius:.28571429rem;background:var(--transparency-dark-50);box-shadow:inset 0 0 0 0 rgba(34,36,38,.35);caret-color:var(--text)!important}.ui.form input:focus:hover,.ui.form textarea:focus:hover,input:focus:hover,textarea:focus:hover{background:var(--transparency-dark-50)!important;border-color:rgb(255 255 255 / .1)!important;color:var(--text-hover)!important}.ui.form input:hover,.ui.form textarea:hover,input:hover,textarea:hover{background:var(--transparency-dark-25)!important;border-color:rgb(255 255 255 / .1)!important;color:var(--text-hover)!important}.ui.form textarea:focus{color:var(--text);border-color:transparent;background:var(--transparency-dark-50);box-shadow:inset 0 0 0 0 rgba(34,36,38,.35);-webkit-appearance:none;caret-color:var(--text)!important}.ui.form textarea,.ui.input textarea{background:var(--transparency-dark-25);border:1px solid rgba(34,36,38,.15);color:var(--text);caret-color:var(--text)!important}.ui.input.focus>input,.ui.input>input:focus{border-color:transparent;background:var(--transparency-dark-50);color:var(--text);box-shadow:none;caret-color:var(--text)!important}.ui.input>input{background:var(--transparency-dark-25);border:1px solid rgba(34,36,38,.15);color:var(--text)}.ui.icon.input>i.icon{color:var(--text)}.ui.action.input:not([class*="left action"])>input:focus{border-right-color:rgb(var(--accent-color))}.markdown tbody{background:#f000!important}.markdown:not(code) table tr{background:var(--transparency-dark-25);border-top:1px solid #ccc}.markdown:not(code) table tr:nth-child(2n){background:var(--transparency-dark-45)}.markdown:not(code) code,.markdown:not(code) tt{background:var(--transparency-dark-25)}::-webkit-selection{background-color:rgb(var(--accent-color))!important;color:var(--text-hover)!important}::-moz-selection{background-color:rgb(var(--accent-color))!important;color:var(--text-hover)!important}::selection{background-color:rgb(var(--accent-color))!important;color:var(--text-hover)!important}input::-webkit-selection,textarea::-webkit-selection{background-color:rgb(var(--accent-color))!important;color:var(--text-hover)!important}input::-moz-selection,textarea::-moz-selection{background-color:rgb(var(--accent-color))!important;color:var(--text-hover)!important}input::-moz-selection,textarea::-moz-selection{background-color:rgb(var(--accent-color))!important;color:var(--text-hover)!important}input::selection,textarea::selection{background-color:rgb(var(--accent-color))!important;color:var(--text-hover)!important}::-webkit-calendar-picker-indicator{filter:invert(1)}.lines-num{color:var(--text)}.code-view .lines-num:hover{color:var(--text-hover)!important;background:rgb(var(--accent-color),.5)}.code-view .lines-num:active,.code-view .lines-num:focus{color:var(--text-hover)!important;background:rgb(var(--accent-color),.5)}.code-line-button{background-color:var(--button-color);color:var(--button-text);border:1px solid var(--button-color)}.code-line-button:hover{color:var(--button-text-hover)}.ui.popup{background-color:var(--button-color);color:var(--button-text);border-color:var(--button-color)}.ui.top.popup:before{background:var(--button-color)}.ui.popup:before{box-shadow:1px 1px var(--button-color)}.ui.link.list .item,.ui.link.list .item a:not(.ui),.ui.link.list a.item{color:var(--button-text)}.ui.link.list.list .item a:not(.ui):active,.ui.link.list.list .item a:not(.ui):hover,.ui.link.list.list a.item:active,.ui.link.list.list a.item:hover{color:var(--button-text-hover)} diff --git a/public/css/community-theme-options/onedark.css b/public/css/community-theme-options/onedark.css new file mode 100644 index 0000000..7754291 --- /dev/null +++ b/public/css/community-theme-options/onedark.css @@ -0,0 +1,32 @@ +:root { + --main-bg-color: #282c34; + + --modal-bg-color: #1e222a; + --modal-header-color: #1e222a; + --modal-footer-color: #1e222a; + + --drop-down-menu-bg: #1e222a; + + --button-color: #61afef; + --button-color-hover: #c678dd; + --button-text: #e2e4eb; + --button-text-hover: #FFF; + + --accent-color: 152, 195, 121; + --accent-color-hover: rgb(var(--accent-color),.8); + --link-color: #61afef; + --link-color-hover: #56b6c2; + --label-text-color: #282c34; + + --text:#abb2bf; + --text-hover: #c8ccd4; + --text-muted: #565c64; + + /*Specials*/ + --arr-queue-color: #e5c07b; /* Servarr apps + Bazarr*/ + --plex-poster-unwatched: #e06c75; + --petio-spinner: invert(79%) sepia(27%) saturate(1033%) hue-rotate(74deg) brightness(104%) contrast(96%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 97, 175, 239; + --overseerr-gradient: linear-gradient(180deg, rgba(40, 44, 52, 0.17) 0%, rgba(40, 44, 52) 100%); + } + diff --git a/public/css/dark.css b/public/css/dark.css new file mode 100644 index 0000000..920d473 --- /dev/null +++ b/public/css/dark.css @@ -0,0 +1,2 @@ +@import url("/assets/css/base/gitea/gitea-base.css?sha=9f43e61ca4ed0562bd7b56281a2108472a4f9aed"); +@import url("/assets/css/theme-options/dark.css?sha=08b228ea163be7beccc6bd88a6d002c4e172032e"); \ No newline at end of file diff --git a/public/css/dracula.css b/public/css/dracula.css new file mode 100644 index 0000000..23980c8 --- /dev/null +++ b/public/css/dracula.css @@ -0,0 +1,2 @@ +@import url("/assets/css/base/gitea/gitea-base.css?sha=9f43e61ca4ed0562bd7b56281a2108472a4f9aed"); +@import url("/assets/css/theme-options/dracula.css?sha=908bc4d3b082e330e916d506a46b4fad1994e99c"); \ No newline at end of file diff --git a/public/css/hotline.css b/public/css/hotline.css new file mode 100644 index 0000000..8788798 --- /dev/null +++ b/public/css/hotline.css @@ -0,0 +1,2 @@ +@import url("/assets/css/base/gitea/gitea-base.css?sha=9f43e61ca4ed0562bd7b56281a2108472a4f9aed"); +@import url("/assets/css/theme-options/hotline.css?sha=1cf394f1f517bb0ce3672d67846a3ab1bf8eda4c"); \ No newline at end of file diff --git a/public/css/hotpink.css b/public/css/hotpink.css new file mode 100644 index 0000000..f018c25 --- /dev/null +++ b/public/css/hotpink.css @@ -0,0 +1,2 @@ +@import url("/assets/css/base/gitea/gitea-base.css?sha=9f43e61ca4ed0562bd7b56281a2108472a4f9aed"); +@import url("/assets/css/theme-options/hotpink.css?sha=18ffb7ff0cf9d4ae97f09c2ccb980d8bb0fd9d3e"); \ No newline at end of file diff --git a/public/css/nord.css b/public/css/nord.css new file mode 100644 index 0000000..b4fed9a --- /dev/null +++ b/public/css/nord.css @@ -0,0 +1,2 @@ +@import url("/assets/css/base/gitea/gitea-base.css?sha=9f43e61ca4ed0562bd7b56281a2108472a4f9aed"); +@import url("/assets/css/theme-options/nord.css?sha=66e2ab527d521003b7c1cd114a31af3d2cb6af7b"); \ No newline at end of file diff --git a/public/css/onedark.css b/public/css/onedark.css new file mode 100644 index 0000000..97bbf4d --- /dev/null +++ b/public/css/onedark.css @@ -0,0 +1,2 @@ +@import url("/assets/css/base/gitea/gitea-base.css?sha=9f43e61ca4ed0562bd7b56281a2108472a4f9aed"); +@import url("/assets/css/community-theme-options/onedark.css?sha=7754291defa741c805bb0aec4d647ba27fec9cca"); \ No newline at end of file diff --git a/public/css/organizr.css b/public/css/organizr.css new file mode 100644 index 0000000..fd15561 --- /dev/null +++ b/public/css/organizr.css @@ -0,0 +1,2 @@ +@import url("/assets/css/base/gitea/gitea-base.css?sha=9f43e61ca4ed0562bd7b56281a2108472a4f9aed"); +@import url("/assets/css/theme-options/organizr.css?sha=2a1ee65a26780204509f713f7ea2d5ebdc5bd057"); \ No newline at end of file diff --git a/public/css/overseerr.css b/public/css/overseerr.css new file mode 100644 index 0000000..eadf3ec --- /dev/null +++ b/public/css/overseerr.css @@ -0,0 +1,2 @@ +@import url("/assets/css/base/gitea/gitea-base.css?sha=9f43e61ca4ed0562bd7b56281a2108472a4f9aed"); +@import url("/assets/css/theme-options/overseerr.css?sha=eedb2e0df6cc892903b8716a05184c61577ebe20"); \ No newline at end of file diff --git a/public/css/plex.css b/public/css/plex.css new file mode 100644 index 0000000..766a3f4 --- /dev/null +++ b/public/css/plex.css @@ -0,0 +1,2 @@ +@import url("/assets/css/base/gitea/gitea-base.css?sha=9f43e61ca4ed0562bd7b56281a2108472a4f9aed"); +@import url("/assets/css/theme-options/plex.css?sha=f31f9e494f6e675b55d16f0f811d94a0b9def845"); \ No newline at end of file diff --git a/public/css/space-gray.css b/public/css/space-gray.css new file mode 100644 index 0000000..6933b33 --- /dev/null +++ b/public/css/space-gray.css @@ -0,0 +1,2 @@ +@import url("/assets/css/base/gitea/gitea-base.css?sha=9f43e61ca4ed0562bd7b56281a2108472a4f9aed"); +@import url("/assets/css/theme-options/space-gray.css?sha=b8691b12c5972ad40471008c8d9fb05145b692d4"); \ No newline at end of file diff --git a/public/css/theme-options/aquamarine.css b/public/css/theme-options/aquamarine.css new file mode 100644 index 0000000..7f02500 --- /dev/null +++ b/public/css/theme-options/aquamarine.css @@ -0,0 +1,31 @@ +:root { + --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; + + --modal-bg-color: linear-gradient(-90deg, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; + --modal-header-color: linear-gradient(-90deg, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; + --modal-footer-color: linear-gradient(-90deg, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; + + --drop-down-menu-bg: #265c74; + + --button-color: #009688; + --button-color-hover: #12afa0; + --button-text: #eee; + --button-text-hover: #FFF; + + --accent-color: 18, 175, 160; + --accent-color-hover: rgb(var(--accent-color),.8); + --link-color: #0ed2bf; + --link-color-hover: #36e7d6; + --label-text-color: #fff; + + --text:#ddd; + --text-hover: #fff; + --text-muted: #8dcfc9; + + /*Specials*/ + --arr-queue-color: #009688; /* Servarr apps + Bazarr*/ + --plex-poster-unwatched: rgb(21, 213, 194); + --petio-spinner: invert(39%) sepia(98%) saturate(527%) hue-rotate(129deg) brightness(94%) contrast(101%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 18, 175, 160; + --overseerr-gradient: radial-gradient(ellipse at center, rgb(71, 145, 138, .9) 0%, rgb(11, 49, 97, .9) 100%) center center/cover no-repeat fixed; +} diff --git a/public/css/theme-options/dark.css b/public/css/theme-options/dark.css new file mode 100644 index 0000000..08b228e --- /dev/null +++ b/public/css/theme-options/dark.css @@ -0,0 +1,31 @@ +:root { + --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; + + --modal-bg-color: linear-gradient(135deg , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; + --modal-header-color: linear-gradient(135deg , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; + --modal-footer-color: linear-gradient(135deg , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; + + --drop-down-menu-bg: #2d2d2d; + + --button-color: #7a7a7a; + --button-color-hover: #9b9b9b; + --button-text: #eee; + --button-text-hover: #FFF; + + --accent-color: 170, 170, 170; + --accent-color-hover: rgba(255, 255, 255, 0.45); + --link-color: #7a7a7a; + --link-color-hover: #fff; + --label-text-color: black; + + --text:#ddd; + --text-hover: #fff; + --text-muted: #999; + + /*Specials*/ + --arr-queue-color: #6b5; /* Servarr apps + Bazarr*/ + --plex-poster-unwatched: #e5a00d; + --petio-spinner: invert(35%) sepia(12%) saturate(4%) hue-rotate(2deg) brightness(104%) contrast(86%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 255, 255, 255; + --overseerr-gradient: radial-gradient(circle, rgba(58, 58, 58,.95), rgba(45, 45, 45,.95), rgba(32, 32, 32,.95), rgba(20, 20, 20,.95), rgb(0, 0, 0,.95)) center center/cover no-repeat fixed; +} \ No newline at end of file diff --git a/public/css/theme-options/dracula.css b/public/css/theme-options/dracula.css new file mode 100644 index 0000000..908bc4d --- /dev/null +++ b/public/css/theme-options/dracula.css @@ -0,0 +1,31 @@ +:root { + --main-bg-color: #282a36; + + --modal-bg-color: #1e2029; + --modal-header-color: #1e2029; + --modal-footer-color: #1e2029; + + --drop-down-menu-bg: #1e2029; + + --button-color: #bd93f9; + --button-color-hover: #ff79c6; + --button-text: #eee; + --button-text-hover: #FFF; + + --accent-color: 80, 250, 123; + --accent-color-hover: rgb(var(--accent-color),.8); + --link-color: #ff79c6; + --link-color-hover: #8be9fd; + --label-text-color: #282a36; + + --text:#f8f8f2; + --text-hover: #fff; + --text-muted: #6272a4; + + /*Specials*/ + --arr-queue-color: #50fa7b; /* Servarr apps + Bazarr*/ + --plex-poster-unwatched: #bd93f9; + --petio-spinner: invert(79%) sepia(27%) saturate(1033%) hue-rotate(74deg) brightness(104%) contrast(96%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 80, 250, 123; + --overseerr-gradient: linear-gradient(180deg, rgba(40, 42, 54, 0.17) 0%, rgba(40, 42, 54) 100%); + } \ No newline at end of file diff --git a/public/css/theme-options/hotline.css b/public/css/theme-options/hotline.css new file mode 100644 index 0000000..1cf394f --- /dev/null +++ b/public/css/theme-options/hotline.css @@ -0,0 +1,31 @@ +:root { + --main-bg-color: linear-gradient(0deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed; + + --modal-bg-color: linear-gradient(-90deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed; + --modal-header-color: linear-gradient(-90deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed; + --modal-footer-color: linear-gradient(-90deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed; + + --drop-down-menu-bg: #5e61ab; + + --button-color: #f98dc9; + --button-color-hover: #ff4cb1; + --button-text: #eee; + --button-text-hover: #fff; + + --accent-color: 249, 141, 201; + --accent-color-hover: rgb(var(--accent-color),.8); + --link-color:rgb(255, 179, 222); + --link-color-hover: #d7fffe; + --label-text-color: #fff; + + --text:#ddd; + --text-hover: #fff; + --text-muted: #999; + + /*Specials*/ + --arr-queue-color: #f98dc9; /* Servarr apps + Bazarr*/ + --plex-poster-unwatched: #f765b8; + --petio-spinner: invert(78%) sepia(17%) saturate(4447%) hue-rotate(290deg) brightness(109%) contrast(95%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 215,255,254; + --overseerr-gradient: linear-gradient(0deg, rgba(247,101,184,.9) 0%, rgb(21, 95, 165,.9) 100%) center center/cover no-repeat fixed; +} \ No newline at end of file diff --git a/public/css/theme-options/hotpink.css b/public/css/theme-options/hotpink.css new file mode 100644 index 0000000..18ffb7f --- /dev/null +++ b/public/css/theme-options/hotpink.css @@ -0,0 +1,31 @@ +:root { + --main-bg-color: linear-gradient(45deg, #fb3f62 0%, #204c80 37%, #004249 97%) center center/cover no-repeat fixed; + + --modal-bg-color: linear-gradient(-45deg, #204c80 0%, #000 100%) center center/cover no-repeat fixed; + --modal-header-color: linear-gradient(-45deg, #204c80 0%, #000 100%) center center/cover no-repeat fixed; + --modal-footer-color: linear-gradient(-45deg, #204c80 0%, #000 100%) center center/cover no-repeat fixed; + + --drop-down-menu-bg: #204c80; + + --button-color: #fb3f62; + --button-color-hover: #cd4164; + --button-text: #eee; + --button-text-hover: #FFF; + + --accent-color: 251, 63, 98; + --accent-color-hover: rgba(var(--accent-color), .8); + --link-color: rgb(0, 255, 157); + --link-color-hover: rgba(0, 255, 157, 0.8); + --label-text-color: #282a36; + + --text:#eee; + --text-hover: #fff; + --text-muted: #999; + + --arr-queue-color: rgb(0, 255, 157); + --plex-poster-unwatched: #fb3f62; + --petio-spinner: invert(29%) sepia(87%) saturate(2199%) hue-rotate(331deg) brightness(115%) contrast(97%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 251, 63, 98; + --overseerr-gradient: linear-gradient(45deg, rgb(251, 63, 98,1) 0%, rgb(32, 76, 128,.95) 37%, rgb(0, 66, 73,.9) 97%) center center/cover no-repeat fixed; + } + diff --git a/public/css/theme-options/nord.css b/public/css/theme-options/nord.css new file mode 100644 index 0000000..66e2ab5 --- /dev/null +++ b/public/css/theme-options/nord.css @@ -0,0 +1,31 @@ +:root { + --main-bg-color: #2E3440; + + --modal-bg-color: #3B4252; + --modal-header-color: #434C5E; + --modal-footer-color: #434C5E; + + --drop-down-menu-bg: #333947; + + --button-color: #79b8ca; + --button-color-hover: #6a9daf; + --button-text: #2E3440; + --button-text-hover: #D8DEE9; + + --accent-color: 121, 184, 202; + --accent-color-hover: rgb(var(--accent-color),.8); + --link-color: #81A1C1; + --link-color-hover: #88C0D0; + --label-text-color: #222730; + + --text:#D8DEE9; + --text-hover: #ECEFF4; + --text-muted: #81A1C1; + + /*Specials*/ + --arr-queue-color: #A3BE8C; /* Servarr apps + Bazarr*/ + --plex-poster-unwatched: #D08770; + --petio-spinner: invert(83%) sepia(9%) saturate(1787%) hue-rotate(156deg) brightness(85%) contrast(83%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 121, 184, 202; + --overseerr-gradient: linear-gradient(180deg, rgba(46, 52, 64, 0.17) 0%, rgba(46, 52, 64) 100%); + } \ No newline at end of file diff --git a/public/css/theme-options/organizr.css b/public/css/theme-options/organizr.css new file mode 100644 index 0000000..2a1ee65 --- /dev/null +++ b/public/css/theme-options/organizr.css @@ -0,0 +1,31 @@ +:root { + --main-bg-color: #1f1f1f; + + --modal-bg-color: #333; + --modal-header-color: #232323; + --modal-footer-color: #232323; + + --drop-down-menu-bg: #1b1b1b; + + --button-color: #2cabe3; + --button-color-hover: #298fbc; + --button-text: #eee; + --button-text-hover: #fff; + + --accent-color: 44, 171, 227; + --accent-color-hover: rgb(var(--accent-color),.8); + --link-color: #2cabe3; + --link-color-hover: #3cc5ff; + --label-text-color: #fff; + + --text:#96a2b4; + --text-hover: #fff; + --text-muted: #999; + + /*Specials*/ + --arr-queue-color: #2cabe3; /* Servarr apps + Bazarr*/ + --plex-poster-unwatched: #2cabe3; + --petio-spinner: invert(65%) sepia(83%) saturate(2026%) hue-rotate(167deg) brightness(90%) contrast(97%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 44, 171, 227; + --overseerr-gradient: linear-gradient(180deg, rgba(31, 31, 31, 0.17) 0%, rgba(31, 31, 31) 100%); +} \ No newline at end of file diff --git a/public/css/theme-options/overseerr.css b/public/css/theme-options/overseerr.css new file mode 100644 index 0000000..eedb2e0 --- /dev/null +++ b/public/css/theme-options/overseerr.css @@ -0,0 +1,31 @@ +:root { + --main-bg-color: linear-gradient(360deg, hsl(221, 39%, 11%) 65%, hsl(215, 28%, 17%) 100%); + + --modal-bg-color: #1f2937; + --modal-header-color: #1f2937; + --modal-footer-color: #1f2937; + + --drop-down-menu-bg: #374151; + + --button-color: #4f46e5; + --button-color-hover: #6366f1; + --button-text: #e5e7eb; + --button-text-hover: #fff; + + --accent-color: 167, 139, 250; + --accent-color-hover: rgb(var(--accent-color),.8); + --link-color: #6366f1; + --link-color-hover: #a78bfa; + --label-text-color: #000; + + --text: #d1d5db; + --text-hover: #fff; + --text-muted: #9ca3af; + + /*Specials*/ + --arr-queue-color: #6366f1; /* Servarr apps + Bazarr*/ + --plex-poster-unwatched: #6366f1; + --petio-spinner: invert(24%) sepia(59%) saturate(3411%) hue-rotate(237deg) brightness(91%) contrast(96%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 98, 116, 145; + --overseerr-gradient: linear-gradient(rgba(17, 24, 39, 0.47) 0%, rgb(17, 24, 39) 100%); +} \ No newline at end of file diff --git a/public/css/theme-options/plex.css b/public/css/theme-options/plex.css new file mode 100644 index 0000000..f31f9e4 --- /dev/null +++ b/public/css/theme-options/plex.css @@ -0,0 +1,35 @@ + :root { + /* + --main-bg-color: url(/resources/blur-noise.png), url(/resources/preset-light2.png) center center/cover no-repeat fixed; + --modal-bg-color: url(/resources/blur-noise.png), url(/resources/preset-dark2.png) center center/cover no-repeat fixed; + --main-bg-color: url(/resources/blur-noise.png) repeat scroll 0% 0%, radial-gradient(circle at 0% 100%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 100% 100%, rgba(113, 135, 153, 0.55) 0%, rgba(113, 135, 153, 0.043) 70%, rgba(113, 135, 153, 0) 80%), radial-gradient(circle at 100% 0%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 0% 0%, rgba(91, 114, 135, 0.55) 0%, rgba(91, 114, 135, 0.043) 70%, rgba(91, 114, 135, 0) 80%), rgb(0, 0, 0) center center/cover no-repeat fixed; + */ + --main-bg-color: radial-gradient(circle farthest-side at 0% 100%, rgb(47, 47, 47) 0%, rgba(47, 47, 47, 0) 100%), radial-gradient(circle farthest-side at 100% 100%, rgb(63, 63, 63) 0%, rgba(63, 63, 63, 0) 100%), radial-gradient(circle farthest-side at 100% 0%, rgb(76, 76, 76) 0%, rgba(76, 76, 76, 0) 100%), radial-gradient(circle farthest-side at 0% 0%, rgb(58, 58, 58) 0%, rgba(58, 58, 58, 0) 100%), black center center/cover no-repeat fixed; + --modal-bg-color: #282828; + --modal-header-color: #323232; + --modal-footer-color: #323232; + + --drop-down-menu-bg: #191a1c; + + --button-color: #cc7b19; + --button-color-hover: #e59029; + --button-text: #eee; + --button-text-hover: #fff; + + --accent-color: 229, 160, 13; + --accent-color-hover: #ffc107; + --link-color: #e5a00d; + --link-color-hover: #fff; + --label-text-color: #333; + + --text:#ddd; + --text-hover: #fff; + --text-muted: #999; + + /*Specials*/ + --arr-queue-color: #27c24c; /* Servarr apps + Bazarr*/ + --plex-poster-unwatched: #e5a00d; + --petio-spinner: invert(0%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 255, 193, 7; + --overseerr-gradient: radial-gradient(circle farthest-side at 0% 100%, rgb(47, 47, 47) 0%, rgba(47, 47, 47, 0) 100%), radial-gradient(circle farthest-side at 100% 100%, rgb(63, 63, 63) 0%, rgba(63, 63, 63, 0) 100%), radial-gradient(circle farthest-side at 100% 0%, rgb(76, 76, 76) 0%, rgba(76, 76, 76, 0) 100%), radial-gradient(circle farthest-side at 0% 0%, rgb(58, 58, 58) 0%, rgba(58, 58, 58, 0) 100%), rgba(0, 0, 0, 0.5) center center/cover no-repeat fixed; + } \ No newline at end of file diff --git a/public/css/theme-options/space-gray.css b/public/css/theme-options/space-gray.css new file mode 100644 index 0000000..b8691b1 --- /dev/null +++ b/public/css/theme-options/space-gray.css @@ -0,0 +1,31 @@ +:root { + --main-bg-color: radial-gradient(ellipse at center, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%) center center/cover no-repeat fixed; + + --modal-bg-color: linear-gradient(-90deg, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%) center center/cover no-repeat fixed; + --modal-header-color: linear-gradient(-90deg, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%) center center/cover no-repeat fixed; + --modal-footer-color: linear-gradient(-90deg, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%) center center/cover no-repeat fixed; + + --drop-down-menu-bg: #576c75; + + --button-color: #607D8B; + --button-color-hover: #81a6b7; + --button-text: #eee; + --button-text-hover: #fff; + + --accent-color: 129, 166, 183; + --accent-color-hover: rgb(var(--accent-color),.8); + --link-color: #81a6b7; + --link-color-hover: #9adfff; + --label-text-color: #fff; + + --text:#bbb; + --text-hover: #fff; + --text-muted: #999; + + /*Specials*/ + --arr-queue-color: #81a6b7; /* Servarr apps + Bazarr*/ + --plex-poster-unwatched: #70aeca; + --petio-spinner: invert(50%) sepia(31%) saturate(341%) hue-rotate(155deg) brightness(88%) contrast(85%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 129, 166, 183; + --overseerr-gradient: radial-gradient(ellipse at center, rgba(87, 108, 117, .9) 0%, rgba(37, 50, 55, .9) 100.2%) center center/cover no-repeat fixed; +} \ No newline at end of file diff --git a/templates/custom/body_outer_post.tmpl b/templates/custom/body_outer_post.tmpl new file mode 100644 index 0000000..d6a210c --- /dev/null +++ b/templates/custom/body_outer_post.tmpl @@ -0,0 +1,3 @@ + diff --git a/templates/custom/body_outer_pre.tmpl b/templates/custom/body_outer_pre.tmpl index 935d55d..19f05cd 100644 --- a/templates/custom/body_outer_pre.tmpl +++ b/templates/custom/body_outer_pre.tmpl @@ -1,7 +1,7 @@ {{ if .IsSigned }} {{ if and (ne .SignedUser.Theme "gitea") (ne .SignedUser.Theme "arc-green") }} - + {{end}} {{ else if and (ne DefaultTheme "gitea") (ne DefaultTheme "arc-green") }} - + {{end}}