From 2ca46a88c5f175b157d7a8819765d848dca2ac6d Mon Sep 17 00:00:00 2001 From: ez-plugins Date: Sat, 18 Apr 2026 20:21:27 +0200 Subject: [PATCH 1/2] docs: improved colors for readability --- docs/_sass/custom/custom.scss | 98 +++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 docs/_sass/custom/custom.scss diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss new file mode 100644 index 0000000..021b8aa --- /dev/null +++ b/docs/_sass/custom/custom.scss @@ -0,0 +1,98 @@ +// Custom overrides for Jaloquent dark theme +// +// just-the-docs imports this file after everything else, so these +// declarations win over the default Rouge syntax highlighting. + +// ── Inline code ────────────────────────────────────────────────────────────── +code { + color: #e0e0e0; +} + +// ── Fenced code blocks: Monokai-inspired dark syntax highlighting ───────────── +// Neutral base +.highlight { + background-color: #222222; + color: #e0e0e0; +} + +// Comments — muted gray +.highlight .c, +.highlight .cm, +.highlight .cp, +.highlight .c1, +.highlight .cs { color: #6c6c6c; font-style: italic; } + +// Keywords — yellow accent +.highlight .k, +.highlight .kc, +.highlight .kd, +.highlight .kn, +.highlight .kr { color: #f5c518; font-weight: bold; } +.highlight .kp { color: #f5c518; } + +// Types — light blue +.highlight .kt { color: #8fbcdb; font-weight: bold; } + +// Strings — sky blue +.highlight .s, +.highlight .s1, +.highlight .s2, +.highlight .sb, +.highlight .sc, +.highlight .sd, +.highlight .sh, +.highlight .si, +.highlight .ss, +.highlight .sx { color: #87ceeb; } + +// Numbers — soft purple +.highlight .m, +.highlight .mi, +.highlight .mf, +.highlight .mh, +.highlight .mo, +.highlight .il { color: #b5a0e8; } + +// Names / identifiers — neutral light +.highlight .n, +.highlight .nb, +.highlight .ni, +.highlight .nl, +.highlight .nv { color: #e0e0e0; } + +// Class / function / namespace names — light blue +.highlight .na, +.highlight .nc, +.highlight .ne, +.highlight .nf, +.highlight .nn, +.highlight .nx { color: #8fbcdb; } + +// Decorator / constant / tag names — yellow accent +.highlight .nd, +.highlight .no, +.highlight .nt { color: #f5c518; } + +// Operators — neutral light +.highlight .o { color: #c0c0c0; } +.highlight .ow { color: #f5c518; font-weight: bold; } + +// Punctuation — neutral light +.highlight .p, +.highlight .pi { color: #c0c0c0; } + +// Errors — bright red, no garish background +.highlight .err { color: #ff5555; background-color: transparent; border: none; } + +// Diff colors +.highlight .gd { color: #ff5555; } +.highlight .gi { color: #50fa7b; } +.highlight .gp { color: #f5c518; font-weight: bold; } +.highlight .gh { color: #e0e0e0; font-weight: bold; } +.highlight .gu { color: #6c6c6c; font-weight: bold; } +.highlight .ge { font-style: italic; } +.highlight .gs { font-weight: bold; } + +// XML/YAML/properties literal blocks +.highlight .l, +.highlight .ld { color: #87ceeb; } \ No newline at end of file From bc08c99aca0f2183e064c549c6a333ab904aa96a Mon Sep 17 00:00:00 2001 From: ez-plugins Date: Sat, 18 Apr 2026 20:23:24 +0200 Subject: [PATCH 2/2] fix: bumped version to 1.0.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 77b83f4..baad13c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.EzFramework java-query-builder - 1.0.5 + 1.0.6 jar JavaQueryBuilder