test mkdocs

This commit is contained in:
2025-02-04 11:08:36 +01:00
parent 9095a88669
commit b06f537d0b
83 changed files with 15901 additions and 3049 deletions

22
cz/css/palettes/dark.css Normal file
View File

@ -0,0 +1,22 @@
/*! dark.css 0.7.5 | MIT License | github.com/Gioni06/terminal.css */
:root {
--global-font-size: 15px;
--global-line-height: 1.4em;
--global-space: 10px;
--font-stack: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
--mono-font-stack: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
--background-color: #222225;
--page-width: 60em;
--font-color: #e8e9ed;
--invert-font-color: #222225;
--secondary-color: #a3abba;
--tertiary-color: #a3abba;
--primary-color: #62c4ff;
--error-color: #ff3c74;
--progress-bar-background: #3f3f44;
--progress-bar-fill: #62c4ff;
--code-bg-color: #3f3f44;
--input-style: solid;
--display-h1-decoration: none;
}

View File

@ -0,0 +1,4 @@
/*! terminal.css 0.7.5 | MIT License | github.com/Gioni06/terminal.css */
/* this document is intentionally left empty. for root configuration, see terminal/css/terminal.css */

View File

@ -0,0 +1,53 @@
/*! gruvbox_dark.css | MIT License | github.com/Gioni06/terminal.css/issues/9 */
:root {
/* Background */
--gb-dm-bg0: #282828;
--gb-dm-bg0-hard: #1d2021;
--gb-dm-bg0-soft: #32302f;
--gb-dm-bg1: #3c3836;
--gb-dm-bg2: #504945;
--gb-dm-bg3: #665c54;
--gb-dm-bg4: #7c6f64;
/* Foreground */
--gb-dm-fg0: #fbf1c7;
--gb-dm-fg1: #ebdbb2;
--gb-dm-fg2: #d5c4a1;
--gb-dm-fg3: #bdae93;
--gb-dm-fg4: #a89984;
/* Colors */
--gb-dm-dark-red: #cc241d;
--gb-dm-dark-green: #98971a;
--gb-dm-dark-yellow: #d79921;
--gb-dm-dark-blue: #458588;
--gb-dm-dark-purple: #b16286;
--gb-dm-dark-aqua: #689d6a;
--gb-dm-dark-orange: #d65d0e;
--gb-dm-dark-gray: #928374;
--gb-dm-light-red: #fb4934;
--gb-dm-light-green: #b8bb26;
--gb-dm-light-yellow: #fabd2f;
--gb-dm-light-blue: #83a598;
--gb-dm-light-purple: #d3869b;
--gb-dm-light-aqua: #8ec07c;
--gb-dm-light-orange: #f38019;
--gb-dm-light-gray: #a89984;
--global-font-size: 15px;
--global-line-height: 1.4em;
--global-space: 10px;
--font-stack: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
--mono-font-stack: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
--background-color: var(--gb-dm-bg0);
--page-width: 60em;
--font-color: var(--gb-dm-fg1);
--invert-font-color: var(--gb-dm-bg0-hard);
--primary-color: var(--gb-dm-light-yellow);
--secondary-color: var(--gb-dm-fg3);
--tertiary-color: var(--gb-dm-light-gray);
--error-color: var(--gb-dm-light-red);
--progress-bar-background: var(--gb-dm-bg2);
--progress-bar-fill: var(--gb-dm-fg2);
--code-bg-color: var(--gb-dm-bg2);
--input-style: solid;
--display-h1-decoration: none;
}

22
cz/css/palettes/pink.css Normal file
View File

@ -0,0 +1,22 @@
/*! pink.css | MIT License | github.com/Gioni06/terminal.css/issues/9 */
:root {
--global-font-size: 15px;
--global-line-height: 1.4em;
--global-space: 10px;
--font-stack: 'Fira Code', Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
--mono-font-stack: 'Fira Code', Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
--background-color: #ffffff;
--page-width: 60em;
--font-color: #190910;
--invert-font-color: #f7f7f7;
--primary-color: #f90d7a;
--secondary-color: #715864;
--tertiary-color: #715864;
--error-color: #bb0047;
--progress-bar-background: #d4d4d4;
--progress-bar-fill: #5e5e5e;
--code-bg-color: #f7f7f7;
--input-style: solid;
--display-h1-decoration: none;
}

8
cz/css/palettes/sans.css Normal file
View File

@ -0,0 +1,8 @@
/*! sans.css 0.7.5 | MIT License | github.com/Gioni06/terminal.css */
:root {
--global-font-size: 15px;
--global-line-height: 1.4em;
--font-stack: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
--input-style: solid;
}

View File

@ -0,0 +1,20 @@
/*! sans_dark.css 0.7.5 | MIT License | github.com/Gioni06/terminal.css */
:root {
--global-font-size: 15px;
--global-line-height: 1.4em;
--font-stack: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
--background-color: #222225;
--page-width: 60em;
--font-color: #e8e9ed;
--invert-font-color: #222225;
--secondary-color: #a3abba;
--tertiary-color: #a3abba;
--primary-color: #62c4ff;
--error-color: #ff3c74;
--progress-bar-background: #3f3f44;
--progress-bar-fill: #62c4ff;
--code-bg-color: #3f3f44;
--input-style: solid;
--display-h1-decoration: none;
}