Merge branch 'main' into iidev
This commit is contained in:
@@ -19,7 +19,7 @@ All examples are in the [examples directory](./examples/).
|
||||
## Templates
|
||||
|
||||
- A wifi gui template [CLICK TO SEE](https://github.com/Ewwii-sh/ewifi_gui_template) <br>
|
||||
<img src="https://raw.githubusercontent.com/Ewwii-sh/ewifi_gui_template/main/.github/ewifi_gui_screenshot.png" width="400" />
|
||||
<img src="https://raw.githubusercontent.com/Ewwii-sh/ewwii/main/docs/src/images/wifi_manager_template.png" width="400" />
|
||||
|
||||
## Contribewwtiing
|
||||
|
||||
|
||||
131
docs/theme/ewwii.css
vendored
131
docs/theme/ewwii.css
vendored
@@ -1,12 +1,12 @@
|
||||
.ewwii.hljs {
|
||||
color: #abb2bf; /* base text */
|
||||
background: #2c2f36; /* One Dark Pro background */
|
||||
color: #abb2bf; /* base text */
|
||||
background: #2c2f36; /* One Dark Pro background */
|
||||
}
|
||||
|
||||
.ewwii .hljs-comment,
|
||||
.ewwii .hljs-quote {
|
||||
color: #5c6370; /* gray */
|
||||
font-style: italic;
|
||||
color: #5c6370; /* gray */
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.ewwii .hljs-keyword,
|
||||
@@ -15,7 +15,7 @@
|
||||
.ewwii .hljs-title,
|
||||
.ewwii .hljs-section,
|
||||
.ewwii .hljs-type {
|
||||
color: #c678dd; /* purple */
|
||||
color: #c678dd; /* purple */
|
||||
}
|
||||
|
||||
.ewwii .hljs-literal,
|
||||
@@ -23,7 +23,7 @@
|
||||
.ewwii .hljs-variable,
|
||||
.ewwii .hljs-template-variable,
|
||||
.ewwii .hljs-tag .hljs-attr {
|
||||
color: #d19a66; /* orange/brown */
|
||||
color: #d19a66; /* orange/brown */
|
||||
}
|
||||
|
||||
.ewwii .hljs-string,
|
||||
@@ -34,33 +34,33 @@
|
||||
.ewwii .hljs-selector-class,
|
||||
.ewwii .hljs-attribute,
|
||||
.ewwii .hljs-built_in {
|
||||
color: #98c379; /* green */
|
||||
color: #98c379; /* green */
|
||||
}
|
||||
|
||||
.ewwii .hljs-title.function_,
|
||||
.ewwii .hljs-function .hljs-title {
|
||||
color: #61afef; /* blue */
|
||||
color: #61afef; /* blue */
|
||||
}
|
||||
|
||||
.ewwii .hljs-keyword.operator,
|
||||
.ewwii .hljs-operator {
|
||||
color: #56b6c2; /* cyan */
|
||||
color: #56b6c2; /* cyan */
|
||||
}
|
||||
|
||||
.ewwii .hljs-regexp,
|
||||
.ewwii .hljs-symbol,
|
||||
.ewwii .hljs-link {
|
||||
color: #e06c75; /* red/pink */
|
||||
color: #e06c75; /* red/pink */
|
||||
}
|
||||
|
||||
.ewwii .hljs-meta,
|
||||
.ewwii .hljs-deletion {
|
||||
color: #e06c75; /* red */
|
||||
color: #e06c75; /* red */
|
||||
}
|
||||
|
||||
.ewwii .hljs-addition {
|
||||
color: #98c379; /* green */
|
||||
background: rgba(152, 193, 142, 0.15);
|
||||
color: #98c379; /* green */
|
||||
background: rgba(152, 193, 142, 0.15);
|
||||
}
|
||||
|
||||
.ewwii .hljs-selector-attr,
|
||||
@@ -68,82 +68,83 @@
|
||||
.ewwii .hljs-bullet,
|
||||
.ewwii .hljs-code,
|
||||
.ewwii .hljs-emphasis {
|
||||
color: #abb2bf; /* default text */
|
||||
color: #abb2bf; /* default text */
|
||||
}
|
||||
|
||||
.ewwii :is(h1, h2, h3, h4, h5, h6) a code {
|
||||
color: #c1c3c8;
|
||||
color: #c1c3c8;
|
||||
}
|
||||
.ewwii a code {
|
||||
color: #b3c7ff;
|
||||
color: #ff914c;
|
||||
}
|
||||
.ewwii code {
|
||||
color: #c1c3c8;
|
||||
background: #23262f;
|
||||
color: #c1c3c8;
|
||||
background: #181819;
|
||||
}
|
||||
.ewwii pre {
|
||||
border-top: 2px solid #7c7f93;
|
||||
padding-top: 0.2em;
|
||||
border-top: 2px solid #7c7f93;
|
||||
padding-top: 0.2em;
|
||||
}
|
||||
.ewwii blockquote blockquote {
|
||||
border-top: 0.1em solid #23262f;
|
||||
border-bottom: 0.1em solid #23262f;
|
||||
border-top: 0.1em solid #1c1d1e;
|
||||
border-bottom: 0.1em solid #1c1d1e;
|
||||
}
|
||||
.ewwii hr {
|
||||
border-color: #23262f;
|
||||
border-style: solid;
|
||||
border-color: #1c1d1e;
|
||||
border-style: solid;
|
||||
}
|
||||
.ewwii del {
|
||||
color: #7c7f93;
|
||||
color: #7c7f93;
|
||||
}
|
||||
.ewwii .tooltiptext {
|
||||
background: #23262f;
|
||||
color: #c1c3c8;
|
||||
background: #1c1d1e;
|
||||
color: #c1c3c8;
|
||||
}
|
||||
|
||||
.ewwii .ace_gutter {
|
||||
color: #7c7f93;
|
||||
background: #23262f;
|
||||
color: #7c7f93;
|
||||
background: #1c1d1e;
|
||||
}
|
||||
|
||||
.ewwii .ace_gutter-active-line.ace_gutter-cell {
|
||||
color: #ea76cb;
|
||||
background: #23262f;
|
||||
color: #ea76cb;
|
||||
background: #1c1d1e;
|
||||
}
|
||||
|
||||
.ewwii {
|
||||
--bg: #17181c; /* book background */
|
||||
--fg: #c1c3c8; /* default text color */
|
||||
--sidebar-bg: #23262f;
|
||||
--sidebar-fg: #c1c3c8;
|
||||
--sidebar-non-existant: #7c7f93;
|
||||
--sidebar-active: #b3c7ff;
|
||||
--sidebar-spacer: #7c7f93;
|
||||
--scrollbar: #7c7f93;
|
||||
--icons: #7c7f93;
|
||||
--icons-hover: #c1c3c8;
|
||||
--links: #b3c7ff;
|
||||
--inline-code-color: #c1c3c8;
|
||||
--theme-popup-bg: #23262f;
|
||||
--theme-popup-border: #7c7f93;
|
||||
--theme-hover: #2c2f3b;
|
||||
--quote-bg: #23262f;
|
||||
--quote-border: #2c2f3b;
|
||||
--table-border-color: #2c2f3b;
|
||||
--table-header-bg: #23262f;
|
||||
--table-alternate-bg: #1c1d21;
|
||||
--searchbar-border-color: #2c2f3b;
|
||||
--searchbar-bg: #23262f;
|
||||
--searchbar-fg: #c1c3c8;
|
||||
--searchbar-shadow-color: #1c1d21;
|
||||
--searchresults-header-fg: #c1c3c8;
|
||||
--searchresults-border-color: #2c2f3b;
|
||||
--searchresults-li-bg: #17181c;
|
||||
--search-mark-bg: #fe640b;
|
||||
--warning-border: #fe640b;
|
||||
--color-scheme: dark;
|
||||
--copy-button-filter: brightness(0) saturate(100%) invert(47%) sepia(6%)
|
||||
saturate(1263%) hue-rotate(195deg) brightness(90%) contrast(81%);
|
||||
--copy-button-filter-hover: brightness(0) saturate(100%) invert(30%)
|
||||
sepia(80%) saturate(1850%) hue-rotate(209deg) brightness(94%) contrast(105%);
|
||||
--bg: #212223; /* book background */
|
||||
--fg: #c1c3c8; /* default text color */
|
||||
--sidebar-bg: #1c1d1e;
|
||||
--sidebar-fg: #c1c3c8;
|
||||
--sidebar-non-existant: #7c7f93;
|
||||
--sidebar-active: #ff914c;
|
||||
--sidebar-spacer: #7c7f93;
|
||||
--scrollbar: #7c7f93;
|
||||
--icons: #7c7f93;
|
||||
--icons-hover: #c1c3c8;
|
||||
--links: #ff914c;
|
||||
--inline-code-color: #c1c3c8;
|
||||
--theme-popup-bg: #1c1d1e;
|
||||
--theme-popup-border: #7c7f93;
|
||||
--theme-hover: #2c2f3b;
|
||||
--quote-bg: #1c1d1e;
|
||||
--quote-border: #2c2f3b;
|
||||
--table-border-color: #2c2f3b;
|
||||
--table-header-bg: #1c1d1e;
|
||||
--table-alternate-bg: #1c1d21;
|
||||
--searchbar-border-color: #2c2f3b;
|
||||
--searchbar-bg: #1c1d1e;
|
||||
--searchbar-fg: #c1c3c8;
|
||||
--searchbar-shadow-color: #1c1d21;
|
||||
--searchresults-header-fg: #c1c3c8;
|
||||
--searchresults-border-color: #2c2f3b;
|
||||
--searchresults-li-bg: #212223;
|
||||
--search-mark-bg: #fe640b;
|
||||
--warning-border: #fe640b;
|
||||
--color-scheme: dark;
|
||||
--copy-button-filter: brightness(0) saturate(100%) invert(47%) sepia(6%)
|
||||
saturate(1263%) hue-rotate(195deg) brightness(90%) contrast(81%);
|
||||
--copy-button-filter-hover: brightness(0) saturate(100%) invert(30%)
|
||||
sepia(80%) saturate(1850%) hue-rotate(209deg) brightness(94%)
|
||||
contrast(105%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user