feat: colour palettes
All checks were successful
Lint / shellcheck (push) Successful in 17s

This commit is contained in:
2026-04-01 14:23:12 +02:00
parent 69bd5832e7
commit 009877ae76
30 changed files with 446 additions and 85 deletions

View File

@@ -0,0 +1,26 @@
:root {
--bg: #f5f0ff;
--bg-deep: #e8dffa;
--fg: #2d1b4e;
--fg-muted: #7a6898;
--fg-link: #7b3fba;
--fg-heading: #3d2466;
--code-bg: #e8dffa;
--code-border: #d0c0e8;
--code-fg: #2d1b4e;
--code-sel: #b8860b;
--code-prop: #6f42c1;
--code-val: #0366d6;
--code-var: #22863a;
--code-com: #7a6898;
--adm-note-bg: #e0e0f8;
--adm-note-border: #5b6fc4;
--adm-tip-bg: #ddf0dd;
--adm-tip-border: #46a758;
--adm-important-bg: #eeddf5;
--adm-important-border: #8b5fc7;
--adm-warning-bg: #f5f0dd;
--adm-warning-border: #b8860b;
--adm-caution-bg: #f5dddd;
--adm-caution-border: #c44569;
}

View File

@@ -0,0 +1,26 @@
:root {
--bg: #f5f5f5;
--bg-deep: #e8e8e8;
--fg: #1a1a1a;
--fg-muted: #808080;
--fg-link: #333333;
--fg-heading: #000000;
--code-bg: #e8e8e8;
--code-border: #c0c0c0;
--code-fg: #1a1a1a;
--code-sel: #555555;
--code-prop: #333333;
--code-val: #666666;
--code-var: #444444;
--code-com: #999999;
--adm-note-bg: #e0e0ee;
--adm-note-border: #8888aa;
--adm-tip-bg: #e0eee0;
--adm-tip-border: #88aa88;
--adm-important-bg: #eee0ee;
--adm-important-border: #aa88aa;
--adm-warning-bg: #eeeed0;
--adm-warning-border: #aaaa78;
--adm-caution-bg: #eee0e0;
--adm-caution-border: #aa8888;
}

26
styles/mono.root.css Normal file
View File

@@ -0,0 +1,26 @@
:root {
--bg: #1a1a1a;
--bg-deep: #111111;
--fg: #d4d4d4;
--fg-muted: #808080;
--fg-link: #e0e0e0;
--fg-heading: #ffffff;
--code-bg: #0d0d0d;
--code-border: #404040;
--code-fg: #d4d4d4;
--code-sel: #b8b8b8;
--code-prop: #e0e0e0;
--code-val: #a0a0a0;
--code-var: #c8c8c8;
--code-com: #585858;
--adm-note-bg: #1a1a2e;
--adm-note-border: #5a5a8a;
--adm-tip-bg: #1a2e1a;
--adm-tip-border: #5a8a5a;
--adm-important-bg: #2e1a2e;
--adm-important-border: #8a5a8a;
--adm-warning-bg: #2e2e1a;
--adm-warning-border: #8a8a5a;
--adm-caution-bg: #2e1a1a;
--adm-caution-border: #8a5a5a;
}

View File

@@ -0,0 +1,26 @@
:root {
--bg: #eceff4;
--bg-deep: #d8dee9;
--fg: #2e3440;
--fg-muted: #4c566a;
--fg-link: #5e81ac;
--fg-heading: #3b4252;
--code-bg: #d8dee9;
--code-border: #c5cdd9;
--code-fg: #2e3440;
--code-sel: #d08770;
--code-prop: #5e81ac;
--code-val: #8fbcbb;
--code-var: #a3be8c;
--code-com: #4c566a;
--adm-note-bg: #d8dee9;
--adm-note-border: #5e81ac;
--adm-tip-bg: #e0ebd8;
--adm-tip-border: #a3be8c;
--adm-important-bg: #e5dbe8;
--adm-important-border: #b48ead;
--adm-warning-bg: #ede5d6;
--adm-warning-border: #ebcb8b;
--adm-caution-bg: #eddcdc;
--adm-caution-border: #bf616a;
}

26
styles/nord.root.css Normal file
View File

@@ -0,0 +1,26 @@
:root {
--bg: #2e3440;
--bg-deep: #242933;
--fg: #d8dee9;
--fg-muted: #a5b0c1;
--fg-link: #88c0d0;
--fg-heading: #eceff4;
--code-bg: #3b4252;
--code-border: #4c566a;
--code-fg: #d8dee9;
--code-sel: #ebcb8b;
--code-prop: #8fbcbb;
--code-val: #81a1c1;
--code-var: #a3be8c;
--code-com: #616e88;
--adm-note-bg: #3b4252;
--adm-note-border: #88c0d0;
--adm-tip-bg: #3b4340;
--adm-tip-border: #a3be8c;
--adm-important-bg: #3b4044;
--adm-important-border: #b48ead;
--adm-warning-bg: #3b4038;
--adm-warning-border: #ebcb8b;
--adm-caution-bg: #3b3840;
--adm-caution-border: #bf616a;
}

26
styles/onedark.root.css Normal file
View File

