From f8cfbdc3dce346d80699bc6a7c4c8d6b2311229b Mon Sep 17 00:00:00 2001 From: Byson94 <171326211+Byson94@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:18:31 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1669fe..e90b75d 100644 --- a/README.md +++ b/README.md @@ -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)
- + ## Contribewwtiing From 0fdbab32178dd9b6ce5526a74c88241ce1c5889b Mon Sep 17 00:00:00 2001 From: Byson94 <171326211+Byson94@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:19:38 +0530 Subject: [PATCH 2/3] feat: updated wifi gui template image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e90b75d..8898ed0 100644 --- a/README.md +++ b/README.md @@ -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)
- + ## Contribewwtiing From fc4d4c73acf43ff2ad10a5e019bf0415b0010a8d Mon Sep 17 00:00:00 2001 From: Byson94 Date: Sat, 6 Sep 2025 12:32:47 +0530 Subject: [PATCH 3/3] feat(theme): improved docs ewwii theme --- docs/theme/ewwii.css | 131 ++++++++++++++++++++++--------------------- 1 file changed, 66 insertions(+), 65 deletions(-) diff --git a/docs/theme/ewwii.css b/docs/theme/ewwii.css index 2546583..a6aafef 100644 --- a/docs/theme/ewwii.css +++ b/docs/theme/ewwii.css @@ -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%); }