From 3d39e7a16dc9000146fa14f0cdacf8f81a226f82 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Thu, 19 Feb 2026 10:50:13 +0100 Subject: [PATCH] test fix --- .gitignore | 1 - .../__pycache__/__main__.cpython-313.pyc | Bin 0 -> 253 bytes .../assets/schemes/catppuccin/frappe/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/catppuccin/latte/light.txt | 110 ++++++++++++++++++ .../schemes/catppuccin/macchiato/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/catppuccin/mocha/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/darkgreen/hard/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/darkgreen/medium/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/dracula/medium/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/everblush/medium/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/everforest/hard/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/everforest/medium/dark.txt | 110 ++++++++++++++++++ .../schemes/everforest/medium/light.txt | 110 ++++++++++++++++++ .../assets/schemes/everforest/soft/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/gruvbox/hard/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/gruvbox/hard/light.txt | 110 ++++++++++++++++++ .../assets/schemes/gruvbox/medium/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/gruvbox/medium/light.txt | 110 ++++++++++++++++++ .../assets/schemes/gruvbox/soft/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/gruvbox/soft/light.txt | 110 ++++++++++++++++++ .../assets/schemes/nord/medium/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/oldworld/default/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/onedark/default/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/rosepine/dawn/light.txt | 110 ++++++++++++++++++ .../assets/schemes/rosepine/main/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/rosepine/moon/dark.txt | 110 ++++++++++++++++++ .../schemes/shadotheme/default/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/solarized/medium/dark.txt | 110 ++++++++++++++++++ .../assets/schemes/tokyonight/medium/dark.txt | 110 ++++++++++++++++++ .../__pycache__/scheme.cpython-314.pyc | Bin 0 -> 10447 bytes .../__pycache__/screenshot.cpython-314.pyc | Bin 0 -> 1060 bytes .../__pycache__/shell.cpython-314.pyc | Bin 0 -> 2622 bytes .../__pycache__/wallpaper.cpython-314.pyc | Bin 0 -> 2376 bytes 33 files changed, 2970 insertions(+), 1 deletion(-) create mode 100644 cli/src/zshell/__pycache__/__main__.cpython-313.pyc create mode 100644 cli/src/zshell/assets/schemes/catppuccin/frappe/dark.txt create mode 100644 cli/src/zshell/assets/schemes/catppuccin/latte/light.txt create mode 100644 cli/src/zshell/assets/schemes/catppuccin/macchiato/dark.txt create mode 100644 cli/src/zshell/assets/schemes/catppuccin/mocha/dark.txt create mode 100644 cli/src/zshell/assets/schemes/darkgreen/hard/dark.txt create mode 100644 cli/src/zshell/assets/schemes/darkgreen/medium/dark.txt create mode 100644 cli/src/zshell/assets/schemes/dracula/medium/dark.txt create mode 100644 cli/src/zshell/assets/schemes/everblush/medium/dark.txt create mode 100644 cli/src/zshell/assets/schemes/everforest/hard/dark.txt create mode 100644 cli/src/zshell/assets/schemes/everforest/medium/dark.txt create mode 100644 cli/src/zshell/assets/schemes/everforest/medium/light.txt create mode 100644 cli/src/zshell/assets/schemes/everforest/soft/dark.txt create mode 100644 cli/src/zshell/assets/schemes/gruvbox/hard/dark.txt create mode 100644 cli/src/zshell/assets/schemes/gruvbox/hard/light.txt create mode 100644 cli/src/zshell/assets/schemes/gruvbox/medium/dark.txt create mode 100644 cli/src/zshell/assets/schemes/gruvbox/medium/light.txt create mode 100644 cli/src/zshell/assets/schemes/gruvbox/soft/dark.txt create mode 100644 cli/src/zshell/assets/schemes/gruvbox/soft/light.txt create mode 100644 cli/src/zshell/assets/schemes/nord/medium/dark.txt create mode 100644 cli/src/zshell/assets/schemes/oldworld/default/dark.txt create mode 100644 cli/src/zshell/assets/schemes/onedark/default/dark.txt create mode 100644 cli/src/zshell/assets/schemes/rosepine/dawn/light.txt create mode 100644 cli/src/zshell/assets/schemes/rosepine/main/dark.txt create mode 100644 cli/src/zshell/assets/schemes/rosepine/moon/dark.txt create mode 100644 cli/src/zshell/assets/schemes/shadotheme/default/dark.txt create mode 100644 cli/src/zshell/assets/schemes/solarized/medium/dark.txt create mode 100644 cli/src/zshell/assets/schemes/tokyonight/medium/dark.txt create mode 100644 cli/src/zshell/subcommands/__pycache__/scheme.cpython-314.pyc create mode 100644 cli/src/zshell/subcommands/__pycache__/screenshot.cpython-314.pyc create mode 100644 cli/src/zshell/subcommands/__pycache__/shell.cpython-314.pyc create mode 100644 cli/src/zshell/subcommands/__pycache__/wallpaper.cpython-314.pyc diff --git a/.gitignore b/.gitignore index 71bb07d..3545259 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,5 @@ build/ compile_commands.json testpython -src/ pkg/ *.tar.* diff --git a/cli/src/zshell/__pycache__/__main__.cpython-313.pyc b/cli/src/zshell/__pycache__/__main__.cpython-313.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf598deb96f1063ae6cbbea3c804710eec4f6d60 GIT binary patch literal 253 zcmey&%ge<81b41a&9nm2k3k$5V1hC}>i`*38G;#t8NC_27>gJc7-E=$nXDoh7!o-c z7-ATe7)+r`6&TW))0s6{UNQm&G#PKPbyIav-t1#N5>Q z_>~NwL7Hz_>1X8Urs`KECTHloXO;vM=@ypgC+B497Z)Y#R~2WZ z=H%$Z%+xEWyv1RYo1apelWJE4@(sxDVksc;ftit!@h*eV17_}ys>{rhH(5AZ-99ig Lut*gF-OT_1U^G5i literal 0 HcmV?d00001 diff --git a/cli/src/zshell/assets/schemes/catppuccin/frappe/dark.txt b/cli/src/zshell/assets/schemes/catppuccin/frappe/dark.txt new file mode 100644 index 0000000..43d2d5d --- /dev/null +++ b/cli/src/zshell/assets/schemes/catppuccin/frappe/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 6674ac +secondary_paletteKeyColor 71768e +tertiary_paletteKeyColor 9a6593 +neutral_paletteKeyColor 77767b +neutral_variant_paletteKeyColor 757680 +background 131317 +onBackground e4e1e7 +surface 131317 +surfaceDim 131317 +surfaceBright 39393d +surfaceContainerLowest 0d0e12 +surfaceContainerLow 1b1b1f +surfaceContainer 1f1f23 +surfaceContainerHigh 292a2e +surfaceContainerHighest 343438 +onSurface e4e1e7 +surfaceVariant 45464f +onSurfaceVariant c6c5d1 +inverseSurface e4e1e7 +inverseOnSurface 303034 +outline 8f909a +outlineVariant 45464f +shadow 000000 +scrim 000000 +surfaceTint b7c4ff +primary b7c4ff +onPrimary 1e2d60 +primaryContainer 6674ac +onPrimaryContainer ffffff +inversePrimary 4e5c92 +secondary c1c5e0 +onSecondary 2a2f44 +secondaryContainer 41465c +onSecondaryContainer afb4ce +tertiary f1b3e6 +onTertiary 4c1f49 +tertiaryContainer b67fae +onTertiaryContainer 000000 +error ffb4ab +onError 690005 +errorContainer 93000a +onErrorContainer ffdad6 +primaryFixed dce1ff +primaryFixedDim b7c4ff +onPrimaryFixed 05164b +onPrimaryFixedVariant 364478 +secondaryFixed dde1fd +secondaryFixedDim c1c5e0 +onSecondaryFixed 151b2e +onSecondaryFixedVariant 41465c +tertiaryFixed ffd7f5 +tertiaryFixedDim f1b3e6 +onTertiaryFixed 330832 +onTertiaryFixedVariant 653661 +term0 353434 +term1 9a7bff +term2 44def5 +term3 ffdcf2 +term4 92acd6 +term5 a9a2ed +term6 9dceff +term7 e8d3de +term8 ac9fa9 +term9 b299ff +term10 89ecff +term11 fff0f6 +term12 b1c2db +term13 c1b7f7 +term14 bae0ff +term15 ffffff +rosewater f5eff9 +flamingo e5def4 +pink dcd9ff +mauve b5bbff +red b5a9ff +maroon c1b7ef +peach e0c2f9 +yellow ffecf3 +green c8e3ff +teal cee1ff +sky cadcff +sapphire aec7ff +blue a6baff +lavender bfcaff +klink 6685d1 +klinkSelection 6585d1 +kvisited 7276dd +kvisitedSelection 7276dd +knegative 8e70ff +knegativeSelection 8e70ff +kneutral c794ff +kneutralSelection c794ff +kpositive 54afff +kpositiveSelection 54afff +text e4e1e7 +subtext1 c6c5d1 +subtext0 8f909a +overlay2 7d7d86 +overlay1 6a6a72 +overlay0 585960 +surface2 48484e +surface1 37373d +surface0 25252a +base 131317 +mantle 131317 +crust 121216 +success B5CCBA +onSuccess 213528 +successContainer 374B3E +onSuccessContainer D1E9D6 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/catppuccin/latte/light.txt b/cli/src/zshell/assets/schemes/catppuccin/latte/light.txt new file mode 100644 index 0000000..87b7353 --- /dev/null +++ b/cli/src/zshell/assets/schemes/catppuccin/latte/light.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 417da2 +secondary_paletteKeyColor 657a8a +tertiary_paletteKeyColor 92689d +neutral_paletteKeyColor 75777a +neutral_variant_paletteKeyColor 71787f +background f8f9fc +onBackground 191c1e +surface f8f9fc +surfaceDim d9dadd +surfaceBright f8f9fc +surfaceContainerLowest ffffff +surfaceContainerLow f2f3f7 +surfaceContainer edeef1 +surfaceContainerHigh e7e8eb +surfaceContainerHighest e1e2e6 +onSurface 191c1e +surfaceVariant dce3eb +onSurfaceVariant 41484e +inverseSurface 2e3133 +inverseOnSurface eff1f4 +outline 6e757c +outlineVariant c0c7ce +shadow 000000 +scrim 000000 +surfaceTint 236488 +primary 3e7b9f +onPrimary ffffff +primaryContainer 417da2 +onPrimaryContainer 00060c +inversePrimary 93cdf6 +secondary 4c6170 +onSecondary ffffff +secondaryContainer cfe5f8 +onSecondaryContainer 526776 +tertiary 8f659a +onTertiary ffffff +tertiaryContainer 8f659a +onTertiaryContainer ffffff +error ba1a1a +onError ffffff +errorContainer ffdad6 +onErrorContainer 93000a +primaryFixed c7e7ff +primaryFixedDim 93cdf6 +onPrimaryFixed 001e2e +onPrimaryFixedVariant 004c6d +secondaryFixed cfe5f8 +secondaryFixedDim b4c9db +onSecondaryFixed 071e2b +onSecondaryFixedVariant 354958 +tertiaryFixed fad7ff +tertiaryFixedDim e6b6f1 +onTertiaryFixed 2e0a3b +onTertiaryFixedVariant 5e3869 +term0 9a9b9b +term1 005bcc +term2 008ca5 +term3 7e61b0 +term4 009993 +term5 006ac4 +term6 3389ae +term7 202225 +term8 0f0f0f +term9 0071fa +term10 00afce +term11 9a7cce +term12 3fbdb6 +term13 1e85ec +term14 59a9d1 +term15 27282b +rosewater 7d76b1 +flamingo 6470bd +pink 057ee6 +mauve 005791 +red 003ee0 +maroon 2751f9 +peach 8a4dff +yellow 008f68 +green 007991 +teal 007195 +sky 0082b6 +sapphire 037ba6 +blue 005e90 +lavender 0077b7 +klink 2e8fc3 +klinkSelection 308fc4 +kvisited 2584d6 +kvisitedSelection 2984d7 +knegative 607eff +knegativeSelection 607eff +kneutral c794ff +kneutralSelection c794ff +kpositive 00b8de +kpositiveSelection 00b8df +text 191c1e +subtext1 41484e +subtext0 6e757c +overlay2 7f858b +overlay1 91979d +overlay0 a4a8ae +surface2 b7babf +surface1 cbced2 +surface0 e1e3e7 +base f8f9fc +mantle eff1f4 +crust e9ebef +success 4F6354 +onSuccess FFFFFF +successContainer D1E8D5 +onSuccessContainer 0C1F13 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/catppuccin/macchiato/dark.txt b/cli/src/zshell/assets/schemes/catppuccin/macchiato/dark.txt new file mode 100644 index 0000000..cdc64d3 --- /dev/null +++ b/cli/src/zshell/assets/schemes/catppuccin/macchiato/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 6a73ac +secondary_paletteKeyColor 72758e +tertiary_paletteKeyColor 9b6592 +neutral_paletteKeyColor 77767b +neutral_variant_paletteKeyColor 767680 +background 131317 +onBackground e4e1e7 +surface 131317 +surfaceDim 131317 +surfaceBright 39393d +surfaceContainerLowest 0e0e12 +surfaceContainerLow 1b1b1f +surfaceContainer 1f1f23 +surfaceContainerHigh 2a2a2e +surfaceContainerHighest 353438 +onSurface e4e1e7 +surfaceVariant 46464f +onSurfaceVariant c6c5d1 +inverseSurface e4e1e7 +inverseOnSurface 303034 +outline 90909a +outlineVariant 46464f +shadow 000000 +scrim 000000 +surfaceTint bac3ff +primary bac3ff +onPrimary 232c60 +primaryContainer 6a73ac +onPrimaryContainer ffffff +inversePrimary 525b92 +secondary c3c5e0 +onSecondary 2c2f44 +secondaryContainer 42455c +onSecondaryContainer b1b3ce +tertiary f1b3e5 +onTertiary 4c1f48 +tertiaryContainer b77ead +onTertiaryContainer 000000 +error ffb4ab +onError 690005 +errorContainer 93000a +onErrorContainer ffdad6 +primaryFixed dee0ff +primaryFixedDim bac3ff +onPrimaryFixed 0b154b +onPrimaryFixedVariant 3a4378 +secondaryFixed dfe1fd +secondaryFixedDim c3c5e0 +onSecondaryFixed 171a2e +onSecondaryFixedVariant 42455c +tertiaryFixed ffd7f4 +tertiaryFixedDim f1b3e5 +onTertiaryFixed 340831 +onTertiaryFixedVariant 66365f +term0 353434 +term1 a178ff +term2 44def5 +term3 ffdcf2 +term4 94abd7 +term5 ada0ed +term6 9dceff +term7 e8d3de +term8 ac9fa9 +term9 b797ff +term10 89ecff +term11 fff0f6 +term12 b2c2dc +term13 c4b6f6 +term14 bae0ff +term15 ffffff +rosewater f6eff9 +flamingo e7def4 +pink ded8ff +mauve b9baff +red b9a8ff +maroon c4b7ee +peach e0c2f9 +yellow ffecf3 +green c8e3ff +teal d0e0ff +sky ccdbff +sapphire b1c6ff +blue aab9ff +lavender c2c9ff +klink 6a84d1 +klinkSelection 6a84d1 +kvisited 7775dc +kvisitedSelection 7775dc +knegative 946dff +knegativeSelection 946dff +kneutral c794ff +kneutralSelection c794ff +kpositive 5daeff +kpositiveSelection 5eaeff +text e4e1e7 +subtext1 c6c5d1 +subtext0 90909a +overlay2 7d7d86 +overlay1 6a6a72 +overlay0 595960 +surface2 48484e +surface1 37373d +surface0 25252a +base 131317 +mantle 131317 +crust 121216 +success B5CCBA +onSuccess 213528 +successContainer 374B3E +onSuccessContainer D1E9D6 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/catppuccin/mocha/dark.txt b/cli/src/zshell/assets/schemes/catppuccin/mocha/dark.txt new file mode 100644 index 0000000..089a739 --- /dev/null +++ b/cli/src/zshell/assets/schemes/catppuccin/mocha/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 7171ac +secondary_paletteKeyColor 76758e +tertiary_paletteKeyColor 9e648e +neutral_paletteKeyColor 78767b +neutral_variant_paletteKeyColor 777680 +background 131317 +onBackground e5e1e7 +surface 131317 +surfaceDim 131317 +surfaceBright 39393d +surfaceContainerLowest 0e0e12 +surfaceContainerLow 1c1b1f +surfaceContainer 201f23 +surfaceContainerHigh 2a292e +surfaceContainerHighest 353438 +onSurface e5e1e7 +surfaceVariant 47464f +onSurfaceVariant c8c5d1 +inverseSurface e5e1e7 +inverseOnSurface 313034 +outline 918f9a +outlineVariant 47464f +shadow 000000 +scrim 000000 +surfaceTint c2c1ff +primary c2c1ff +onPrimary 2a2a60 +primaryContainer 7171ac +onPrimaryContainer ffffff +inversePrimary 595992 +secondary c6c4e0 +onSecondary 2e2e44 +secondaryContainer 45455c +onSecondaryContainer b4b2ce +tertiary f5b2e0 +onTertiary 4e1e44 +tertiaryContainer bb7da9 +onTertiaryContainer 000000 +error ffb4ab +onError 690005 +errorContainer 93000a +onErrorContainer ffdad6 +primaryFixed e2dfff +primaryFixedDim c2c1ff +onPrimaryFixed 14134a +onPrimaryFixedVariant 414178 +secondaryFixed e2e0fd +secondaryFixedDim c6c4e0 +onSecondaryFixed 19192e +onSecondaryFixedVariant 45455c +tertiaryFixed ffd7f0 +tertiaryFixedDim f5b2e0 +onTertiaryFixed 35082e +onTertiaryFixedVariant 68355c +term0 353434 +term1 ac73ff +term2 44def5 +term3 ffdcf2 +term4 99aad8 +term5 b49fea +term6 9dceff +term7 e8d3de +term8 ac9fa9 +term9 c093ff +term10 89ecff +term11 fff0f6 +term12 b5c1dd +term13 c9b5f4 +term14 bae0ff +term15 ffffff +rosewater f7eff9 +flamingo e9def3 +pink e2d7ff +mauve bfb8ff +red c1a5fd +maroon c9b5ed +peach e0c2f9 +yellow ffecf3 +green c8e3ff +teal d3dfff +sky d0daff +sapphire b7c5ff +blue b0b8ff +lavender c7c8ff +klink 7382d2 +klinkSelection 7382d2 +kvisited 8172da +kvisitedSelection 8172da +knegative a167ff +knegativeSelection a167ff +kneutral ca92ff +kneutralSelection c992ff +kpositive 60adff +kpositiveSelection 60adff +text e5e1e7 +subtext1 c8c5d1 +subtext0 918f9a +overlay2 7e7c86 +overlay1 6b6972 +overlay0 595860 +surface2 48474e +surface1 37373d +surface0 25252a +base 131317 +mantle 131317 +crust 121216 +success B5CCBA +onSuccess 213528 +successContainer 374B3E +onSuccessContainer D1E9D6 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/darkgreen/hard/dark.txt b/cli/src/zshell/assets/schemes/darkgreen/hard/dark.txt new file mode 100644 index 0000000..dea54c4 --- /dev/null +++ b/cli/src/zshell/assets/schemes/darkgreen/hard/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 33653E +secondary_paletteKeyColor 1B4E2A +tertiary_paletteKeyColor 376942 +neutral_paletteKeyColor 1E1E26 +neutral_variant_paletteKeyColor 23252D +background 23262D +onBackground F5F5F6 +surface 050505 +surfaceDim 1E1E24 +surfaceBright 1E1E24 +surfaceContainerLowest 0a0a0b +surfaceContainerLow 0a0a0b +surfaceContainer 0a0a0b +surfaceContainerHigh 050505 +surfaceContainerHighest 0f1210 +onSurface F5F5F6 +surfaceVariant 0a0a0b +onSurfaceVariant c9c9c9 +inverseSurface 0a0a0b +inverseOnSurface ACACAC +outline 838383 +outlineVariant 1E1E25 +shadow 000000 +scrim 000000 +surfaceTint 24BD5C +primary 24BD5C +onPrimary 091f11 +primaryContainer 0f1210 +onPrimaryContainer 24BD5C +inversePrimary 24BD5C +secondary 24BD5C +onSecondary 043a14 +secondaryContainer 0f1210 +onSecondaryContainer F4F3F5 +tertiary 32653E +onTertiary F5F4F6 +tertiaryContainer 1E1E25 +onTertiaryContainer F5F5F6 +error c66e73 +onError F5F4F6 +errorContainer 893034 +onErrorContainer F5F4F6 +primaryFixed 24BD5C +primaryFixedDim 24BD5C +onPrimaryFixed F5F4F6 +onPrimaryFixedVariant F5F4F6 +secondaryFixed 24BD5C +secondaryFixedDim 24BD5C +onSecondaryFixed F5F4F6 +onSecondaryFixedVariant F5F4F6 +tertiaryFixed 24BD5C +tertiaryFixedDim 24BD5C +onTertiaryFixed F5F4F6 +onTertiaryFixedVariant F5F4F6 +term0 343434 +term1 23B65A +term2 43ff88 +term3 7cfcab +term4 78c19f +term5 7ae9a7 +term6 80deb2 +term7 ccdcd6 +term8 9aa59f +term9 cdff9e +term10 00f608 +term11 c9fff3 +term12 a4c7cd +term13 a5f7a2 +term14 87f1b5 +term15 ffffff +rosewater f4f0fa +flamingo dfe0f5 +pink bdffd4 +mauve 73fa90 +red 8affab +maroon abf0c5 +peach a9daac +yellow d0f9f4 +green 8af797 +teal a0f9aa +sky cefb97 +sapphire 85ef77 +blue 65eea0 +lavender 90f79e +klink 65eea0 +klinkSelection 65eea0 +kvisited 73fa90 +kvisitedSelection 73fa90 +knegative 8affab +knegativeSelection 8affab +kneutral d0f9f4 +kneutralSelection d0f9f4 +kpositive 8af797 +kpositiveSelection 8af797 +text e0e3e4 +subtext1 bec8cc +subtext0 889296 +overlay2 767f83 +overlay1 646c6f +overlay0 535a5d +surface2 43494b +surface1 33383a +surface0 212627 +base 101415 +mantle 101415 +crust 0f1314 +success B5CCBA +onSuccess 213528 +successContainer 374B3E +onSuccessContainer D1E9D6 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/darkgreen/medium/dark.txt b/cli/src/zshell/assets/schemes/darkgreen/medium/dark.txt new file mode 100644 index 0000000..1caff9e --- /dev/null +++ b/cli/src/zshell/assets/schemes/darkgreen/medium/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 33653E +secondary_paletteKeyColor 1B4E2A +tertiary_paletteKeyColor 376942 +neutral_paletteKeyColor 1E1E26 +neutral_variant_paletteKeyColor 23252D +background 23262D +onBackground F5F5F6 +surface 1E1E24 +surfaceDim 1E1E24 +surfaceBright 1E1E24 +surfaceContainerLowest 23262C +surfaceContainerLow 23262C +surfaceContainer 23262C +surfaceContainerHigh 1b1d22 +surfaceContainerHighest 232C29 +onSurface F5F5F6 +surfaceVariant 23262C +onSurfaceVariant c9c9c9 +inverseSurface 23262C +inverseOnSurface ACACAC +outline 979797 +outlineVariant 1E1E25 +shadow 000000 +scrim 000000 +surfaceTint 24BD5C +primary 24BD5C +onPrimary 091f11 +primaryContainer 232c29 +onPrimaryContainer 24BD5C +inversePrimary 24BD5C +secondary 24BD5C +onSecondary 043a14 +secondaryContainer 232c29 +onSecondaryContainer F4F3F5 +tertiary 32653E +onTertiary F5F4F6 +tertiaryContainer 1E1E25 +onTertiaryContainer F5F5F6 +error c66e73 +onError F5F4F6 +errorContainer 893034 +onErrorContainer F5F4F6 +primaryFixed 24BD5C +primaryFixedDim 24BD5C +onPrimaryFixed F5F4F6 +onPrimaryFixedVariant F5F4F6 +secondaryFixed 24BD5C +secondaryFixedDim 24BD5C +onSecondaryFixed F5F4F6 +onSecondaryFixedVariant F5F4F6 +tertiaryFixed 24BD5C +tertiaryFixedDim 24BD5C +onTertiaryFixed F5F4F6 +onTertiaryFixedVariant F5F4F6 +term0 343434 +term1 23B65A +term2 43ff88 +term3 7cfcab +term4 78c19f +term5 7ae9a7 +term6 80deb2 +term7 ccdcd6 +term8 9aa59f +term9 cdff9e +term10 00f608 +term11 c9fff3 +term12 a4c7cd +term13 a5f7a2 +term14 87f1b5 +term15 ffffff +rosewater f4f0fa +flamingo dfe0f5 +pink bdffd4 +mauve 73fa90 +red 8affab +maroon abf0c5 +peach a9daac +yellow d0f9f4 +green 8af797 +teal a0f9aa +sky cefb97 +sapphire 85ef77 +blue 65eea0 +lavender 90f79e +klink 65eea0 +klinkSelection 65eea0 +kvisited 73fa90 +kvisitedSelection 73fa90 +knegative 8affab +knegativeSelection 8affab +kneutral d0f9f4 +kneutralSelection d0f9f4 +kpositive 8af797 +kpositiveSelection 8af797 +text e0e3e4 +subtext1 bec8cc +subtext0 889296 +overlay2 767f83 +overlay1 646c6f +overlay0 535a5d +surface2 43494b +surface1 33383a +surface0 212627 +base 101415 +mantle 101415 +crust 0f1314 +success B5CCBA +onSuccess 213528 +successContainer 374B3E +onSuccessContainer D1E9D6 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/dracula/medium/dark.txt b/cli/src/zshell/assets/schemes/dracula/medium/dark.txt new file mode 100644 index 0000000..4195f45 --- /dev/null +++ b/cli/src/zshell/assets/schemes/dracula/medium/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor BD93F9 +secondary_paletteKeyColor 50FA7B +tertiary_paletteKeyColor FF79C6 +neutral_paletteKeyColor 282A36 +neutral_variant_paletteKeyColor 44475A +background 282A36 +onBackground F8F8F2 +surface 343746 +surfaceDim 21222C +surfaceBright 4D4F66 +surfaceContainerLowest 191A21 +surfaceContainerLow 3C3F4E +surfaceContainer 3E4153 +surfaceContainerHigh 4D4F66 +surfaceContainerHighest 565970 +onSurface F8F8F2 +surfaceVariant 3E4153 +onSurfaceVariant F8F8F2 +inverseSurface F8F8F2 +inverseOnSurface 282A36 +outline 6272A4 +outlineVariant 4D4F66 +shadow 000000 +scrim 000000 +surfaceTint BD93F9 +primary BD93F9 +onPrimary 282A36 +primaryContainer 4D4F66 +onPrimaryContainer BD93F9 +inversePrimary 9D73D9 +secondary 50FA7B +onSecondary 282A36 +secondaryContainer 4D4F66 +onSecondaryContainer 50FA7B +tertiary FF79C6 +onTertiary 282A36 +tertiaryContainer 4D4F66 +onTertiaryContainer FF79C6 +error FF5555 +onError 282A36 +errorContainer 4C3743 +onErrorContainer FF5555 +primaryFixed BD93F9 +primaryFixedDim 9D73D9 +onPrimaryFixed 282A36 +onPrimaryFixedVariant 3E4153 +secondaryFixed 50FA7B +secondaryFixedDim 30DA5B +onSecondaryFixed 282A36 +onSecondaryFixedVariant 3E4153 +tertiaryFixed FF79C6 +tertiaryFixedDim DF59A6 +onTertiaryFixed 282A36 +onTertiaryFixedVariant 3E4153 +term0 282A36 +term1 FF5555 +term2 50FA7B +term3 F1FA8C +term4 BD93F9 +term5 FF79C6 +term6 8BE9FD +term7 F8F8F2 +term8 6272A4 +term9 FF6E6E +term10 69FF94 +term11 FFFFA5 +term12 D6ACFF +term13 FF92DF +term14 A4FFFF +term15 FFFFFF +rosewater F8F8F2 +flamingo FFB86C +pink FF79C6 +mauve BD93F9 +red FF5555 +maroon FF6E6E +peach FFB86C +yellow F1FA8C +green 50FA7B +teal 8BE9FD +sky 8BE9FD +sapphire 8BE9FD +blue BD93F9 +lavender BD93F9 +klink BD93F9 +klinkSelection BD93F9 +kvisited FF79C6 +kvisitedSelection FF79C6 +knegative FF5555 +knegativeSelection FF5555 +kneutral F1FA8C +kneutralSelection F1FA8C +kpositive 50FA7B +kpositiveSelection 50FA7B +text F8F8F2 +subtext1 F8F8F2 +subtext0 E6E6E6 +overlay2 A0A0A0 +overlay1 8A8A8A +overlay0 6272A4 +surface2 3E4153 +surface1 343746 +surface0 282A36 +base 282A36 +mantle 21222C +crust 191A21 +success 50FA7B +onSuccess 282A36 +successContainer 4D4F66 +onSuccessContainer F8F8F2 diff --git a/cli/src/zshell/assets/schemes/everblush/medium/dark.txt b/cli/src/zshell/assets/schemes/everblush/medium/dark.txt new file mode 100644 index 0000000..fefd5ac --- /dev/null +++ b/cli/src/zshell/assets/schemes/everblush/medium/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 8CCFB0 +secondary_paletteKeyColor E5C76B +tertiary_paletteKeyColor E5A5C5 +neutral_paletteKeyColor 2D3139 +neutral_variant_paletteKeyColor 3A3F4B +background 141B1E +onBackground E8E8E8 +surface 232A2D +surfaceDim 0F1416 +surfaceBright 3A4145 +surfaceContainerLowest 0A0E10 +surfaceContainerLow 2A3235 +surfaceContainer 2E3538 +surfaceContainerHigh 3A4145 +surfaceContainerHighest 434A4E +onSurface E8E8E8 +surfaceVariant 2E3538 +onSurfaceVariant B3B9BE +inverseSurface E8E8E8 +inverseOnSurface 141B1E +outline 8A8F94 +outlineVariant 3A4145 +shadow 000000 +scrim 000000 +surfaceTint 8CCFB0 +primary 8CCFB0 +onPrimary 141B1E +primaryContainer 3A4145 +onPrimaryContainer 8CCFB0 +inversePrimary 6FA98C +secondary E5C76B +onSecondary 141B1E +secondaryContainer 3A4145 +onSecondaryContainer E5C76B +tertiary E5A5C5 +onTertiary 141B1E +tertiaryContainer 3A4145 +onTertiaryContainer E5A5C5 +error E57474 +onError 141B1E +errorContainer 4A2C2C +onErrorContainer E57474 +primaryFixed 8CCFB0 +primaryFixedDim 6FA98C +onPrimaryFixed 141B1E +onPrimaryFixedVariant 3A3F4B +secondaryFixed E5C76B +secondaryFixedDim C4A855 +onSecondaryFixed 141B1E +onSecondaryFixedVariant 3A3F4B +tertiaryFixed E5A5C5 +tertiaryFixedDim C888A4 +onTertiaryFixed 141B1E +onTertiaryFixedVariant 3A3F4B +term0 141B1E +term1 E57474 +term2 8CCFB0 +term3 E5C76B +term4 67B0E8 +term5 C47FD5 +term6 6CBFBF +term7 E8E8E8 +term8 8A8F94 +term9 E57474 +term10 8CCFB0 +term11 E5C76B +term12 67B0E8 +term13 C47FD5 +term14 6CBFBF +term15 E8E8E8 +rosewater E8E8E8 +flamingo E5A5C5 +pink E5A5C5 +mauve C47FD5 +red E57474 +maroon E57474 +peach E59A84 +yellow E5C76B +green 8CCFB0 +teal 6CBFBF +sky 67B0E8 +sapphire 67B0E8 +blue 67B0E8 +lavender 67B0E8 +klink 67B0E8 +klinkSelection 67B0E8 +kvisited C47FD5 +kvisitedSelection C47FD5 +knegative E57474 +knegativeSelection E57474 +kneutral E5C76B +kneutralSelection E5C76B +kpositive 8CCFB0 +kpositiveSelection 8CCFB0 +text E8E8E8 +subtext1 B3B9BE +subtext0 8A8F94 +overlay2 7A7F84 +overlay1 6A6F74 +overlay0 5A5F64 +surface2 2E3538 +surface1 232A2D +surface0 1A2023 +base 141B1E +mantle 0F1416 +crust 0A0E10 +success 8CCFB0 +onSuccess 141B1E +successContainer 3A4145 +onSuccessContainer E8E8E8 diff --git a/cli/src/zshell/assets/schemes/everforest/hard/dark.txt b/cli/src/zshell/assets/schemes/everforest/hard/dark.txt new file mode 100644 index 0000000..d482350 --- /dev/null +++ b/cli/src/zshell/assets/schemes/everforest/hard/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 7FBBB3 +secondary_paletteKeyColor 83C092 +tertiary_paletteKeyColor A7C080 +neutral_paletteKeyColor 2E383C +neutral_variant_paletteKeyColor 374145 +background 1E2326 +onBackground D3C6AA +surface 252B2E +surfaceDim 15191C +surfaceBright 343E43 +surfaceContainerLowest 11161A +surfaceContainerLow 2A3338 +surfaceContainer 2E383C +surfaceContainerHigh 343E43 +surfaceContainerHighest 3A4448 +onSurface D3C6AA +surfaceVariant 374145 +onSurfaceVariant 9DA9A0 +inverseSurface D3C6AA +inverseOnSurface 1E2326 +outline 859289 +outlineVariant 414B50 +shadow 000000 +scrim 000000 +surfaceTint 7FBBB3 +primary 7FBBB3 +onPrimary 1E2326 +primaryContainer 414B50 +onPrimaryContainer A7C080 +inversePrimary 5A9A8F +secondary 83C092 +onSecondary 1E2326 +secondaryContainer 414B50 +onSecondaryContainer A7C080 +tertiary A7C080 +onTertiary 1E2326 +tertiaryContainer 414B50 +onTertiaryContainer D3C6AA +error E67E80 +onError 1E2326 +errorContainer 4C3743 +onErrorContainer E67E80 +primaryFixed 7FBBB3 +primaryFixedDim 5A9A8F +onPrimaryFixed 1E2326 +onPrimaryFixedVariant 374145 +secondaryFixed 83C092 +secondaryFixedDim 5F8C6F +onSecondaryFixed 1E2326 +onSecondaryFixedVariant 374145 +tertiaryFixed A7C080 +tertiaryFixedDim 7F9D5F +onTertiaryFixed 1E2326 +onTertiaryFixedVariant 374145 +term0 1E2326 +term1 E67E80 +term2 A7C080 +term3 DBBC7F +term4 7FBBB3 +term5 D699B6 +term6 83C092 +term7 D3C6AA +term8 859289 +term9 E67E80 +term10 A7C080 +term11 DBBC7F +term12 7FBBB3 +term13 D699B6 +term14 83C092 +term15 D3C6AA +rosewater D3C6AA +flamingo D699B6 +pink D699B6 +mauve D699B6 +red E67E80 +maroon E67E80 +peach E69875 +yellow DBBC7F +green A7C080 +teal 83C092 +sky 7FBBB3 +sapphire 7FBBB3 +blue 7FBBB3 +lavender 7FBBB3 +klink 7FBBB3 +klinkSelection 7FBBB3 +kvisited 83C092 +kvisitedSelection 83C092 +knegative E67E80 +knegativeSelection E67E80 +kneutral DBBC7F +kneutralSelection DBBC7F +kpositive A7C080 +kpositiveSelection A7C080 +text D3C6AA +subtext1 9DA9A0 +subtext0 859289 +overlay2 7A8478 +overlay1 6F7A6F +overlay0 5F6A5F +surface2 2E383C +surface1 252B2E +surface0 1E2326 +base 1E2326 +mantle 15191C +crust 11161A +success A7C080 +onSuccess 1E2326 +successContainer 414B50 +onSuccessContainer D3C6AA diff --git a/cli/src/zshell/assets/schemes/everforest/medium/dark.txt b/cli/src/zshell/assets/schemes/everforest/medium/dark.txt new file mode 100644 index 0000000..8616743 --- /dev/null +++ b/cli/src/zshell/assets/schemes/everforest/medium/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 7FBBB3 +secondary_paletteKeyColor 83C092 +tertiary_paletteKeyColor A7C080 +neutral_paletteKeyColor 2E383C +neutral_variant_paletteKeyColor 374145 +background 2D353B +onBackground D3C6AA +surface 343F44 +surfaceDim 232A2E +surfaceBright 475258 +surfaceContainerLowest 1E2326 +surfaceContainerLow 3B474E +surfaceContainer 3D484D +surfaceContainerHigh 475258 +surfaceContainerHighest 4C5258 +onSurface D3C6AA +surfaceVariant 3D484D +onSurfaceVariant 9DA9A0 +inverseSurface D3C6AA +inverseOnSurface 2D353B +outline 859289 +outlineVariant 475258 +shadow 000000 +scrim 000000 +surfaceTint 7FBBB3 +primary 7FBBB3 +onPrimary 2D353B +primaryContainer 475258 +onPrimaryContainer A7C080 +inversePrimary 5A9A8F +secondary 83C092 +onSecondary 2D353B +secondaryContainer 475258 +onSecondaryContainer A7C080 +tertiary A7C080 +onTertiary 2D353B +tertiaryContainer 475258 +onTertiaryContainer D3C6AA +error E67E80 +onError 2D353B +errorContainer 4C3743 +onErrorContainer E67E80 +primaryFixed 7FBBB3 +primaryFixedDim 5A9A8F +onPrimaryFixed 2D353B +onPrimaryFixedVariant 374145 +secondaryFixed 83C092 +secondaryFixedDim 5F8C6F +onSecondaryFixed 2D353B +onSecondaryFixedVariant 374145 +tertiaryFixed A7C080 +tertiaryFixedDim 7F9D5F +onTertiaryFixed 2D353B +onTertiaryFixedVariant 374145 +term0 2D353B +term1 E67E80 +term2 A7C080 +term3 DBBC7F +term4 7FBBB3 +term5 D699B6 +term6 83C092 +term7 D3C6AA +term8 859289 +term9 E67E80 +term10 A7C080 +term11 DBBC7F +term12 7FBBB3 +term13 D699B6 +term14 83C092 +term15 D3C6AA +rosewater D3C6AA +flamingo D699B6 +pink D699B6 +mauve D699B6 +red E67E80 +maroon E67E80 +peach E69875 +yellow DBBC7F +green A7C080 +teal 83C092 +sky 7FBBB3 +sapphire 7FBBB3 +blue 7FBBB3 +lavender 7FBBB3 +klink 7FBBB3 +klinkSelection 7FBBB3 +kvisited 83C092 +kvisitedSelection 83C092 +knegative E67E80 +knegativeSelection E67E80 +kneutral DBBC7F +kneutralSelection DBBC7F +kpositive A7C080 +kpositiveSelection A7C080 +text D3C6AA +subtext1 9DA9A0 +subtext0 859289 +overlay2 7A8478 +overlay1 6F7A6F +overlay0 5F6A5F +surface2 3D484D +surface1 343F44 +surface0 2D353B +base 2D353B +mantle 232A2E +crust 1E2326 +success A7C080 +onSuccess 2D353B +successContainer 475258 +onSuccessContainer D3C6AA diff --git a/cli/src/zshell/assets/schemes/everforest/medium/light.txt b/cli/src/zshell/assets/schemes/everforest/medium/light.txt new file mode 100644 index 0000000..92fd1dc --- /dev/null +++ b/cli/src/zshell/assets/schemes/everforest/medium/light.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 3A94C5 +secondary_paletteKeyColor 35A77C +tertiary_paletteKeyColor 8DA101 +neutral_paletteKeyColor E6E2CC +neutral_variant_paletteKeyColor E0DCC7 +background FDF6E3 +onBackground 5C6A72 +surface F3EAD3 +surfaceDim FDF6E3 +surfaceBright FFFBF0 +surfaceContainerLowest FFFBF0 +surfaceContainerLow FDF6E3 +surfaceContainer F3EAD3 +surfaceContainerHigh EAE4CA +surfaceContainerHighest E0DCC7 +onSurface 5C6A72 +surfaceVariant EAE4CA +onSurfaceVariant 6F7C84 +inverseSurface 5C6A72 +inverseOnSurface FDF6E3 +outline 939F91 +outlineVariant E0DCC7 +shadow 000000 +scrim 000000 +surfaceTint 3A94C5 +primary 3A94C5 +onPrimary FFFBF0 +primaryContainer E0DCC7 +onPrimaryContainer 8DA101 +inversePrimary 5FAFD7 +secondary 35A77C +onSecondary FFFBF0 +secondaryContainer E0DCC7 +onSecondaryContainer 8DA101 +tertiary 8DA101 +onTertiary FFFBF0 +tertiaryContainer E0DCC7 +onTertiaryContainer 5C6A72 +error F85552 +onError FFFBF0 +errorContainer E6E2CC +onErrorContainer F85552 +primaryFixed 3A94C5 +primaryFixedDim 5FAFD7 +onPrimaryFixed FFFBF0 +onPrimaryFixedVariant E0DCC7 +secondaryFixed 35A77C +secondaryFixedDim 5FC198 +onSecondaryFixed FFFBF0 +onSecondaryFixedVariant E0DCC7 +tertiaryFixed 8DA101 +tertiaryFixedDim A7C080 +onTertiaryFixed FFFBF0 +onTertiaryFixedVariant E0DCC7 +term0 5C6A72 +term1 F85552 +term2 8DA101 +term3 DFA000 +term4 3A94C5 +term5 DF69BA +term6 35A77C +term7 5C6A72 +term8 939F91 +term9 F85552 +term10 8DA101 +term11 DFA000 +term12 3A94C5 +term13 DF69BA +term14 35A77C +term15 5C6A72 +rosewater 5C6A72 +flamingo DF69BA +pink DF69BA +mauve DF69BA +red F85552 +maroon F85552 +peach E66868 +yellow DFA000 +green 8DA101 +teal 35A77C +sky 3A94C5 +sapphire 3A94C5 +blue 3A94C5 +lavender 3A94C5 +klink 3A94C5 +klinkSelection 3A94C5 +kvisited 35A77C +kvisitedSelection 35A77C +knegative F85552 +knegativeSelection F85552 +kneutral DFA000 +kneutralSelection DFA000 +kpositive 8DA101 +kpositiveSelection 8DA101 +text 5C6A72 +subtext1 6F7C84 +subtext0 939F91 +overlay2 A6B0A0 +overlay1 B9C0B0 +overlay0 CCD3C2 +surface2 EAE4CA +surface1 F3EAD3 +surface0 FDF6E3 +base FDF6E3 +mantle FFFBF0 +crust FFFEF9 +success 8DA101 +onSuccess FFFBF0 +successContainer E0DCC7 +onSuccessContainer 5C6A72 diff --git a/cli/src/zshell/assets/schemes/everforest/soft/dark.txt b/cli/src/zshell/assets/schemes/everforest/soft/dark.txt new file mode 100644 index 0000000..817425b --- /dev/null +++ b/cli/src/zshell/assets/schemes/everforest/soft/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 7FBBB3 +secondary_paletteKeyColor 83C092 +tertiary_paletteKeyColor A7C080 +neutral_paletteKeyColor 2E383C +neutral_variant_paletteKeyColor 374145 +background 323C41 +onBackground D3C6AA +surface 3A454A +surfaceDim 282F34 +surfaceBright 4D585D +surfaceContainerLowest 232A2E +surfaceContainerLow 414D54 +surfaceContainer 434E53 +surfaceContainerHigh 4D585D +surfaceContainerHighest 525C61 +onSurface D3C6AA +surfaceVariant 434E53 +onSurfaceVariant 9DA9A0 +inverseSurface D3C6AA +inverseOnSurface 323C41 +outline 859289 +outlineVariant 4D585D +shadow 000000 +scrim 000000 +surfaceTint 7FBBB3 +primary 7FBBB3 +onPrimary 323C41 +primaryContainer 4D585D +onPrimaryContainer A7C080 +inversePrimary 5A9A8F +secondary 83C092 +onSecondary 323C41 +secondaryContainer 4D585D +onSecondaryContainer A7C080 +tertiary A7C080 +onTertiary 323C41 +tertiaryContainer 4D585D +onTertiaryContainer D3C6AA +error E67E80 +onError 323C41 +errorContainer 4C3743 +onErrorContainer E67E80 +primaryFixed 7FBBB3 +primaryFixedDim 5A9A8F +onPrimaryFixed 323C41 +onPrimaryFixedVariant 374145 +secondaryFixed 83C092 +secondaryFixedDim 5F8C6F +onSecondaryFixed 323C41 +onSecondaryFixedVariant 374145 +tertiaryFixed A7C080 +tertiaryFixedDim 7F9D5F +onTertiaryFixed 323C41 +onTertiaryFixedVariant 374145 +term0 323C41 +term1 E67E80 +term2 A7C080 +term3 DBBC7F +term4 7FBBB3 +term5 D699B6 +term6 83C092 +term7 D3C6AA +term8 859289 +term9 E67E80 +term10 A7C080 +term11 DBBC7F +term12 7FBBB3 +term13 D699B6 +term14 83C092 +term15 D3C6AA +rosewater D3C6AA +flamingo D699B6 +pink D699B6 +mauve D699B6 +red E67E80 +maroon E67E80 +peach E69875 +yellow DBBC7F +green A7C080 +teal 83C092 +sky 7FBBB3 +sapphire 7FBBB3 +blue 7FBBB3 +lavender 7FBBB3 +klink 7FBBB3 +klinkSelection 7FBBB3 +kvisited 83C092 +kvisitedSelection 83C092 +knegative E67E80 +knegativeSelection E67E80 +kneutral DBBC7F +kneutralSelection DBBC7F +kpositive A7C080 +kpositiveSelection A7C080 +text D3C6AA +subtext1 9DA9A0 +subtext0 859289 +overlay2 7A8478 +overlay1 6F7A6F +overlay0 5F6A5F +surface2 434E53 +surface1 3A454A +surface0 323C41 +base 323C41 +mantle 282F34 +crust 232A2E +success A7C080 +onSuccess 323C41 +successContainer 4D585D +onSuccessContainer D3C6AA diff --git a/cli/src/zshell/assets/schemes/gruvbox/hard/dark.txt b/cli/src/zshell/assets/schemes/gruvbox/hard/dark.txt new file mode 100644 index 0000000..4b63ec9 --- /dev/null +++ b/cli/src/zshell/assets/schemes/gruvbox/hard/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 2d8194 +secondary_paletteKeyColor 607b83 +tertiary_paletteKeyColor 8e69a1 +neutral_paletteKeyColor 747879 +neutral_variant_paletteKeyColor 6f797c +background 101415 +onBackground e0e3e4 +surface 101415 +surfaceDim 101415 +surfaceBright 363a3b +surfaceContainerLowest 0b0f10 +surfaceContainerLow 181c1d +surfaceContainer 1c2021 +surfaceContainerHigh 272b2c +surfaceContainerHighest 323537 +onSurface e0e3e4 +surfaceVariant 3f484b +onSurfaceVariant bec8cc +inverseSurface e0e3e4 +inverseOnSurface 2d3132 +outline 889296 +outlineVariant 3f484b +shadow 000000 +scrim 000000 +surfaceTint 85d2e7 +primary 85d2e7 +onPrimary 003640 +primaryContainer 2d8194 +onPrimaryContainer 000609 +inversePrimary 00687a +secondary aecbd4 +onSecondary 18343b +secondaryContainer 304b52 +onSecondaryContainer 9dbac3 +tertiary e1b7f5 +onTertiary 432255 +tertiaryContainer a982bc +onTertiaryContainer 000000 +error ffb4ab +onError 690005 +errorContainer 93000a +onErrorContainer ffdad6 +primaryFixed acedff +primaryFixedDim 85d2e7 +onPrimaryFixed 001f26 +onPrimaryFixedVariant 004e5c +secondaryFixed cae7f1 +secondaryFixedDim aecbd4 +onSecondaryFixed 011f26 +onSecondaryFixedVariant 304b52 +tertiaryFixed f5d9ff +tertiaryFixedDim e1b7f5 +onTertiaryFixed 2c0b3f +onTertiaryFixedVariant 5b396d +term0 343434 +term1 8383ff +term2 40e1df +term3 75fcdd +term4 78b4c1 +term5 7aaee9 +term6 80d7de +term7 ccdcd6 +term8 9aa59f +term9 a29eff +term10 00f6f5 +term11 c9fff3 +term12 a4c7cd +term13 a2c0f7 +term14 87ebf1 +term15 ffffff +rosewater f4f0fa +flamingo dfe0f5 +pink bde1ff +mauve 73cafa +red 8ab5ff +maroon abbef0 +peach a9daac +yellow d0f9f4 +green 8af0f7 +teal a0ecf9 +sky 97e7fb +sapphire 77d4ef +blue 65c9ee +lavender 90d6f7 +klink 0093b4 +klinkSelection 0093b3 +kvisited 0089bf +kvisitedSelection 0089be +knegative 607eff +knegativeSelection 607eff +kneutral 34c359 +kneutralSelection 34c359 +kpositive 00bbc7 +kpositiveSelection 00bbc7 +text e0e3e4 +subtext1 bec8cc +subtext0 889296 +overlay2 767f83 +overlay1 646c6f +overlay0 535a5d +surface2 43494b +surface1 33383a +surface0 212627 +base 101415 +mantle 101415 +crust 0f1314 +success B5CCBA +onSuccess 213528 +successContainer 374B3E +onSuccessContainer D1E9D6 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/gruvbox/hard/light.txt b/cli/src/zshell/assets/schemes/gruvbox/hard/light.txt new file mode 100644 index 0000000..3ca8865 --- /dev/null +++ b/cli/src/zshell/assets/schemes/gruvbox/hard/light.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 7d7a2e +secondary_paletteKeyColor 7b7956 +tertiary_paletteKeyColor 57824d +neutral_paletteKeyColor 79776f +neutral_variant_paletteKeyColor 7a7868 +background fdf9ef +onBackground 1c1c16 +surface fdf9ef +surfaceDim dddad0 +surfaceBright fdf9ef +surfaceContainerLowest ffffff +surfaceContainerLow f7f3e9 +surfaceContainer f2eee4 +surfaceContainerHigh ece8de +surfaceContainerHighest e6e2d8 +onSurface 1c1c16 +surfaceVariant e7e3d0 +onSurfaceVariant 494739 +inverseSurface 32312a +inverseOnSurface f5f0e6 +outline 777565 +outlineVariant cac7b4 +shadow 000000 +scrim 000000 +surfaceTint 636116 +primary 636116 +onPrimary ffffff +primaryContainer 7a772c +onPrimaryContainer fffbff +inversePrimary ceca75 +secondary 62603e +onSecondary ffffff +secondaryContainer e8e4ba +onSecondaryContainer 686644 +tertiary 547f4a +onTertiary ffffff +tertiaryContainer 547f4a +onTertiaryContainer ffffff +error ba1a1a +onError ffffff +errorContainer ffdad6 +onErrorContainer 93000a +primaryFixed ebe68e +primaryFixedDim ceca75 +onPrimaryFixed 1e1d00 +onPrimaryFixedVariant 4b4900 +secondaryFixed e8e4ba +secondaryFixedDim ccc89f +onSecondaryFixed 1d1c03 +onSecondaryFixedVariant 4a4829 +tertiaryFixed bff0b0 +tertiaryFixedDim a4d396 +onTertiaryFixed 002201 +onTertiaryFixedVariant 275021 +term0 9d9a95 +term1 795d00 +term2 808606 +term3 846e00 +term4 948b22 +term5 8b6300 +term6 6e893e +term7 27211d +term8 0f0f0f +term9 967300 +term10 a1a62e +term11 a38918 +term12 b9ae43 +term13 ac7b00 +term14 8daa5b +term15 2e2723 +rosewater 937b2d +flamingo 917200 +pink a37500 +mauve 8f3b00 +red 695100 +maroon 7d6200 +peach 8c7400 +yellow 907e00 +green 6d7400 +teal 587027 +sky 4b882e +sapphire 5d7c2e +blue 00664e +lavender 00816c +klink 559652 +klinkSelection 559652 +kvisited c06b00 +kvisitedSelection c06b00 +knegative a78300 +knegativeSelection a78300 +kneutral c7a900 +kneutralSelection c7a900 +kpositive a0b31d +kpositiveSelection a1b31c +text 1c1c16 +subtext1 494739 +subtext0 777565 +overlay2 878576 +overlay1 999788 +overlay0 aba89a +surface2 bdbaad +surface1 d1cec2 +surface0 e7e3d8 +base fdf9ef +mantle f4f1e5 +crust efebdf +success 4F6354 +onSuccess FFFFFF +successContainer D1E8D5 +onSuccessContainer 0C1F13 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/gruvbox/medium/dark.txt b/cli/src/zshell/assets/schemes/gruvbox/medium/dark.txt new file mode 100644 index 0000000..65681fb --- /dev/null +++ b/cli/src/zshell/assets/schemes/gruvbox/medium/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 28828e +secondary_paletteKeyColor 5f7c81 +tertiary_paletteKeyColor 8a6aa3 +neutral_paletteKeyColor 747879 +neutral_variant_paletteKeyColor 6e797b +background 101415 +onBackground e0e3e4 +surface 101415 +surfaceDim 101415 +surfaceBright 363a3b +surfaceContainerLowest 0b0f10 +surfaceContainerLow 181c1d +surfaceContainer 1c2021 +surfaceContainerHigh 272b2b +surfaceContainerHighest 313536 +onSurface e0e3e4 +surfaceVariant 3e494a +onSurfaceVariant bec8ca +inverseSurface e0e3e4 +inverseOnSurface 2d3132 +outline 889394 +outlineVariant 3e494a +shadow 000000 +scrim 000000 +surfaceTint 81d3e0 +primary 81d3e0 +onPrimary 00363d +primaryContainer 28828e +onPrimaryContainer 000608 +inversePrimary 006874 +secondary adccd1 +onSecondary 173539 +secondaryContainer 2f4b50 +onSecondaryContainer 9cbac0 +tertiary ddb9f7 +onTertiary 402357 +tertiaryContainer a584bf +onTertiaryContainer 000000 +error ffb4ab +onError 690005 +errorContainer 93000a +onErrorContainer ffdad6 +primaryFixed 9eeffd +primaryFixedDim 81d3e0 +onPrimaryFixed 001f24 +onPrimaryFixedVariant 004f57 +secondaryFixed c9e8ee +secondaryFixedDim adccd1 +onSecondaryFixed 001f24 +onSecondaryFixedVariant 2f4b50 +tertiaryFixed f2daff +tertiaryFixedDim ddb9f7 +onTertiaryFixed 290c41 +onTertiaryFixedVariant 573a6f +term0 343434 +term1 8383ff +term2 44e1d5 +term3 75fcdd +term4 76b4bd +term5 7aaee9 +term6 80d8d8 +term7 ccdcd6 +term8 9aa59f +term9 a29eff +term10 13f7ea +term11 c9fff3 +term12 a3c7ca +term13 a2c0f7 +term14 87ecea +term15 ffffff +rosewater f1f3e5 +flamingo dfe0f5 +pink bae2ff +mauve 6cccf4 +red 8ab5ff +maroon abbef0 +peach a9daac +yellow d1faf1 +green 8af0f0 +teal 9fecf4 +sky 94e8f6 +sapphire 74d5e9 +blue 5fcae8 +lavender 8cd7f3 +klink 0094ac +klinkSelection 0094ab +kvisited 008bb6 +kvisitedSelection 008bb5 +knegative 607eff +knegativeSelection 607eff +kneutral 34c359 +kneutralSelection 34c359 +kpositive 00bcbf +kpositiveSelection 00bcbd +text e0e3e4 +subtext1 bec8ca +subtext0 889394 +overlay2 768081 +overlay1 646c6e +overlay0 535b5c +surface2 434a4b +surface1 33383a +surface0 212627 +base 101415 +mantle 101415 +crust 0f1314 +success B5CCBA +onSuccess 213528 +successContainer 374B3E +onSuccessContainer D1E9D6 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/gruvbox/medium/light.txt b/cli/src/zshell/assets/schemes/gruvbox/medium/light.txt new file mode 100644 index 0000000..62a2878 --- /dev/null +++ b/cli/src/zshell/assets/schemes/gruvbox/medium/light.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 857829 +secondary_paletteKeyColor 7f7753 +tertiary_paletteKeyColor 5f8146 +neutral_paletteKeyColor 7a776f +neutral_variant_paletteKeyColor 7b7767 +background fef9ee +onBackground 1d1c15 +surface fef9ee +surfaceDim dfd9cf +surfaceBright fef9ee +surfaceContainerLowest ffffff +surfaceContainerLow f9f3e9 +surfaceContainer f3ede3 +surfaceContainerHigh ede8dd +surfaceContainerHighest e7e2d8 +onSurface 1d1c15 +surfaceVariant e9e2cf +onSurfaceVariant 4a4738 +inverseSurface 32302a +inverseOnSurface f6f0e6 +outline 797564 +outlineVariant ccc6b3 +shadow 000000 +scrim 000000 +surfaceTint 6b5f10 +primary 6b5f10 +onPrimary ffffff +primaryContainer 827526 +onPrimaryContainer fffbff +inversePrimary d7c76f +secondary 655f3c +onSecondary ffffff +secondaryContainer ede3b7 +onSecondaryContainer 6c6542 +tertiary 5c7e43 +onTertiary ffffff +tertiaryContainer 5c7e43 +onTertiaryContainer ffffff +error ba1a1a +onError ffffff +errorContainer ffdad6 +onErrorContainer 93000a +primaryFixed f4e388 +primaryFixedDim d7c76f +onPrimaryFixed 201c00 +onPrimaryFixedVariant 514700 +secondaryFixed ede3b7 +secondaryFixedDim d0c79d +onSecondaryFixed 201c02 +onSecondaryFixedVariant 4d4727 +tertiaryFixed c7eea8 +tertiaryFixedDim acd28e +onTertiaryFixed 0b2000 +onTertiaryFixedVariant 304f1a +term0 9d9a95 +term1 7e5a00 +term2 898300 +term3 8a6b00 +term4 9c881c +term5 8f6100 +term6 768737 +term7 27211d +term8 0f0f0e +term9 9c7000 +term10 aaa425 +term11 aa8616 +term12 c1ab3e +term13 b17900 +term14 96a854 +term15 2e2723 +rosewater 98792c +flamingo 976f00 +pink a87300 +mauve 8f3b00 +red 6d4f00 +maroon 836000 +peach 927100 +yellow 967b00 +green 757200 +teal 5f6f20 +sky 4b882e +sapphire 657b26 +blue 00664e +lavender 00816c +klink 559652 +klinkSelection 559652 +kvisited c06b00 +kvisitedSelection c06b00 +knegative ae8000 +knegativeSelection ae8000 +kneutral d1a500 +kneutralSelection d0a500 +kpositive adaf00 +kpositiveSelection adaf00 +text 1d1c15 +subtext1 4a4738 +subtext0 797564 +overlay2 898575 +overlay1 9b9787 +overlay0 ada899 +surface2 bfbaac +surface1 d2cec1 +surface0 e8e3d7 +base fef9ee +mantle f6f1e4 +crust f0ebde +success 4F6354 +onSuccess FFFFFF +successContainer D1E8D5 +onSuccessContainer 0C1F13 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/gruvbox/soft/dark.txt b/cli/src/zshell/assets/schemes/gruvbox/soft/dark.txt new file mode 100644 index 0000000..8c69979 --- /dev/null +++ b/cli/src/zshell/assets/schemes/gruvbox/soft/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor a46a32 +secondary_paletteKeyColor 907156 +tertiary_paletteKeyColor 767c33 +neutral_paletteKeyColor 7e756f +neutral_variant_paletteKeyColor 847468 +background 18120e +onBackground ece0d9 +surface 18120e +surfaceDim 18120e +surfaceBright 3f3833 +surfaceContainerLowest 120d09 +surfaceContainerLow 201a16 +surfaceContainer 241e1a +surfaceContainerHigh 2f2924 +surfaceContainerHighest 3a332e +onSurface ece0d9 +surfaceVariant 52443a +onSurfaceVariant d6c3b5 +inverseSurface ece0d9 +inverseOnSurface 362f2a +outline 9f8e81 +outlineVariant 52443a +shadow 000000 +scrim 000000 +surfaceTint ffb878 +primary ffb878 +onPrimary 4c2700 +primaryContainer c28349 +onPrimaryContainer 0d0400 +inversePrimary 87521c +secondary e5bfa1 +onSecondary 432b16 +secondaryContainer 5c412a +onSecondaryContainer d3ae90 +tertiary c6cc7a +onTertiary 2f3300 +tertiaryContainer 90964a +onTertiaryContainer 000000 +error ffb4ab +onError 690005 +errorContainer 93000a +onErrorContainer ffdad6 +primaryFixed ffdcc1 +primaryFixedDim ffb878 +onPrimaryFixed 2e1500 +onPrimaryFixedVariant 6b3b04 +secondaryFixed ffdcc1 +secondaryFixedDim e5bfa1 +onSecondaryFixed 2b1704 +onSecondaryFixedVariant 5c412a +tertiaryFixed e2e993 +tertiaryFixedDim c6cc7a +onTertiaryFixed 1b1d00 +onTertiaryFixedVariant 454a03 +term0 353433 +term1 e17300 +term2 ffc071 +term3 ffe0c6 +term4 b9ab66 +term5 ed9562 +term6 f4c16d +term7 ebd4c1 +term8 b29f91 +term9 ff8a20 +term10 ffd6a8 +term11 fff2e8 +term12 d7be91 +term13 fcad7e +term14 ffd497 +term15 ffffff +rosewater ffeee5 +flamingo fedbc7 +pink ffd4c1 +mauve ffac8e +red fe9c5e +maroon f5af83 +peach ffc18f +yellow ffeee1 +green ffdaa5 +teal ffdb92 +sky e1df87 +sapphire b3d27e +blue ffa2bd +lavender ffbcbb +klink bf6ba0 +klinkSelection bf6ba0 +kvisited cc6232 +kvisitedSelection cc6232 +knegative d66a00 +knegativeSelection d66900 +kneutral ff8d00 +kneutralSelection ff8d06 +kpositive de9d00 +kpositiveSelection df9d00 +text ece0d9 +subtext1 d6c3b5 +subtext0 9f8e81 +overlay2 8b7b70 +overlay1 76685e +overlay0 63574e +surface2 51463f +surface1 3f362f +surface0 2b241f +base 18120e +mantle 18120e +crust 17110d +success B5CCBA +onSuccess 213528 +successContainer 374B3E +onSuccessContainer D1E9D6 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/gruvbox/soft/light.txt b/cli/src/zshell/assets/schemes/gruvbox/soft/light.txt new file mode 100644 index 0000000..e57eb7d --- /dev/null +++ b/cli/src/zshell/assets/schemes/gruvbox/soft/light.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 887627 +secondary_paletteKeyColor 817753 +tertiary_paletteKeyColor 628043 +neutral_paletteKeyColor 7b776f +neutral_variant_paletteKeyColor 7d7766 +background fff9ee +onBackground 1d1b15 +surface fff9ee +surfaceDim dfd9cf +surfaceBright fff9ee +surfaceContainerLowest ffffff +surfaceContainerLow f9f3e8 +surfaceContainer f3ede3 +surfaceContainerHigh eee7dd +surfaceContainerHighest e8e2d8 +onSurface 1d1b15 +surfaceVariant eae2ce +onSurfaceVariant 4b4738 +inverseSurface 333029 +inverseOnSurface f6f0e6 +outline 7a7464 +outlineVariant cdc6b3 +shadow 000000 +scrim 000000 +surfaceTint 6e5d0e +primary 867425 +onPrimary ffffff +primaryContainer 887627 +onPrimaryContainer 070500 +inversePrimary dcc66e +secondary 675e3c +onSecondary ffffff +secondaryContainer efe2b7 +onSecondaryContainer 6d6441 +tertiary 5f7d41 +onTertiary ffffff +tertiaryContainer 5f7d41 +onTertiaryContainer ffffff +error ba1a1a +onError ffffff +errorContainer ffdad6 +onErrorContainer 93000a +primaryFixed f9e287 +primaryFixedDim dcc66e +onPrimaryFixed 221b00 +onPrimaryFixedVariant 544600 +secondaryFixed efe2b7 +secondaryFixedDim d3c69c +onSecondaryFixed 211b02 +onSecondaryFixedVariant 4f4726 +tertiaryFixed cbeea5 +tertiaryFixedDim b0d18b +onTertiaryFixed 0e2000 +onTertiaryFixedVariant 334e17 +term0 9e9a95 +term1 815900 +term2 8d8200 +term3 8d6a00 +term4 a0871a +term5 926000 +term6 7a8734 +term7 27211d +term8 0f0f0e +term9 9f6f00 +term10 afa220 +term11 ae8516 +term12 c5aa3c +term13 b47700 +term14 9aa751 +term15 2e2723 +rosewater 9b782c +flamingo 9a6e00 +pink ab7100 +mauve 8f3b00 +red 6f4e00 +maroon 855f00 +peach 957000 +yellow 9a7a00 +green 797100 +teal 636e1c +sky 4b882e +sapphire 6a7a22 +blue 00664e +lavender c2484e +klink 559652 +klinkSelection 559652 +kvisited c06b00 +kvisitedSelection c06b00 +knegative b27f00 +knegativeSelection b27f00 +kneutral d5a300 +kneutralSelection d5a300 +kpositive b3ae00 +kpositiveSelection b3ae00 +text 1d1b15 +subtext1 4b4738 +subtext0 7a7464 +overlay2 8a8475 +overlay1 9c9687 +overlay0 aea899 +surface2 c0baac +surface1 d3cdc0 +surface0 e9e3d7 +base fff9ee +mantle f7f1e4 +crust f1ebde +success 4F6354 +onSuccess FFFFFF +successContainer D1E8D5 +onSuccessContainer 0C1F13 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/nord/medium/dark.txt b/cli/src/zshell/assets/schemes/nord/medium/dark.txt new file mode 100644 index 0000000..9e0cc02 --- /dev/null +++ b/cli/src/zshell/assets/schemes/nord/medium/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 88C0D0 +secondary_paletteKeyColor 81A1C1 +tertiary_paletteKeyColor 5E81AC +neutral_paletteKeyColor 3B4252 +neutral_variant_paletteKeyColor 434C5E +background 2E3440 +onBackground ECEFF4 +surface 3B4252 +surfaceDim 242933 +surfaceBright 4C566A +surfaceContainerLowest 1F232C +surfaceContainerLow 424A5E +surfaceContainer 434C5E +surfaceContainerHigh 4C566A +surfaceContainerHighest 55606E +onSurface ECEFF4 +surfaceVariant 434C5E +onSurfaceVariant D8DEE9 +inverseSurface ECEFF4 +inverseOnSurface 2E3440 +outline 616E88 +outlineVariant 4C566A +shadow 000000 +scrim 000000 +surfaceTint 88C0D0 +primary 88C0D0 +onPrimary 2E3440 +primaryContainer 4C566A +onPrimaryContainer 88C0D0 +inversePrimary 6FA3B3 +secondary 81A1C1 +onSecondary 2E3440 +secondaryContainer 4C566A +onSecondaryContainer 81A1C1 +tertiary 5E81AC +onTertiary 2E3440 +tertiaryContainer 4C566A +onTertiaryContainer 5E81AC +error BF616A +onError 2E3440 +errorContainer 4C3743 +onErrorContainer BF616A +primaryFixed 88C0D0 +primaryFixedDim 6FA3B3 +onPrimaryFixed 2E3440 +onPrimaryFixedVariant 434C5E +secondaryFixed 81A1C1 +secondaryFixedDim 6A84A4 +onSecondaryFixed 2E3440 +onSecondaryFixedVariant 434C5E +tertiaryFixed 5E81AC +tertiaryFixedDim 4A6A8F +onTertiaryFixed 2E3440 +onTertiaryFixedVariant 434C5E +term0 3B4252 +term1 BF616A +term2 A3BE8C +term3 EBCB8B +term4 81A1C1 +term5 B48EAD +term6 88C0D0 +term7 E5E9F0 +term8 4C566A +term9 BF616A +term10 A3BE8C +term11 EBCB8B +term12 81A1C1 +term13 B48EAD +term14 8FBCBB +term15 ECEFF4 +rosewater ECEFF4 +flamingo B48EAD +pink B48EAD +mauve B48EAD +red BF616A +maroon BF616A +peach D08770 +yellow EBCB8B +green A3BE8C +teal 8FBCBB +sky 88C0D0 +sapphire 81A1C1 +blue 5E81AC +lavender 5E81AC +klink 88C0D0 +klinkSelection 88C0D0 +kvisited 81A1C1 +kvisitedSelection 81A1C1 +knegative BF616A +knegativeSelection BF616A +kneutral EBCB8B +kneutralSelection EBCB8B +kpositive A3BE8C +kpositiveSelection A3BE8C +text ECEFF4 +subtext1 D8DEE9 +subtext0 616E88 +overlay2 5A677E +overlay1 4F5B73 +overlay0 434C5E +surface2 434C5E +surface1 3B4252 +surface0 2E3440 +base 2E3440 +mantle 242933 +crust 1F232C +success A3BE8C +onSuccess 2E3440 +successContainer 4C566A +onSuccessContainer ECEFF4 diff --git a/cli/src/zshell/assets/schemes/oldworld/default/dark.txt b/cli/src/zshell/assets/schemes/oldworld/default/dark.txt new file mode 100644 index 0000000..9059dfc --- /dev/null +++ b/cli/src/zshell/assets/schemes/oldworld/default/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 5a77ab +secondary_paletteKeyColor 6d778e +tertiary_paletteKeyColor 966699 +neutral_paletteKeyColor 76777b +neutral_variant_paletteKeyColor 747780 +background 121317 +onBackground e3e2e7 +surface 121317 +surfaceDim 121317 +surfaceBright 38393d +surfaceContainerLowest 0d0e11 +surfaceContainerLow 1a1b1f +surfaceContainer 1e2023 +surfaceContainerHigh 292a2e +surfaceContainerHighest 343538 +onSurface e3e2e7 +surfaceVariant 43474f +onSurfaceVariant c4c6d0 +inverseSurface e3e2e7 +inverseOnSurface 2f3034 +outline 8e909a +outlineVariant 43474f +shadow 000000 +scrim 000000 +surfaceTint aac7ff +primary aac7ff +onPrimary 0b3060 +primaryContainer 5a77ab +onPrimaryContainer ffffff +inversePrimary 415e91 +secondary bcc7df +onSecondary 263144 +secondaryContainer 3d475b +onSecondaryContainer abb5ce +tertiary ecb4ed +onTertiary 49204e +tertiaryContainer b280b4 +onTertiaryContainer 000000 +error ffb4ab +onError 690005 +errorContainer 93000a +onErrorContainer ffdad6 +primaryFixed d7e3ff +primaryFixedDim aac7ff +onPrimaryFixed 001b3e +onPrimaryFixedVariant 284777 +secondaryFixed d8e2fc +secondaryFixedDim bcc7df +onSecondaryFixed 111c2e +onSecondaryFixedVariant 3d475b +tertiaryFixed ffd6fd +tertiaryFixedDim ecb4ed +onTertiaryFixed 310938 +onTertiaryFixedVariant 623766 +term0 353434 +term1 8881ff +term2 44def5 +term3 ffdcf2 +term4 8badd4 +term5 9ea5ef +term6 95d0fb +term7 e8d3de +term8 ac9fa9 +term9 a39eff +term10 89ecff +term11 c9fff3 +term12 aec3da +term13 b7baf8 +term14 b7e0ff +term15 ffffff +rosewater f4f0fa +flamingo e2dff5 +pink d7dbff +mauve abbeff +red a9adff +maroon b9baf1 +peach e0c2f9 +yellow d0f9f4 +green c3e4ff +teal c8e2ff +sky c4ddff +sapphire a4caff +blue 9abdff +lavender b7ccff +klink 5689ce +klinkSelection 5689ce +kvisited 5f7bdd +kvisitedSelection 5f7bdd +knegative 7877ff +knegativeSelection 7878ff +kneutral c794ff +kneutralSelection c794ff +kpositive 13b3ff +kpositiveSelection 0db3ff +text e3e2e7 +subtext1 c4c6d0 +subtext0 8e909a +overlay2 7c7d86 +overlay1 686a72 +overlay0 575960 +surface2 46484e +surface1 36373d +surface0 24252a +base 121317 +mantle 121317 +crust 111216 +success B5CCBA +onSuccess 213528 +successContainer 374B3E +onSuccessContainer D1E9D6 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/onedark/default/dark.txt b/cli/src/zshell/assets/schemes/onedark/default/dark.txt new file mode 100644 index 0000000..f300198 --- /dev/null +++ b/cli/src/zshell/assets/schemes/onedark/default/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 5878ab +secondary_paletteKeyColor 6c778d +tertiary_paletteKeyColor 966799 +neutral_paletteKeyColor 76777b +neutral_variant_paletteKeyColor 747780 +background 121317 +onBackground e3e2e7 +surface 121317 +surfaceDim 121317 +surfaceBright 38393d +surfaceContainerLowest 0d0e11 +surfaceContainerLow 1a1c1f +surfaceContainer 1e2023 +surfaceContainerHigh 292a2d +surfaceContainerHighest 333538 +onSurface e3e2e7 +surfaceVariant 43474f +onSurfaceVariant c3c6d0 +inverseSurface e3e2e7 +inverseOnSurface 2f3034 +outline 8d919a +outlineVariant 43474f +shadow 000000 +scrim 000000 +surfaceTint a8c8ff +primary a8c8ff +onPrimary 05305f +primaryContainer 7292c6 +onPrimaryContainer 000513 +inversePrimary 3e5f90 +secondary bbc7df +onSecondary 253144 +secondaryContainer 3c475b +onSecondaryContainer aab5cd +tertiary ebb5ec +onTertiary 48204e +tertiaryContainer b180b4 +onTertiaryContainer 000000 +error ffb4ab +onError 690005 +errorContainer 93000a +onErrorContainer ffdad6 +primaryFixed d5e3ff +primaryFixedDim a8c8ff +onPrimaryFixed 001b3c +onPrimaryFixedVariant 254777 +secondaryFixed d7e3fc +secondaryFixedDim bbc7df +onSecondaryFixed 101c2e +onSecondaryFixedVariant 3c475b +tertiaryFixed ffd6fe +tertiaryFixedDim ebb5ec +onTertiaryFixed 310937 +onTertiaryFixedVariant 613766 +term0 343434 +term1 8483ff +term2 44def5 +term3 ffdcf2 +term4 8aaed3 +term5 9ca5ef +term6 94d0fa +term7 e8d3de +term8 ac9fa9 +term9 a29eff +term10 89ecff +term11 c9fff3 +term12 adc4d9 +term13 b5baf8 +term14 b6e1ff +term15 ffffff +rosewater f4f0fa +flamingo e2e0f5 +pink d6dbff +mauve a9bfff +red a6aeff +maroon b7baf1 +peach e0c2f9 +yellow d0f9f4 +green c1e4ff +teal c7e3ff +sky c2deff +sapphire a1caff +blue 97beff +lavender b5cdff +klink 5389ce +klinkSelection 5489ce +kvisited 5b7cdd +kvisitedSelection 5c7bdd +knegative 7479ff +knegativeSelection 7578ff +kneutral c794ff +kneutralSelection c794ff +kpositive 00b4fd +kpositiveSelection 00b4fe +text e3e2e7 +subtext1 c3c6d0 +subtext0 8d919a +overlay2 7b7e86 +overlay1 686b72 +overlay0 575960 +surface2 46484e +surface1 36373d +surface0 24252a +base 121317 +mantle 121317 +crust 111216 +success B5CCBA +onSuccess 213528 +successContainer 374B3E +onSuccessContainer D1E9D6 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/rosepine/dawn/light.txt b/cli/src/zshell/assets/schemes/rosepine/dawn/light.txt new file mode 100644 index 0000000..d564a5d --- /dev/null +++ b/cli/src/zshell/assets/schemes/rosepine/dawn/light.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 8b7526 +secondary_paletteKeyColor 827652 +tertiary_paletteKeyColor 667f40 +neutral_paletteKeyColor 7b776f +neutral_variant_paletteKeyColor 7e7766 +background fff8f0 +onBackground 1e1b15 +surface fff8f0 +surfaceDim e0d9cf +surfaceBright fff8f0 +surfaceContainerLowest ffffff +surfaceContainerLow faf3e8 +surfaceContainer f4ede3 +surfaceContainerHigh eee7dd +surfaceContainerHighest e8e2d7 +onSurface 1e1b15 +surfaceVariant ebe2ce +onSurfaceVariant 4c4638 +inverseSurface 333029 +inverseOnSurface f7f0e5 +outline 7b7464 +outlineVariant cec6b3 +shadow 000000 +scrim 000000 +surfaceTint 715c0d +primary 897324 +onPrimary ffffff +primaryContainer 8b7526 +onPrimaryContainer 070500 +inversePrimary e0c56d +secondary 695e3b +onSecondary ffffff +secondaryContainer f1e2b6 +onSecondaryContainer 6f6441 +tertiary 647d3e +onTertiary ffffff +tertiaryContainer 647d3e +onTertiaryContainer ffffff +error ba1a1a +onError ffffff +errorContainer ffdad6 +onErrorContainer 93000a +primaryFixed fde186 +primaryFixedDim e0c56d +onPrimaryFixed 231b00 +onPrimaryFixedVariant 564500 +secondaryFixed f1e2b6 +secondaryFixedDim d5c69c +onSecondaryFixed 221b02 +onSecondaryFixedVariant 504626 +tertiaryFixed d0eda2 +tertiaryFixedDim b4d088 +onTertiaryFixed 121f00 +onTertiaryFixedVariant 374d14 +term0 9e9a95 +term1 835800 +term2 908100 +term3 906900 +term4 a38618 +term5 945e00 +term6 7d8631 +term7 27211d +term8 100f0e +term9 a26e00 +term10 b3a11d +term11 b08416 +term12 c8a93b +term13 b77600 +term14 9da74e +term15 2e2723 +rosewater 9d772d +flamingo 9c6d00 +pink ae7000 +mauve 8f3b00 +red 714d00 +maroon 885e00 +peach 986f00 +yellow 9d7900 +green 7b7000 +teal 666d19 +sky 4b882e +sapphire 6d791e +blue 00664e +lavender c2484e +klink 559652 +klinkSelection 559652 +kvisited c06b00 +kvisitedSelection c06b00 +knegative b47d00 +knegativeSelection b57d00 +kneutral d8a200 +kneutralSelection d9a200 +kpositive b7ac00 +kpositiveSelection b8ac00 +text 1e1b15 +subtext1 4c4638 +subtext0 7b7464 +overlay2 8b8475 +overlay1 9d9688 +overlay0 aea79a +surface2 c0b9ae +surface1 d4cdc2 +surface0 e9e2d9 +base fff8f0 +mantle f7f0e6 +crust f2eae0 +success 4F6354 +onSuccess FFFFFF +successContainer D1E8D5 +onSuccessContainer 0C1F13 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/rosepine/main/dark.txt b/cli/src/zshell/assets/schemes/rosepine/main/dark.txt new file mode 100644 index 0000000..e5e5adb --- /dev/null +++ b/cli/src/zshell/assets/schemes/rosepine/main/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 786fab +secondary_paletteKeyColor 79748e +tertiary_paletteKeyColor a1638a +neutral_paletteKeyColor 79767b +neutral_variant_paletteKeyColor 787580 +background 141317 +onBackground e5e1e7 +surface 141317 +surfaceDim 141317 +surfaceBright 3a383d +surfaceContainerLowest 0e0e11 +surfaceContainerLow 1c1b1f +surfaceContainer 201f23 +surfaceContainerHigh 2b292e +surfaceContainerHighest 363438 +onSurface e5e1e7 +surfaceVariant 48454f +onSurfaceVariant c9c4d0 +inverseSurface e5e1e7 +inverseOnSurface 313034 +outline 938f9a +outlineVariant 48454f +shadow 000000 +scrim 000000 +surfaceTint c9bfff +primary c9bfff +onPrimary 31285f +primaryContainer 786fab +onPrimaryContainer ffffff +inversePrimary 5f5791 +secondary c9c3e0 +onSecondary 312e44 +secondaryContainer 48445b +onSecondaryContainer b7b1ce +tertiary f9b1dc +onTertiary 501d41 +tertiaryContainer be7ca5 +onTertiaryContainer 000000 +error ffb4ab +onError 690005 +errorContainer 93000a +onErrorContainer ffdad6 +primaryFixed e5deff +primaryFixedDim c9bfff +onPrimaryFixed 1b1149 +onPrimaryFixedVariant 473f77 +secondaryFixed e5dffc +secondaryFixedDim c9c3e0 +onSecondaryFixed 1c192e +onSecondaryFixedVariant 48445b +tertiaryFixed ffd8ec +tertiaryFixedDim f9b1dc +onTertiaryFixed 37072b +onTertiaryFixedVariant 6a3458 +term0 353434 +term1 b96cff +term2 ffbac2 +term3 ffdcf2 +term4 9da8d8 +term5 bb9de8 +term6 9dceff +term7 e8d3de +term8 ac9fa9 +term9 cb8fff +term10 ffd2d5 +term11 fff0f6 +term12 b7c0dd +term13 cfb3f2 +term14 bae0ff +term15 ffffff +rosewater f8eff8 +flamingo ebddf2 +pink e6d6ff +mauve c6b6ff +red c9a3fa +maroon ceb4eb +peach e5c1f6 +yellow ffecf3 +green c8e3ff +teal d7dfff +sky d3d9ff +sapphire bdc3ff +blue b7b6ff +lavender ccc6ff +klink 7b80d1 +klinkSelection 7b80d1 +kvisited 8a6fd7 +kvisitedSelection 8a6fd7 +knegative ac62fa +knegativeSelection ac62fa +kneutral d48dff +kneutralSelection d48eff +kpositive 60adff +kpositiveSelection 60adff +text e5e1e7 +subtext1 c9c4d0 +subtext0 938f9a +overlay2 807c86 +overlay1 6c6972 +overlay0 5b5860 +surface2 4a474e +surface1 39373d +surface0 262529 +base 141317 +mantle 141317 +crust 131216 +success B5CCBA +onSuccess 213528 +successContainer 374B3E +onSuccessContainer D1E9D6 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/rosepine/moon/dark.txt b/cli/src/zshell/assets/schemes/rosepine/moon/dark.txt new file mode 100644 index 0000000..4686ac9 --- /dev/null +++ b/cli/src/zshell/assets/schemes/rosepine/moon/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 7670ac +secondary_paletteKeyColor 78748e +tertiary_paletteKeyColor a1638b +neutral_paletteKeyColor 78767b +neutral_variant_paletteKeyColor 787680 +background 141317 +onBackground e5e1e7 +surface 141317 +surfaceDim 141317 +surfaceBright 3a383d +surfaceContainerLowest 0e0e11 +surfaceContainerLow 1c1b1f +surfaceContainer 201f23 +surfaceContainerHigh 2a292e +surfaceContainerHighest 353438 +onSurface e5e1e7 +surfaceVariant 47454f +onSurfaceVariant c9c5d0 +inverseSurface e5e1e7 +inverseOnSurface 313034 +outline 928f9a +outlineVariant 47454f +shadow 000000 +scrim 000000 +surfaceTint c6bfff +primary c6bfff +onPrimary 2e2960 +primaryContainer 7670ac +onPrimaryContainer 040025 +inversePrimary 5d5791 +secondary c8c3e0 +onSecondary 302e44 +secondaryContainer 47445c +onSecondaryContainer b6b2ce +tertiary f9b1dd +onTertiary 501d41 +tertiaryContainer be7ca6 +onTertiaryContainer 000000 +error ffb4ab +onError 690005 +errorContainer 93000a +onErrorContainer ffdad6 +primaryFixed e4dfff +primaryFixedDim c6bfff +onPrimaryFixed 19124a +onPrimaryFixedVariant 454078 +secondaryFixed e4dffd +secondaryFixedDim c8c3e0 +onSecondaryFixed 1b192e +onSecondaryFixedVariant 47445c +tertiaryFixed ffd8ed +tertiaryFixedDim f9b1dd +onTertiaryFixed 37072b +onTertiaryFixedVariant 6a3459 +term0 353434 +term1 b56eff +term2 ffbac2 +term3 ffdcf2 +term4 9ca9d8 +term5 b89de9 +term6 9dceff +term7 e8d3de +term8 ac9fa9 +term9 c791ff +term10 89ecff +term11 fff0f6 +term12 b7c0dd +term13 cdb4f3 +term14 bae0ff +term15 ffffff +rosewater f8eff8 +flamingo eaddf3 +pink e4d7ff +mauve c4b7ff +red c6a4fb +maroon ccb4eb +peach e4c1f7 +yellow ffecf3 +green c8e3ff +teal d5dfff +sky d2d9ff +sapphire bbc4ff +blue b5b6ff +lavender cbc7ff +klink 7880d1 +klinkSelection 7881d1 +kvisited 8770d8 +kvisitedSelection 8770d8 +knegative a964fd +knegativeSelection a864fd +kneutral d08fff +kneutralSelection d090ff +kpositive 60adff +kpositiveSelection 60adff +text e5e1e7 +subtext1 c9c5d0 +subtext0 928f9a +overlay2 7f7c86 +overlay1 6c6972 +overlay0 5a5860 +surface2 49474e +surface1 38373c +surface0 262529 +base 141317 +mantle 141317 +crust 131216 +success B5CCBA +onSuccess 213528 +successContainer 374B3E +onSuccessContainer D1E9D6 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/shadotheme/default/dark.txt b/cli/src/zshell/assets/schemes/shadotheme/default/dark.txt new file mode 100644 index 0000000..a249d7b --- /dev/null +++ b/cli/src/zshell/assets/schemes/shadotheme/default/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 6f72ac +secondary_paletteKeyColor 75758e +tertiary_paletteKeyColor 9d648f +neutral_paletteKeyColor 78767b +neutral_variant_paletteKeyColor 777680 +background 131317 +onBackground e5e1e7 +surface 131317 +surfaceDim 131317 +surfaceBright 39393d +surfaceContainerLowest 0e0e11 +surfaceContainerLow 1b1b1f +surfaceContainer 1f1f23 +surfaceContainerHigh 2a292e +surfaceContainerHighest 353438 +onSurface e5e1e7 +surfaceVariant 46464f +onSurfaceVariant c7c5d1 +inverseSurface e5e1e7 +inverseOnSurface 303034 +outline 918f9a +outlineVariant 46464f +shadow 000000 +scrim 000000 +surfaceTint bfc1ff +primary bfc1ff +onPrimary 282b60 +primaryContainer 6f72ac +onPrimaryContainer 000028 +inversePrimary 565992 +secondary c5c4e0 +onSecondary 2e2f44 +secondaryContainer 44455c +onSecondaryContainer b3b3ce +tertiary f4b2e2 +onTertiary 4e1e45 +tertiaryContainer ba7eaa +onTertiaryContainer 000000 +error ffb4ab +onError 690005 +errorContainer 93000a +onErrorContainer ffdad6 +primaryFixed e0e0ff +primaryFixedDim bfc1ff +onPrimaryFixed 12144a +onPrimaryFixedVariant 3e4278 +secondaryFixed e1e0fd +secondaryFixedDim c5c4e0 +onSecondaryFixed 191a2e +onSecondaryFixedVariant 44455c +tertiaryFixed ffd7f1 +tertiaryFixedDim f4b2e2 +onTertiaryFixed 35082f +onTertiaryFixedVariant 67355d +term0 353434 +term1 a875ff +term2 44def5 +term3 ffdcf2 +term4 97aad7 +term5 b29feb +term6 9dceff +term7 e8d3de +term8 ac9fa9 +term9 bd95ff +term10 89ecff +term11 fff0f6 +term12 b4c1dc +term13 c8b5f5 +term14 bae0ff +term15 ffffff +rosewater f7eff9 +flamingo e8def3 +pink e1d8ff +mauve bdb9ff +red bfa6fe +maroon c7b6ed +peach e0c2f9 +yellow ffecf3 +green c8e3ff +teal d2e0ff +sky cedaff +sapphire b5c5ff +blue aeb8ff +lavender c6c8ff +klink 7083d2 +klinkSelection 6f83d2 +kvisited 7e73db +kvisitedSelection 7d73db +knegative 9d69ff +knegativeSelection 9b6aff +kneutral c794ff +kneutralSelection c794ff +kpositive 60adff +kpositiveSelection 60adff +text e5e1e7 +subtext1 c7c5d1 +subtext0 918f9a +overlay2 7e7c86 +overlay1 6b6972 +overlay0 595860 +surface2 48474e +surface1 37373d +surface0 25252a +base 131317 +mantle 131317 +crust 121216 +success B5CCBA +onSuccess 213528 +successContainer 374B3E +onSuccessContainer D1E9D6 \ No newline at end of file diff --git a/cli/src/zshell/assets/schemes/solarized/medium/dark.txt b/cli/src/zshell/assets/schemes/solarized/medium/dark.txt new file mode 100644 index 0000000..7000788 --- /dev/null +++ b/cli/src/zshell/assets/schemes/solarized/medium/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 268BD2 +secondary_paletteKeyColor 2AA198 +tertiary_paletteKeyColor 6C71C4 +neutral_paletteKeyColor 002B36 +neutral_variant_paletteKeyColor 073642 +background 002B36 +onBackground FDF6E3 +surface 073642 +surfaceDim 001F29 +surfaceBright 0D4250 +surfaceContainerLowest 00151D +surfaceContainerLow 0A404E +surfaceContainer 094B59 +surfaceContainerHigh 0D4250 +surfaceContainerHighest 11505E +onSurface FDF6E3 +surfaceVariant 094B59 +onSurfaceVariant 93A1A1 +inverseSurface FDF6E3 +inverseOnSurface 002B36 +outline 586E75 +outlineVariant 0D4250 +shadow 000000 +scrim 000000 +surfaceTint 268BD2 +primary 268BD2 +onPrimary 002B36 +primaryContainer 0D4250 +onPrimaryContainer 268BD2 +inversePrimary 2075B2 +secondary 2AA198 +onSecondary 002B36 +secondaryContainer 0D4250 +onSecondaryContainer 2AA198 +tertiary 6C71C4 +onTertiary 002B36 +tertiaryContainer 0D4250 +onTertiaryContainer 6C71C4 +error DC322F +onError 002B36 +errorContainer 4C3743 +onErrorContainer DC322F +primaryFixed 268BD2 +primaryFixedDim 2075B2 +onPrimaryFixed 002B36 +onPrimaryFixedVariant 094B59 +secondaryFixed 2AA198 +secondaryFixedDim 228178 +onSecondaryFixed 002B36 +onSecondaryFixedVariant 094B59 +tertiaryFixed 6C71C4 +tertiaryFixedDim 5C61A4 +onTertiaryFixed 002B36 +onTertiaryFixedVariant 094B59 +term0 002B36 +term1 DC322F +term2 859900 +term3 B58900 +term4 268BD2 +term5 D33682 +term6 2AA198 +term7 EEE8D5 +term8 586E75 +term9 CB4B16 +term10 859900 +term11 B58900 +term12 268BD2 +term13 6C71C4 +term14 2AA198 +term15 FDF6E3 +rosewater FDF6E3 +flamingo EEE8D5 +pink D33682 +mauve 6C71C4 +red DC322F +maroon CB4B16 +peach CB4B16 +yellow B58900 +green 859900 +teal 2AA198 +sky 2AA198 +sapphire 268BD2 +blue 268BD2 +lavender 6C71C4 +klink 268BD2 +klinkSelection 268BD2 +kvisited 6C71C4 +kvisitedSelection 6C71C4 +knegative DC322F +knegativeSelection DC322F +kneutral B58900 +kneutralSelection B58900 +kpositive 859900 +kpositiveSelection 859900 +text FDF6E3 +subtext1 93A1A1 +subtext0 839496 +overlay2 657B83 +overlay1 586E75 +overlay0 073642 +surface2 094B59 +surface1 073642 +surface0 002B36 +base 002B36 +mantle 001F29 +crust 00151D +success 859900 +onSuccess 002B36 +successContainer 0D4250 +onSuccessContainer FDF6E3 diff --git a/cli/src/zshell/assets/schemes/tokyonight/medium/dark.txt b/cli/src/zshell/assets/schemes/tokyonight/medium/dark.txt new file mode 100644 index 0000000..0fbb87a --- /dev/null +++ b/cli/src/zshell/assets/schemes/tokyonight/medium/dark.txt @@ -0,0 +1,110 @@ +primary_paletteKeyColor 7AA2F7 +secondary_paletteKeyColor 9ECE6A +tertiary_paletteKeyColor BB9AF7 +neutral_paletteKeyColor 1A1B26 +neutral_variant_paletteKeyColor 292E42 +background 1A1B26 +onBackground C0CAF5 +surface 24283B +surfaceDim 16161E +surfaceBright 3B4261 +surfaceContainerLowest 0F0F14 +surfaceContainerLow 2B3048 +surfaceContainer 2A2F41 +surfaceContainerHigh 3B4261 +surfaceContainerHighest 414868 +onSurface C0CAF5 +surfaceVariant 2A2F41 +onSurfaceVariant A9B1D6 +inverseSurface C0CAF5 +inverseOnSurface 1A1B26 +outline 565F89 +outlineVariant 3B4261 +shadow 000000 +scrim 000000 +surfaceTint 7AA2F7 +primary 7AA2F7 +onPrimary 1A1B26 +primaryContainer 3B4261 +onPrimaryContainer 7AA2F7 +inversePrimary 5A7FD7 +secondary 9ECE6A +onSecondary 1A1B26 +secondaryContainer 3B4261 +onSecondaryContainer 9ECE6A +tertiary BB9AF7 +onTertiary 1A1B26 +tertiaryContainer 3B4261 +onTertiaryContainer BB9AF7 +error F7768E +onError 1A1B26 +errorContainer 4C3743 +onErrorContainer F7768E +primaryFixed 7AA2F7 +primaryFixedDim 5A7FD7 +onPrimaryFixed 1A1B26 +onPrimaryFixedVariant 2A2F41 +secondaryFixed 9ECE6A +secondaryFixedDim 7EAE4A +onSecondaryFixed 1A1B26 +onSecondaryFixedVariant 2A2F41 +tertiaryFixed BB9AF7 +tertiaryFixedDim 9B7AD7 +onTertiaryFixed 1A1B26 +onTertiaryFixedVariant 2A2F41 +term0 1A1B26 +term1 F7768E +term2 9ECE6A +term3 E0AF68 +term4 7AA2F7 +term5 BB9AF7 +term6 7DCFFF +term7 C0CAF5 +term8 565F89 +term9 F7768E +term10 9ECE6A +term11 E0AF68 +term12 7AA2F7 +term13 BB9AF7 +term14 7DCFFF +term15 C0CAF5 +rosewater C0CAF5 +flamingo BB9AF7 +pink F7768E +mauve BB9AF7 +red F7768E +maroon E0AF68 +peach FF9E64 +yellow E0AF68 +green 9ECE6A +teal 1ABC9C +sky 7DCFFF +sapphire 2AC3DE +blue 7AA2F7 +lavender 7DCFFF +klink 7AA2F7 +klinkSelection 7AA2F7 +kvisited BB9AF7 +kvisitedSelection BB9AF7 +knegative F7768E +knegativeSelection F7768E +kneutral E0AF68 +kneutralSelection E0AF68 +kpositive 9ECE6A +kpositiveSelection 9ECE6A +text C0CAF5 +subtext1 A9B1D6 +subtext0 9AA5CE +overlay2 787C99 +overlay1 696D85 +overlay0 565F89 +surface2 2A2F41 +surface1 24283B +surface0 1A1B26 +base 1A1B26 +mantle 16161E +crust 0F0F14 +success 9ECE6A +onSuccess 1A1B26 +successContainer 3B4261 +onSuccessContainer C0CAF5 diff --git a/cli/src/zshell/subcommands/__pycache__/scheme.cpython-314.pyc b/cli/src/zshell/subcommands/__pycache__/scheme.cpython-314.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71fe8172881a230ded2b282cf4cf25f1b83c5f2e GIT binary patch literal 10447 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 literal 0 HcmV?d00001