@@ -0,0 +1,26 @@
:root {
--bg: #282c34;
--bg-deep: #21252b;
--fg: #abb2bf;
--fg-muted: #636d83;
--fg-link: #61afef;
--fg-heading: #c8ccd4;
--code-bg: #21252b;
--code-border: #3e4451;
--code-fg: #abb2bf;
--code-sel: #e5c07b;
--code-prop: #e06c75;
--code-val: #56b6c2;
--code-var: #98c379;
--code-com: #5c6370;
--adm-note-bg: #2c313c;
--adm-note-border: #61afef;
--adm-tip-bg: #2c3a30;
--adm-tip-border: #98c379;
--adm-important-bg: #33303c;
--adm-important-border: #c678dd;
--adm-warning-bg: #3a352c;
--adm-warning-border: #e5c07b;
--adm-caution-bg: #3a2c2e;
--adm-caution-border: #e06c75;
}

26
styles/onelight.root.css Normal file
View File

@@ -0,0 +1,26 @@
:root {
--bg: #fafafa;
--bg-deep: #eaeaeb;
--fg: #383a42;
--fg-muted: #a0a1a7;
--fg-link: #4078f2;
--fg-heading: #383a42;
--code-bg: #eaeaeb;
--code-border: #d4d4d5;
--code-fg: #383a42;
--code-sel: #986801;
--code-prop: #e45649;
--code-val: #0184bc;
--code-var: #50a14f;
--code-com: #a0a1a7;
--adm-note-bg: #e8eefa;
--adm-note-border: #4078f2;
--adm-tip-bg: #e8f5e8;
--adm-tip-border: #50a14f;
--adm-important-bg: #f2e8f5;
--adm-important-border: #a626a4;
--adm-warning-bg: #f5f0e0;
--adm-warning-border: #986801;
--adm-caution-bg: #fae8e8;
--adm-caution-border: #e45649;
}

View File

@@ -0,0 +1,26 @@
:root {
--bg: #faf4ed;
--bg-deep: #f2e9e1;
--fg: #575279;
--fg-muted: #9893a5;
--fg-link: #907aa9;
--fg-heading: #286983;
--code-bg: #f2e9e1;
--code-border: #dfdad9;
--code-fg: #575279;
--code-sel: #ea9d34;
--code-prop: #b4637a;
--code-val: #56949f;
--code-var: #286983;
--code-com: #9893a5;
--adm-note-bg: #f0e8f5;
--adm-note-border: #907aa9;
--adm-tip-bg: #e8f0ee;
--adm-tip-border: #56949f;
--adm-important-bg: #f0e8f0;
--adm-important-border: #907aa9;
--adm-warning-bg: #f5f0e0;
--adm-warning-border: #ea9d34;
--adm-caution-bg: #f5e5e8;
--adm-caution-border: #b4637a;
}

26
styles/rosepine.root.css Normal file
View File

@@ -0,0 +1,26 @@
:root {
--bg: #191724;
--bg-deep: #13111e;
--fg: #e0def4;
--fg-muted: #908caa;
--fg-link: #c4a7e7;
--fg-heading: #ebbcba;
--code-bg: #1f1d2e;
--code-border: #26233a;
--code-fg: #e0def4;
--code-sel: #f6c177;
--code-prop: #eb6f92;
--code-val: #9ccfd8;
--code-var: #31748f;
--code-com: #6e6a86;
--adm-note-bg: #1f1d2e;
--adm-note-border: #c4a7e7;
--adm-tip-bg: #1a2332;
--adm-tip-border: #9ccfd8;
--adm-important-bg: #2a1f2e;
--adm-important-border: #c4a7e7;
--adm-warning-bg: #2a251f;
--adm-warning-border: #f6c177;
--adm-caution-bg: #2a1f22;
--adm-caution-border: #eb6f92;
}

View File

@@ -0,0 +1,26 @@
:root {
--bg: #002b36;
--bg-deep: #001e26;
--fg: #839496;
--fg-muted: #586e75;
--fg-link: #268bd2;
--fg-heading: #93a1a1;
--code-bg: #073642;
--code-border: #094959;
--code-fg: #839496;
--code-sel: #d33682;
--code-prop: #268bd2;
--code-val: #2aa198;
--code-var: #859900;
--code-com: #586e75;
--adm-note-bg: #073642;
--adm-note-border: #268bd2;
--adm-tip-bg: #07382e;
--adm-tip-border: #2aa198;
--adm-important-bg: #2a0736;
--adm-important-border: #d33682;
--adm-warning-bg: #363007;
--adm-warning-border: #b58900;
--adm-caution-bg: #360a07;
--adm-caution-border: #cb4b16;
}

26
styles/solarized.root.css Normal file
View File

@@ -0,0 +1,26 @@
:root {
--bg: #fdf6e3;
--bg-deep: #eee8d5;
--fg: #657b83;
--fg-muted: #93a1a1;
--fg-link: #268bd2;
--fg-heading: #586e75;
--code-bg: #eee8d5;
--code-border: #d3cbb7;
--code-fg: #657b83;
--code-sel: #d33682;
--code-prop: #268bd2;
--code-val: #2aa198;
--code-var: #859900;
--code-com: #93a1a1;
--adm-note-bg: #eee8d5;
--adm-note-border: #268bd2;
--adm-tip-bg: #e8f5e0;
--adm-tip-border: #859900;
--adm-important-bg: #f0e8f5;
--adm-important-border: #6c71c4;
--adm-warning-bg: #fdf0e3;
--adm-warning-border: #b58900;
--adm-caution-bg: #fde8e8;
--adm-caution-border: #dc322f;
}