Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/src/images/logo-word.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/src/theme/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ html.light .sidebar {
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-image: var(--logo-h);
background-image: var(--logo-word);
}
.sidebar .chapter {
margin: 0;
Expand Down
22 changes: 14 additions & 8 deletions docs/src/theme/css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,36 @@ html.ayu #theme-toggle-dark {

/* Overwrite dark theme colors */
html.ayu {
--bg: #040c20;
--bg: #15161b;
--fg: rgba(255, 255, 255, 0.87);
--sidebar-bg: #040c20;
--sidebar-bg: #15161b;
--sidebar-fg: rgba(255, 255, 255, 0.5);
--sidebar-active: #ff9d0a;
--sidebar-active: #f2d86a;
--border: rgba(255, 255, 255, 0.12);
--border-active: rgba(255, 255, 255, 0.3);
--link-visited: #acacac;
--logo-h: url(/images/logo.png);
--quote-bg: #040c20;
--logo-word: url(/images/logo-word.png);
--quote-bg: #1f202a;
--inline-code-color: #ffc2ab;
--theme-hover: #1f202a;
}

/* Overwrite light theme colors */
html.light {
--bg: #fff;
--bg: #eee6f7;
--fg: rgba(0, 0, 0, 0.87);
--sidebar-bg: #fff;
--sidebar-bg: #eee6f7;
--sidebar-fg: rgba(0, 0, 0, 0.54);
--sidebar-active: #ff9d0a;
--sidebar-active: #e75966;
--border: rgba(0, 0, 0, 0.12);
--border-active: rgba(0, 0, 0, 0.3);
--link-visited: #909090;
--logo-h: url(/images/logo.png);
--quote-bg: #fff;
--logo-word: url(/images/logo-word.png);
--quote-bg: #f3edf9;
--inline-code-color: #46495d;
--theme-hover: #f3edf9;
}

h1,
Expand Down
Binary file modified docs/src/theme/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.