mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-24 01:09:48 +01:00
38 lines
1.3 KiB
HTML
38 lines
1.3 KiB
HTML
<!--
|
|
Copyright (c) 2020 - present Cloudogu GmbH
|
|
|
|
This program is free software: you can redistribute it and/or modify it under
|
|
the terms of the GNU Affero General Public License as published by the Free
|
|
Software Foundation, version 3.
|
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT
|
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
|
details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see https://www.gnu.org/licenses/.
|
|
-->
|
|
|
|
<style>
|
|
:root {
|
|
--sh-base-color: #363636;
|
|
--sh-font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
|
|
--sh-block-background: #ffffff;
|
|
--sh-inline-code-color: #ff3860;
|
|
--sh-inline-code-background: #fbe7eb;
|
|
--sh-comment-color: #9a9a9a;
|
|
--sh-punctuation-color: #9a9a9a;
|
|
--sh-property-color: #2c99c7;
|
|
--sh-selector-color: #005f9a;
|
|
--sh-operator-color: #686868;
|
|
--sh-operator-bg: inherit;
|
|
--sh-variable-color: #a74eb2;
|
|
--sh-function-color: #ff3860;
|
|
--sh-keyword-color: #00a984;
|
|
--sh-selected-color: #ffe08aff;
|
|
--sh-highlight-background: #f5f5f5;
|
|
--sh-highlight-accent: #99d8f3;
|
|
}
|
|
</style>
|