Merge origin/main into pr-ssh-stack-main
This commit is contained in:
commit
601e5a92e4
491 changed files with 12433 additions and 197 deletions
63
.github/workflows/nightly.yml
vendored
63
.github/workflows/nightly.yml
vendored
|
|
@ -161,16 +161,7 @@ jobs:
|
|||
echo "Derived Sparkle public key: $DERIVED_PUBLIC_KEY"
|
||||
echo "SPARKLE_PUBLIC_KEY=$DERIVED_PUBLIC_KEY" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Build Apple Silicon app (Release)
|
||||
run: |
|
||||
xcodebuild -scheme cmux -configuration Release -derivedDataPath build-arm \
|
||||
-destination 'platform=macOS,arch=arm64' \
|
||||
-clonedSourcePackagesDirPath .spm-cache \
|
||||
ARCHS="arm64" \
|
||||
ONLY_ACTIVE_ARCH=YES \
|
||||
CODE_SIGNING_ALLOWED=NO ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon-Nightly build
|
||||
|
||||
- name: Build universal app (Release)
|
||||
- name: Build universal nightly app (Release)
|
||||
run: |
|
||||
xcodebuild -scheme cmux -configuration Release -derivedDataPath build-universal \
|
||||
-destination 'generic/platform=macOS' \
|
||||
|
|
@ -182,20 +173,12 @@ jobs:
|
|||
- name: Verify nightly binary architectures
|
||||
run: |
|
||||
set -euo pipefail
|
||||
ARM_APP_BINARY="build-arm/Build/Products/Release/cmux.app/Contents/MacOS/cmux"
|
||||
ARM_CLI_BINARY="build-arm/Build/Products/Release/cmux.app/Contents/Resources/bin/cmux"
|
||||
APP_BINARY="build-universal/Build/Products/Release/cmux.app/Contents/MacOS/cmux"
|
||||
CLI_BINARY="build-universal/Build/Products/Release/cmux.app/Contents/Resources/bin/cmux"
|
||||
ARM_APP_ARCHS="$(lipo -archs "$ARM_APP_BINARY")"
|
||||
ARM_CLI_ARCHS="$(lipo -archs "$ARM_CLI_BINARY")"
|
||||
APP_ARCHS="$(lipo -archs "$APP_BINARY")"
|
||||
CLI_ARCHS="$(lipo -archs "$CLI_BINARY")"
|
||||
echo "Arm app binary architectures: $ARM_APP_ARCHS"
|
||||
echo "Arm CLI binary architectures: $ARM_CLI_ARCHS"
|
||||
echo "App binary architectures: $APP_ARCHS"
|
||||
echo "CLI binary architectures: $CLI_ARCHS"
|
||||
[[ "$ARM_APP_ARCHS" == "arm64" ]]
|
||||
[[ "$ARM_CLI_ARCHS" == "arm64" ]]
|
||||
[[ "$APP_ARCHS" == *arm64* && "$APP_ARCHS" == *x86_64* ]]
|
||||
[[ "$CLI_ARCHS" == *arm64* && "$CLI_ARCHS" == *x86_64* ]]
|
||||
|
||||
|
|
@ -232,10 +215,9 @@ jobs:
|
|||
run: |
|
||||
set -euo pipefail
|
||||
SHORT_SHA="${{ needs.decide.outputs.short_sha }}"
|
||||
ARM_APP_DIR="build-arm/Build/Products/Release"
|
||||
UNIVERSAL_APP_DIR="build-universal/Build/Products/Release"
|
||||
APP_DIR="build-universal/Build/Products/Release"
|
||||
|
||||
BASE_MARKETING=$(/usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" "${ARM_APP_DIR}/cmux.app/Contents/Info.plist")
|
||||
BASE_MARKETING=$(/usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" "${APP_DIR}/cmux.app/Contents/Info.plist")
|
||||
NIGHTLY_DATE=$(date -u +%Y%m%d)
|
||||
|
||||
# Build number: unique/monotonic per workflow run attempt so same-day
|
||||
|
|
@ -249,10 +231,8 @@ jobs:
|
|||
echo "NIGHTLY_BUILD=${NIGHTLY_BUILD}" >> "$GITHUB_ENV"
|
||||
echo "NIGHTLY_REMOTE_DAEMON_VERSION=${BASE_MARKETING}-nightly.${NIGHTLY_DATE}" >> "$GITHUB_ENV"
|
||||
|
||||
ARM_DMG_IMMUTABLE="cmux-nightly-macos-${NIGHTLY_BUILD}.dmg"
|
||||
UNIVERSAL_DMG_IMMUTABLE="cmux-nightly-universal-macos-${NIGHTLY_BUILD}.dmg"
|
||||
echo "NIGHTLY_DMG_IMMUTABLE=${ARM_DMG_IMMUTABLE}" >> "$GITHUB_ENV"
|
||||
echo "NIGHTLY_UNIVERSAL_DMG_IMMUTABLE=${UNIVERSAL_DMG_IMMUTABLE}" >> "$GITHUB_ENV"
|
||||
NIGHTLY_DMG_IMMUTABLE="cmux-nightly-macos-${NIGHTLY_BUILD}.dmg"
|
||||
echo "NIGHTLY_DMG_IMMUTABLE=${NIGHTLY_DMG_IMMUTABLE}" >> "$GITHUB_ENV"
|
||||
|
||||
prepare_variant() {
|
||||
local app_dir="$1"
|
||||
|
|
@ -275,21 +255,15 @@ jobs:
|
|||
}
|
||||
|
||||
prepare_variant \
|
||||
"$ARM_APP_DIR" \
|
||||
"$APP_DIR" \
|
||||
"com.cmuxterm.app.nightly" \
|
||||
"https://github.com/manaflow-ai/cmux/releases/download/nightly/appcast.xml"
|
||||
prepare_variant \
|
||||
"$UNIVERSAL_APP_DIR" \
|
||||
"com.cmuxterm.app.nightly.universal" \
|
||||
"https://github.com/manaflow-ai/cmux/releases/download/nightly/appcast-universal.xml"
|
||||
|
||||
echo "Nightly app name: cmux NIGHTLY"
|
||||
echo "Nightly arm64 bundle ID: com.cmuxterm.app.nightly"
|
||||
echo "Nightly universal bundle ID: com.cmuxterm.app.nightly.universal"
|
||||
echo "Nightly bundle ID: com.cmuxterm.app.nightly"
|
||||
echo "Nightly marketing version: ${BASE_MARKETING}-nightly.${NIGHTLY_DATE}"
|
||||
echo "Nightly build number: ${NIGHTLY_BUILD}"
|
||||
echo "Nightly arm64 immutable DMG: ${ARM_DMG_IMMUTABLE}"
|
||||
echo "Nightly universal immutable DMG: ${UNIVERSAL_DMG_IMMUTABLE}"
|
||||
echo "Nightly immutable DMG: ${NIGHTLY_DMG_IMMUTABLE}"
|
||||
echo "Commit SHA: ${SHORT_SHA}"
|
||||
|
||||
- name: Build remote daemon nightly assets and inject manifest
|
||||
|
|
@ -345,7 +319,6 @@ jobs:
|
|||
fi
|
||||
ENTITLEMENTS="cmux.entitlements"
|
||||
for APP_PATH in \
|
||||
"build-arm/Build/Products/Release/cmux NIGHTLY.app" \
|
||||
"build-universal/Build/Products/Release/cmux NIGHTLY.app"
|
||||
do
|
||||
CLI_PATH="$APP_PATH/Contents/Resources/bin/cmux"
|
||||
|
|
@ -417,13 +390,9 @@ jobs:
|
|||
}
|
||||
|
||||
notarize_and_package \
|
||||
"build-arm/Build/Products/Release/cmux NIGHTLY.app" \
|
||||
"build-universal/Build/Products/Release/cmux NIGHTLY.app" \
|
||||
"cmux-nightly-macos.dmg" \
|
||||
"$NIGHTLY_DMG_IMMUTABLE"
|
||||
notarize_and_package \
|
||||
"build-universal/Build/Products/Release/cmux NIGHTLY.app" \
|
||||
"cmux-nightly-universal-macos.dmg" \
|
||||
"$NIGHTLY_UNIVERSAL_DMG_IMMUTABLE"
|
||||
|
||||
- name: Upload dSYMs to Sentry
|
||||
if: needs.decide.outputs.should_publish != 'true' || steps.current_head.outputs.still_current == 'true'
|
||||
|
|
@ -438,7 +407,6 @@ jobs:
|
|||
fi
|
||||
brew install getsentry/tools/sentry-cli || true
|
||||
sentry-cli debug-files upload --include-sources \
|
||||
build-arm/Build/Products/Release/ \
|
||||
build-universal/Build/Products/Release/
|
||||
|
||||
- name: Generate Sparkle appcasts (nightly)
|
||||
|
|
@ -451,7 +419,6 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
./scripts/sparkle_generate_appcast.sh "$NIGHTLY_DMG_IMMUTABLE" nightly appcast.xml
|
||||
./scripts/sparkle_generate_appcast.sh "$NIGHTLY_UNIVERSAL_DMG_IMMUTABLE" nightly appcast-universal.xml
|
||||
|
||||
- name: Attest remote daemon nightly assets
|
||||
if: needs.decide.outputs.should_publish != 'true' || steps.current_head.outputs.still_current == 'true'
|
||||
|
|
@ -472,9 +439,7 @@ jobs:
|
|||
name: cmux-nightly-${{ needs.decide.outputs.short_sha }}
|
||||
path: |
|
||||
cmux-nightly-macos*.dmg
|
||||
cmux-nightly-universal-macos*.dmg
|
||||
appcast.xml
|
||||
appcast-universal.xml
|
||||
remote-daemon-assets/cmuxd-remote-darwin-arm64
|
||||
remote-daemon-assets/cmuxd-remote-darwin-amd64
|
||||
remote-daemon-assets/cmuxd-remote-linux-arm64
|
||||
|
|
@ -503,19 +468,15 @@ jobs:
|
|||
body: |
|
||||
Automated nightly build for `${{ needs.decide.outputs.short_sha }}`.
|
||||
|
||||
**cmux NIGHTLY** has two update tracks:
|
||||
- Apple Silicon: bundle ID `com.cmuxterm.app.nightly`, feed `appcast.xml`
|
||||
- Universal: bundle ID `com.cmuxterm.app.nightly.universal`, feed `appcast-universal.xml`
|
||||
**cmux NIGHTLY** is published as a universal app:
|
||||
- bundle ID `com.cmuxterm.app.nightly`
|
||||
- feed `appcast.xml`
|
||||
|
||||
[Download cmux-nightly-macos.dmg](https://github.com/manaflow-ai/cmux/releases/download/nightly/cmux-nightly-macos.dmg)
|
||||
[Download cmux-nightly-universal-macos.dmg](https://github.com/manaflow-ai/cmux/releases/download/nightly/cmux-nightly-universal-macos.dmg)
|
||||
files: |
|
||||
cmux-nightly-macos-${{ github.run_id }}*.dmg
|
||||
cmux-nightly-macos.dmg
|
||||
cmux-nightly-universal-macos-${{ github.run_id }}*.dmg
|
||||
cmux-nightly-universal-macos.dmg
|
||||
appcast.xml
|
||||
appcast-universal.xml
|
||||
remote-daemon-assets/cmuxd-remote-darwin-arm64
|
||||
remote-daemon-assets/cmuxd-remote-darwin-amd64
|
||||
remote-daemon-assets/cmuxd-remote-linux-arm64
|
||||
|
|
|
|||
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -2,6 +2,23 @@
|
|||
|
||||
All notable changes to cmux are documented here.
|
||||
|
||||
## [0.62.1] - 2026-03-13
|
||||
|
||||
### Added
|
||||
- Cmd+T (New tab) shortcut on the welcome screen ([#1258](https://github.com/manaflow-ai/cmux/pull/1258))
|
||||
|
||||
### Fixed
|
||||
- Cmd+backtick window cycling skipping windows
|
||||
- Titlebar shortcut hint clipping ([#1259](https://github.com/manaflow-ai/cmux/pull/1259))
|
||||
- Terminal portals desyncing after sidebar changes ([#1253](https://github.com/manaflow-ai/cmux/pull/1253))
|
||||
- Background terminal focus retries reordering windows
|
||||
- Pure-style multiline prompt redraws in Ghostty
|
||||
- Return key not working on Cmd+Ctrl+W close confirmation ([#1279](https://github.com/manaflow-ai/cmux/pull/1279))
|
||||
- Concurrent remote daemon RPC calls timing out ([#1281](https://github.com/manaflow-ai/cmux/pull/1281))
|
||||
|
||||
### Removed
|
||||
- SSH remote port proxying (reverted, will return in a future release)
|
||||
|
||||
## [0.62.0] - 2026-03-12
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -328,7 +328,7 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "set -euo pipefail\nDEST=\"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nGHOSTTY_DEST=\"${DEST}/ghostty\"\nTERMINFO_DEST=\"${DEST}/terminfo\"\nCMUX_SHELL_DEST=\"${DEST}/shell-integration\"\nSRC_SHARE=\"${SRCROOT}/ghostty/zig-out/share\"\nGHOSTTY_SRC=\"${SRC_SHARE}/ghostty\"\nTERMINFO_SRC=\"${SRC_SHARE}/terminfo\"\nFALLBACK_GHOSTTY=\"${SRCROOT}/Resources/ghostty\"\nFALLBACK_TERMINFO=\"${SRCROOT}/Resources/ghostty/terminfo\"\nTERMINFO_OVERLAY=\"${SRCROOT}/Resources/terminfo-overlay\"\nCMUX_SHELL_SRC=\"${SRCROOT}/Resources/shell-integration\"\nif [ -d \"$GHOSTTY_SRC\" ]; then\n mkdir -p \"$GHOSTTY_DEST\"\n rsync -a --delete \"$GHOSTTY_SRC/\" \"$GHOSTTY_DEST/\"\nelif [ -d \"$FALLBACK_GHOSTTY\" ]; then\n mkdir -p \"$GHOSTTY_DEST\"\n rsync -a --delete \"$FALLBACK_GHOSTTY/\" \"$GHOSTTY_DEST/\"\nfi\nif [ -d \"$TERMINFO_SRC\" ]; then\n mkdir -p \"$TERMINFO_DEST\"\n rsync -a --delete \"$TERMINFO_SRC/\" \"$TERMINFO_DEST/\"\nelif [ -d \"$FALLBACK_TERMINFO\" ]; then\n mkdir -p \"$TERMINFO_DEST\"\n rsync -a --delete \"$FALLBACK_TERMINFO/\" \"$TERMINFO_DEST/\"\nfi\n# Overlay any cmux-specific terminfo adjustments.\n# This intentionally does not use --delete so we only patch specific entries.\nif [ -d \"$TERMINFO_OVERLAY\" ]; then\n mkdir -p \"$TERMINFO_DEST\"\n rsync -a \"$TERMINFO_OVERLAY/\" \"$TERMINFO_DEST/\"\nfi\nif [ -d \"$CMUX_SHELL_SRC\" ]; then\n mkdir -p \"$CMUX_SHELL_DEST\"\n # Use '/.' so dotfiles like .zshenv/.zprofile are copied too.\n rsync -a \"$CMUX_SHELL_SRC/.\" \"$CMUX_SHELL_DEST/\"\nfi\nINFO_PLIST=\"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}\"\nCOMMIT=\"$(git -C \"${SRCROOT}\" rev-parse --short=9 HEAD 2>/dev/null || true)\"\nif [ -n \"$COMMIT\" ] && [ -f \"$INFO_PLIST\" ]; then\n /usr/libexec/PlistBuddy -c \"Set :CMUXCommit $COMMIT\" \"$INFO_PLIST\" >/dev/null 2>&1 || /usr/libexec/PlistBuddy -c \"Add :CMUXCommit string $COMMIT\" \"$INFO_PLIST\" >/dev/null 2>&1 || true\nfi\n";
|
||||
shellScript = "set -euo pipefail\nDEST=\"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nGHOSTTY_DEST=\"${DEST}/ghostty\"\nTERMINFO_DEST=\"${DEST}/terminfo\"\nCMUX_SHELL_DEST=\"${DEST}/shell-integration\"\nSRC_SHARE=\"${SRCROOT}/ghostty/zig-out/share\"\nGHOSTTY_SRC=\"${SRC_SHARE}/ghostty\"\nTERMINFO_SRC=\"${SRC_SHARE}/terminfo\"\nFALLBACK_GHOSTTY=\"${SRCROOT}/Resources/ghostty\"\nFALLBACK_TERMINFO=\"${SRCROOT}/Resources/ghostty/terminfo\"\nTERMINFO_OVERLAY=\"${SRCROOT}/Resources/terminfo-overlay\"\nCMUX_SHELL_SRC=\"${SRCROOT}/Resources/shell-integration\"\nCMUX_GHOSTTY_ZSH_SRC=\"${SRCROOT}/ghostty/src/shell-integration/zsh/ghostty-integration\"\nif [ -d \"$GHOSTTY_SRC\" ]; then\n mkdir -p \"$GHOSTTY_DEST\"\n rsync -a --delete \"$GHOSTTY_SRC/\" \"$GHOSTTY_DEST/\"\nelif [ -d \"$FALLBACK_GHOSTTY\" ]; then\n mkdir -p \"$GHOSTTY_DEST\"\n rsync -a --delete \"$FALLBACK_GHOSTTY/\" \"$GHOSTTY_DEST/\"\nfi\nif [ -d \"$TERMINFO_SRC\" ]; then\n mkdir -p \"$TERMINFO_DEST\"\n rsync -a --delete \"$TERMINFO_SRC/\" \"$TERMINFO_DEST/\"\nelif [ -d \"$FALLBACK_TERMINFO\" ]; then\n mkdir -p \"$TERMINFO_DEST\"\n rsync -a --delete \"$FALLBACK_TERMINFO/\" \"$TERMINFO_DEST/\"\nfi\n# Overlay any cmux-specific terminfo adjustments.\n# This intentionally does not use --delete so we only patch specific entries.\nif [ -d \"$TERMINFO_OVERLAY\" ]; then\n mkdir -p \"$TERMINFO_DEST\"\n rsync -a \"$TERMINFO_OVERLAY/\" \"$TERMINFO_DEST/\"\nfi\nif [ -d \"$CMUX_SHELL_SRC\" ]; then\n mkdir -p \"$CMUX_SHELL_DEST\"\n # Use '/.' so dotfiles like .zshenv/.zprofile are copied too.\n rsync -a \"$CMUX_SHELL_SRC/.\" \"$CMUX_SHELL_DEST/\"\nfi\nif [ -f \"$CMUX_GHOSTTY_ZSH_SRC\" ]; then\n mkdir -p \"$CMUX_SHELL_DEST\"\n rsync -a \"$CMUX_GHOSTTY_ZSH_SRC\" \"$CMUX_SHELL_DEST/ghostty-integration.zsh\"\nfi\nINFO_PLIST=\"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}\"\nCOMMIT=\"$(git -C \"${SRCROOT}\" rev-parse --short=9 HEAD 2>/dev/null || true)\"\nif [ -n \"$COMMIT\" ] && [ -f \"$INFO_PLIST\" ]; then\n /usr/libexec/PlistBuddy -c \"Set :CMUXCommit $COMMIT\" \"$INFO_PLIST\" >/dev/null 2>&1 || /usr/libexec/PlistBuddy -c \"Add :CMUXCommit string $COMMIT\" \"$INFO_PLIST\" >/dev/null 2>&1 || true\nfi\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
|
|
@ -814,7 +814,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = "";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 75;
|
||||
CURRENT_PROJECT_VERSION = 76;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
ENABLE_HARDENED_RUNTIME = NO;
|
||||
GENERATE_INFOPLIST_FILE = NO;
|
||||
|
|
@ -823,7 +823,7 @@
|
|||
"$(inherited)",
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.62.0;
|
||||
MARKETING_VERSION = 0.62.1;
|
||||
OTHER_LDFLAGS = (
|
||||
"-lc++",
|
||||
"-framework",
|
||||
|
|
@ -853,7 +853,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = "";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 75;
|
||||
CURRENT_PROJECT_VERSION = 76;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
ENABLE_HARDENED_RUNTIME = NO;
|
||||
GENERATE_INFOPLIST_FILE = NO;
|
||||
|
|
@ -862,7 +862,7 @@
|
|||
"$(inherited)",
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.62.0;
|
||||
MARKETING_VERSION = 0.62.1;
|
||||
OTHER_LDFLAGS = (
|
||||
"-lc++",
|
||||
"-framework",
|
||||
|
|
@ -929,10 +929,10 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 75;
|
||||
CURRENT_PROJECT_VERSION = 76;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||||
MARKETING_VERSION = 0.62.0;
|
||||
MARKETING_VERSION = 0.62.1;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.appuitests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
|
@ -946,10 +946,10 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 75;
|
||||
CURRENT_PROJECT_VERSION = 76;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||||
MARKETING_VERSION = 0.62.0;
|
||||
MARKETING_VERSION = 0.62.1;
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.appuitests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
|
@ -963,10 +963,10 @@
|
|||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 75;
|
||||
CURRENT_PROJECT_VERSION = 76;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||||
MARKETING_VERSION = 0.62.0;
|
||||
MARKETING_VERSION = 0.62.1;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.apptests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
|
@ -982,10 +982,10 @@
|
|||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 75;
|
||||
CURRENT_PROJECT_VERSION = 76;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||||
MARKETING_VERSION = 0.62.0;
|
||||
MARKETING_VERSION = 0.62.1;
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.apptests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
|
|
|||
|
|
@ -27944,6 +27944,57 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"dialog.closeWorkspaces.message": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "This will close %1$lld workspaces and all of their panels:\n%2$@"
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "%1$lld 個のワークスペースと、それぞれのすべてのパネルを閉じます:\n%2$@"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dialog.closeWorkspaces.title": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Close workspaces?"
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "ワークスペースを閉じますか?"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dialog.closeWorkspacesWindow.message": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "This will close the current window, its %1$lld workspaces, and all of their panels:\n%2$@"
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "現在のウィンドウと、その %1$lld 個のワークスペースと、それぞれのすべてのパネルを閉じます:\n%2$@"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dialog.closeWorkspace.message": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
|
|
@ -40504,6 +40555,40 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"settings.app.showInMenuBar": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Show in Menu Bar"
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "メニューバーに表示"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.app.showInMenuBar.subtitle": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Keep cmux in the menu bar for unread notifications and quick actions."
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "未読通知の確認やクイック操作のために、cmuxをメニューバーに表示します。"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.app.language": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
|
|
@ -41182,6 +41267,57 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"settings.app.closeWorkspaceOnLastSurfaceShortcut": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Cmd+W Closes Workspace on Last Surface"
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "最後のサーフェスでCmd+Wがワークスペースも閉じる"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.app.closeWorkspaceOnLastSurfaceShortcut.subtitleOff": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "When the focused surface is the last one in its workspace, Cmd+W closes only the surface and keeps the workspace open."
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "フォーカス中のサーフェスがそのワークスペースの最後の1つでも、Cmd+Wはサーフェスだけを閉じ、ワークスペースは残します。"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.app.closeWorkspaceOnLastSurfaceShortcut.subtitleOn": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "When the focused surface is the last one in its workspace, Cmd+W also closes the workspace."
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "フォーカス中のサーフェスがそのワークスペースの最後の1つなら、Cmd+Wでワークスペースも閉じます。"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.app.openSidebarPRLinks": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
|
|
@ -41521,6 +41657,57 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"settings.app.hideAllSidebarDetails": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Hide All Sidebar Details"
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "サイドバーの詳細をすべて隠す"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.app.hideAllSidebarDetails.subtitleOff": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Show secondary workspace details as controlled by the toggles below."
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "下のトグル設定に従って、ワークスペースの補助情報を表示します。"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.app.hideAllSidebarDetails.subtitleOn": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Show only the workspace title row. Overrides the detail toggles below."
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "ワークスペースのタイトル行だけを表示します。下の詳細トグルより優先されます。"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.app.renameSelectsName": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
|
|
@ -42764,6 +42951,40 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"settings.app.showNotificationMessage": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Show Notification Message in Sidebar"
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "サイドバーに通知メッセージを表示"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.app.showNotificationMessage.subtitle": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Display the latest notification message below the workspace title."
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "ワークスペース名の下に最新の通知メッセージを表示します。"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.app.showPorts": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
|
|
@ -45053,6 +45274,74 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"settings.notifications.paneRing.subtitle": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Show a blue ring around panes with unread notifications."
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "未読の通知があるペインの周囲に青いリングを表示します。"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.notifications.paneFlash.subtitle": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Briefly flash a blue outline when cmux highlights a pane."
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "cmux がペインを強調表示するときに短い青いアウトラインを表示します。"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.notifications.paneFlash.title": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Pane Flash"
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "ペインフラッシュ"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.notifications.paneRing.title": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Unread Pane Ring"
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "未読ペインリング"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings.notifications.sound.title": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
|
|
|
|||
22
Resources/ghostty/themes/0x96f
Normal file
22
Resources/ghostty/themes/0x96f
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#262427
|
||||
palette = 1=#ff666d
|
||||
palette = 2=#b3e03a
|
||||
palette = 3=#ffc739
|
||||
palette = 4=#00cde8
|
||||
palette = 5=#a392e8
|
||||
palette = 6=#9deaf6
|
||||
palette = 7=#fcfcfa
|
||||
palette = 8=#545452
|
||||
palette = 9=#ff7e83
|
||||
palette = 10=#bee55e
|
||||
palette = 11=#ffd05e
|
||||
palette = 12=#1bd5eb
|
||||
palette = 13=#b0a3eb
|
||||
palette = 14=#acedf8
|
||||
palette = 15=#fcfcfa
|
||||
background = #262427
|
||||
foreground = #fcfcfa
|
||||
cursor-color = #fcfcfa
|
||||
cursor-text = #000000
|
||||
selection-background = #fcfcfa
|
||||
selection-foreground = #262427
|
||||
22
Resources/ghostty/themes/12-bit Rainbow
Normal file
22
Resources/ghostty/themes/12-bit Rainbow
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#a03050
|
||||
palette = 2=#40d080
|
||||
palette = 3=#e09040
|
||||
palette = 4=#3060b0
|
||||
palette = 5=#603090
|
||||
palette = 6=#0090c0
|
||||
palette = 7=#dbded8
|
||||
palette = 8=#685656
|
||||
palette = 9=#c06060
|
||||
palette = 10=#90d050
|
||||
palette = 11=#e0d000
|
||||
palette = 12=#00b0c0
|
||||
palette = 13=#801070
|
||||
palette = 14=#20b0c0
|
||||
palette = 15=#ffffff
|
||||
background = #040404
|
||||
foreground = #feffff
|
||||
cursor-color = #e0d000
|
||||
cursor-text = #000000
|
||||
selection-background = #606060
|
||||
selection-foreground = #ffffff
|
||||
22
Resources/ghostty/themes/3024 Day
Normal file
22
Resources/ghostty/themes/3024 Day
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#090300
|
||||
palette = 1=#db2d20
|
||||
palette = 2=#01a252
|
||||
palette = 3=#caba00
|
||||
palette = 4=#01a0e4
|
||||
palette = 5=#a16a94
|
||||
palette = 6=#8fbece
|
||||
palette = 7=#a5a2a2
|
||||
palette = 8=#5c5855
|
||||
palette = 9=#dbaec3
|
||||
palette = 10=#3a3432
|
||||
palette = 11=#4a4543
|
||||
palette = 12=#807d7c
|
||||
palette = 13=#bcbbba
|
||||
palette = 14=#cdab53
|
||||
palette = 15=#f7f7f7
|
||||
background = #f7f7f7
|
||||
foreground = #4a4543
|
||||
cursor-color = #4a4543
|
||||
cursor-text = #f7f7f7
|
||||
selection-background = #a5a2a2
|
||||
selection-foreground = #4a4543
|
||||
22
Resources/ghostty/themes/3024 Night
Normal file
22
Resources/ghostty/themes/3024 Night
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#090300
|
||||
palette = 1=#db2d20
|
||||
palette = 2=#01a252
|
||||
palette = 3=#fded02
|
||||
palette = 4=#01a0e4
|
||||
palette = 5=#a16a94
|
||||
palette = 6=#b5e4f4
|
||||
palette = 7=#a5a2a2
|
||||
palette = 8=#5c5855
|
||||
palette = 9=#e8bbd0
|
||||
palette = 10=#47413f
|
||||
palette = 11=#4a4543
|
||||
palette = 12=#807d7c
|
||||
palette = 13=#d6d5d4
|
||||
palette = 14=#cdab53
|
||||
palette = 15=#f7f7f7
|
||||
background = #090300
|
||||
foreground = #a5a2a2
|
||||
cursor-color = #a5a2a2
|
||||
cursor-text = #090300
|
||||
selection-background = #4a4543
|
||||
selection-foreground = #a5a2a2
|
||||
22
Resources/ghostty/themes/Aardvark Blue
Normal file
22
Resources/ghostty/themes/Aardvark Blue
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#191919
|
||||
palette = 1=#aa342e
|
||||
palette = 2=#4b8c0f
|
||||
palette = 3=#dbba00
|
||||
palette = 4=#1370d3
|
||||
palette = 5=#c43ac3
|
||||
palette = 6=#008eb0
|
||||
palette = 7=#bebebe
|
||||
palette = 8=#525252
|
||||
palette = 9=#f05b50
|
||||
palette = 10=#95dc55
|
||||
palette = 11=#ffe763
|
||||
palette = 12=#60a4ec
|
||||
palette = 13=#e26be2
|
||||
palette = 14=#60b6cb
|
||||
palette = 15=#f7f7f7
|
||||
background = #102040
|
||||
foreground = #dddddd
|
||||
cursor-color = #007acc
|
||||
cursor-text = #bfdbfe
|
||||
selection-background = #bfdbfe
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Abernathy
Normal file
22
Resources/ghostty/themes/Abernathy
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#cd0000
|
||||
palette = 2=#00cd00
|
||||
palette = 3=#cdcd00
|
||||
palette = 4=#1093f5
|
||||
palette = 5=#cd00cd
|
||||
palette = 6=#00cdcd
|
||||
palette = 7=#faebd7
|
||||
palette = 8=#404040
|
||||
palette = 9=#ff0000
|
||||
palette = 10=#00ff00
|
||||
palette = 11=#ffff00
|
||||
palette = 12=#11b5f6
|
||||
palette = 13=#ff00ff
|
||||
palette = 14=#00ffff
|
||||
palette = 15=#ffffff
|
||||
background = #111416
|
||||
foreground = #eeeeec
|
||||
cursor-color = #bbbbbb
|
||||
cursor-text = #ffffff
|
||||
selection-background = #eeeeec
|
||||
selection-foreground = #333333
|
||||
22
Resources/ghostty/themes/Adventure
Normal file
22
Resources/ghostty/themes/Adventure
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#040404
|
||||
palette = 1=#d84a33
|
||||
palette = 2=#5da602
|
||||
palette = 3=#eebb6e
|
||||
palette = 4=#417ab3
|
||||
palette = 5=#e5c499
|
||||
palette = 6=#bdcfe5
|
||||
palette = 7=#dbded8
|
||||
palette = 8=#685656
|
||||
palette = 9=#d76b42
|
||||
palette = 10=#99b52c
|
||||
palette = 11=#ffb670
|
||||
palette = 12=#97d7ef
|
||||
palette = 13=#aa7900
|
||||
palette = 14=#bdcfe5
|
||||
palette = 15=#e4d5c7
|
||||
background = #040404
|
||||
foreground = #feffff
|
||||
cursor-color = #feffff
|
||||
cursor-text = #000000
|
||||
selection-background = #606060
|
||||
selection-foreground = #ffffff
|
||||
22
Resources/ghostty/themes/Adventure Time
Normal file
22
Resources/ghostty/themes/Adventure Time
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#050404
|
||||
palette = 1=#bd0013
|
||||
palette = 2=#4ab118
|
||||
palette = 3=#e7741e
|
||||
palette = 4=#0f4ac6
|
||||
palette = 5=#665993
|
||||
palette = 6=#70a598
|
||||
palette = 7=#f8dcc0
|
||||
palette = 8=#4e7cbf
|
||||
palette = 9=#fc5f5a
|
||||
palette = 10=#9eff6e
|
||||
palette = 11=#efc11a
|
||||
palette = 12=#1997c6
|
||||
palette = 13=#9b5953
|
||||
palette = 14=#c8faf4
|
||||
palette = 15=#f6f5fb
|
||||
background = #1f1d45
|
||||
foreground = #f8dcc0
|
||||
cursor-color = #efbf38
|
||||
cursor-text = #08080a
|
||||
selection-background = #706b4e
|
||||
selection-foreground = #f3d9c4
|
||||
22
Resources/ghostty/themes/Adwaita
Normal file
22
Resources/ghostty/themes/Adwaita
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#241f31
|
||||
palette = 1=#c01c28
|
||||
palette = 2=#2ec27e
|
||||
palette = 3=#e8b504
|
||||
palette = 4=#1e78e4
|
||||
palette = 5=#9841bb
|
||||
palette = 6=#0ab9dc
|
||||
palette = 7=#c0bfbc
|
||||
palette = 8=#5e5c64
|
||||
palette = 9=#ed333b
|
||||
palette = 10=#4ad67c
|
||||
palette = 11=#d2be36
|
||||
palette = 12=#51a1ff
|
||||
palette = 13=#c061cb
|
||||
palette = 14=#4fd2fd
|
||||
palette = 15=#f6f5f4
|
||||
background = #ffffff
|
||||
foreground = #000000
|
||||
cursor-color = #000000
|
||||
cursor-text = #ffffff
|
||||
selection-background = #c0bfbc
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Adwaita Dark
Normal file
22
Resources/ghostty/themes/Adwaita Dark
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#241f31
|
||||
palette = 1=#c01c28
|
||||
palette = 2=#2ec27e
|
||||
palette = 3=#f5c211
|
||||
palette = 4=#1e78e4
|
||||
palette = 5=#9841bb
|
||||
palette = 6=#0ab9dc
|
||||
palette = 7=#c0bfbc
|
||||
palette = 8=#5e5c64
|
||||
palette = 9=#ed333b
|
||||
palette = 10=#57e389
|
||||
palette = 11=#f8e45c
|
||||
palette = 12=#51a1ff
|
||||
palette = 13=#c061cb
|
||||
palette = 14=#4fd2fd
|
||||
palette = 15=#f6f5f4
|
||||
background = #1d1d20
|
||||
foreground = #ffffff
|
||||
cursor-color = #ffffff
|
||||
cursor-text = #1d1d20
|
||||
selection-background = #ffffff
|
||||
selection-foreground = #5e5c64
|
||||
22
Resources/ghostty/themes/Afterglow
Normal file
22
Resources/ghostty/themes/Afterglow
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#151515
|
||||
palette = 1=#ac4142
|
||||
palette = 2=#7e8e50
|
||||
palette = 3=#e5b567
|
||||
palette = 4=#6c99bb
|
||||
palette = 5=#9f4e85
|
||||
palette = 6=#7dd6cf
|
||||
palette = 7=#d0d0d0
|
||||
palette = 8=#505050
|
||||
palette = 9=#ac4142
|
||||
palette = 10=#7e8e50
|
||||
palette = 11=#e5b567
|
||||
palette = 12=#6c99bb
|
||||
palette = 13=#9f4e85
|
||||
palette = 14=#7dd6cf
|
||||
palette = 15=#f5f5f5
|
||||
background = #212121
|
||||
foreground = #d0d0d0
|
||||
cursor-color = #d0d0d0
|
||||
cursor-text = #151515
|
||||
selection-background = #303030
|
||||
selection-foreground = #d0d0d0
|
||||
22
Resources/ghostty/themes/Aizen Dark
Normal file
22
Resources/ghostty/themes/Aizen Dark
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#1a1a1a
|
||||
palette = 1=#f08898
|
||||
palette = 2=#a4e09c
|
||||
palette = 3=#f5dea4
|
||||
palette = 4=#84b4f8
|
||||
palette = 5=#c8a2f4
|
||||
palette = 6=#90dcd0
|
||||
palette = 7=#d0d6f0
|
||||
palette = 8=#444444
|
||||
palette = 9=#f08898
|
||||
palette = 10=#a4e09c
|
||||
palette = 11=#f5dea4
|
||||
palette = 12=#84b4f8
|
||||
palette = 13=#c8a2f4
|
||||
palette = 14=#90dcd0
|
||||
palette = 15=#ffffff
|
||||
background = #1a1a1a
|
||||
foreground = #d0d6f0
|
||||
cursor-color = #f8b080
|
||||
cursor-text = #1a1a1a
|
||||
selection-background = #333333
|
||||
selection-foreground = #d0d6f0
|
||||
22
Resources/ghostty/themes/Aizen Light
Normal file
22
Resources/ghostty/themes/Aizen Light
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#f0f2f6
|
||||
palette = 1=#d00c36
|
||||
palette = 2=#3e9e28
|
||||
palette = 3=#dd8c1a
|
||||
palette = 4=#1c64f2
|
||||
palette = 5=#8636ec
|
||||
palette = 6=#159096
|
||||
palette = 7=#4a4d66
|
||||
palette = 8=#adb2bc
|
||||
palette = 9=#d00c36
|
||||
palette = 10=#3e9e28
|
||||
palette = 11=#dd8c1a
|
||||
palette = 12=#1c64f2
|
||||
palette = 13=#8636ec
|
||||
palette = 14=#159096
|
||||
palette = 15=#4a4d66
|
||||
background = #f0f2f6
|
||||
foreground = #4a4d66
|
||||
cursor-color = #fc6008
|
||||
cursor-text = #f0f2f6
|
||||
selection-background = #bdc2cc
|
||||
selection-foreground = #4a4d66
|
||||
22
Resources/ghostty/themes/Alabaster
Normal file
22
Resources/ghostty/themes/Alabaster
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#aa3731
|
||||
palette = 2=#448c27
|
||||
palette = 3=#cb9000
|
||||
palette = 4=#325cc0
|
||||
palette = 5=#7a3e9d
|
||||
palette = 6=#0083b2
|
||||
palette = 7=#b7b7b7
|
||||
palette = 8=#777777
|
||||
palette = 9=#f05050
|
||||
palette = 10=#60cb00
|
||||
palette = 11=#f2af50
|
||||
palette = 12=#007acc
|
||||
palette = 13=#e64ce6
|
||||
palette = 14=#00aacb
|
||||
palette = 15=#f7f7f7
|
||||
background = #f7f7f7
|
||||
foreground = #000000
|
||||
cursor-color = #007acc
|
||||
cursor-text = #bfdbfe
|
||||
selection-background = #bfdbfe
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Alien Blood
Normal file
22
Resources/ghostty/themes/Alien Blood
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#112616
|
||||
palette = 1=#7f2b27
|
||||
palette = 2=#2f7e25
|
||||
palette = 3=#717f24
|
||||
palette = 4=#2f6a7f
|
||||
palette = 5=#47587f
|
||||
palette = 6=#327f77
|
||||
palette = 7=#647d75
|
||||
palette = 8=#3c4812
|
||||
palette = 9=#e08009
|
||||
palette = 10=#18e000
|
||||
palette = 11=#bde000
|
||||
palette = 12=#00aae0
|
||||
palette = 13=#0058e0
|
||||
palette = 14=#00e0c4
|
||||
palette = 15=#73fa91
|
||||
background = #0f1610
|
||||
foreground = #637d75
|
||||
cursor-color = #73fa91
|
||||
cursor-text = #0f1610
|
||||
selection-background = #1d4125
|
||||
selection-foreground = #73fa91
|
||||
22
Resources/ghostty/themes/Andromeda
Normal file
22
Resources/ghostty/themes/Andromeda
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#cd3131
|
||||
palette = 2=#05bc79
|
||||
palette = 3=#e5e512
|
||||
palette = 4=#2472c8
|
||||
palette = 5=#bc3fbc
|
||||
palette = 6=#0fa8cd
|
||||
palette = 7=#e5e5e5
|
||||
palette = 8=#666666
|
||||
palette = 9=#cd3131
|
||||
palette = 10=#05bc79
|
||||
palette = 11=#e5e512
|
||||
palette = 12=#2472c8
|
||||
palette = 13=#bc3fbc
|
||||
palette = 14=#0fa8cd
|
||||
palette = 15=#e5e5e5
|
||||
background = #262a33
|
||||
foreground = #e5e5e5
|
||||
cursor-color = #f8f8f0
|
||||
cursor-text = #b5b5a8
|
||||
selection-background = #5a5c62
|
||||
selection-foreground = #ece7e7
|
||||
22
Resources/ghostty/themes/Apple Classic
Normal file
22
Resources/ghostty/themes/Apple Classic
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#c91b00
|
||||
palette = 2=#00c200
|
||||
palette = 3=#c7c400
|
||||
palette = 4=#1c3fe1
|
||||
palette = 5=#ca30c7
|
||||
palette = 6=#00c5c7
|
||||
palette = 7=#c7c7c7
|
||||
palette = 8=#686868
|
||||
palette = 9=#ff6e67
|
||||
palette = 10=#5ffa68
|
||||
palette = 11=#fffc67
|
||||
palette = 12=#6871ff
|
||||
palette = 13=#ff77ff
|
||||
palette = 14=#60fdff
|
||||
palette = 15=#ffffff
|
||||
background = #2c2b2b
|
||||
foreground = #d5a200
|
||||
cursor-color = #c7c7c7
|
||||
cursor-text = #8c8c8c
|
||||
selection-background = #6b5b02
|
||||
selection-foreground = #67e000
|
||||
22
Resources/ghostty/themes/Apple System Colors
Normal file
22
Resources/ghostty/themes/Apple System Colors
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#1a1a1a
|
||||
palette = 1=#cc372e
|
||||
palette = 2=#26a439
|
||||
palette = 3=#cdac08
|
||||
palette = 4=#0869cb
|
||||
palette = 5=#9647bf
|
||||
palette = 6=#479ec2
|
||||
palette = 7=#98989d
|
||||
palette = 8=#464646
|
||||
palette = 9=#ff453a
|
||||
palette = 10=#32d74b
|
||||
palette = 11=#ffd60a
|
||||
palette = 12=#0a84ff
|
||||
palette = 13=#bf5af2
|
||||
palette = 14=#76d6ff
|
||||
palette = 15=#ffffff
|
||||
background = #1e1e1e
|
||||
foreground = #ffffff
|
||||
cursor-color = #98989d
|
||||
cursor-text = #ffffff
|
||||
selection-background = #3f638b
|
||||
selection-foreground = #ffffff
|
||||
22
Resources/ghostty/themes/Apple System Colors Light
Normal file
22
Resources/ghostty/themes/Apple System Colors Light
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#1a1a1a
|
||||
palette = 1=#cc372e
|
||||
palette = 2=#26a439
|
||||
palette = 3=#cdac08
|
||||
palette = 4=#0869cb
|
||||
palette = 5=#9647bf
|
||||
palette = 6=#479ec2
|
||||
palette = 7=#98989d
|
||||
palette = 8=#464646
|
||||
palette = 9=#ff453a
|
||||
palette = 10=#32d74b
|
||||
palette = 11=#e5bc00
|
||||
palette = 12=#0a84ff
|
||||
palette = 13=#bf5af2
|
||||
palette = 14=#69c9f2
|
||||
palette = 15=#ffffff
|
||||
background = #feffff
|
||||
foreground = #000000
|
||||
cursor-color = #98989d
|
||||
cursor-text = #ffffff
|
||||
selection-background = #abd8ff
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Arcoiris
Normal file
22
Resources/ghostty/themes/Arcoiris
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#333333
|
||||
palette = 1=#da2700
|
||||
palette = 2=#12c258
|
||||
palette = 3=#ffc656
|
||||
palette = 4=#518bfc
|
||||
palette = 5=#e37bd9
|
||||
palette = 6=#63fad5
|
||||
palette = 7=#bab2b2
|
||||
palette = 8=#777777
|
||||
palette = 9=#ffb9b9
|
||||
palette = 10=#e3f6aa
|
||||
palette = 11=#ffddaa
|
||||
palette = 12=#b3e8f3
|
||||
palette = 13=#cbbaf9
|
||||
palette = 14=#bcffc7
|
||||
palette = 15=#efefef
|
||||
background = #201f1e
|
||||
foreground = #eee4d9
|
||||
cursor-color = #872929
|
||||
cursor-text = #fffbf2
|
||||
selection-background = #25524a
|
||||
selection-foreground = #f3fffd
|
||||
22
Resources/ghostty/themes/Ardoise
Normal file
22
Resources/ghostty/themes/Ardoise
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#2c2c2c
|
||||
palette = 1=#d3322d
|
||||
palette = 2=#588b35
|
||||
palette = 3=#fca93a
|
||||
palette = 4=#2465c2
|
||||
palette = 5=#7332b4
|
||||
palette = 6=#64e1b8
|
||||
palette = 7=#f7f7f7
|
||||
palette = 8=#535353
|
||||
palette = 9=#fa5852
|
||||
palette = 10=#8dc252
|
||||
palette = 11=#ffea51
|
||||
palette = 12=#6ab5f8
|
||||
palette = 13=#be68ca
|
||||
palette = 14=#89ffdb
|
||||
palette = 15=#fefefe
|
||||
background = #1e1e1e
|
||||
foreground = #eaeaea
|
||||
cursor-color = #f7f7f7
|
||||
cursor-text = #000000
|
||||
selection-background = #46515e
|
||||
selection-foreground = #f1f3f5
|
||||
22
Resources/ghostty/themes/Argonaut
Normal file
22
Resources/ghostty/themes/Argonaut
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#232323
|
||||
palette = 1=#ff000f
|
||||
palette = 2=#8ce10b
|
||||
palette = 3=#ffb900
|
||||
palette = 4=#008df8
|
||||
palette = 5=#6d43a6
|
||||
palette = 6=#00d8eb
|
||||
palette = 7=#ffffff
|
||||
palette = 8=#444444
|
||||
palette = 9=#ff2740
|
||||
palette = 10=#abe15b
|
||||
palette = 11=#ffd242
|
||||
palette = 12=#0092ff
|
||||
palette = 13=#9a5feb
|
||||
palette = 14=#67fff0
|
||||
palette = 15=#ffffff
|
||||
background = #0e1019
|
||||
foreground = #fffaf4
|
||||
cursor-color = #ff0018
|
||||
cursor-text = #ff8ca4
|
||||
selection-background = #002a3b
|
||||
selection-foreground = #ffffff
|
||||
22
Resources/ghostty/themes/Arthur
Normal file
22
Resources/ghostty/themes/Arthur
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#3d352a
|
||||
palette = 1=#cd5c5c
|
||||
palette = 2=#86af80
|
||||
palette = 3=#e8ae5b
|
||||
palette = 4=#6495ed
|
||||
palette = 5=#deb887
|
||||
palette = 6=#b0c4de
|
||||
palette = 7=#bbaa99
|
||||
palette = 8=#554444
|
||||
palette = 9=#cc5533
|
||||
palette = 10=#88aa22
|
||||
palette = 11=#ffa75d
|
||||
palette = 12=#87ceeb
|
||||
palette = 13=#996600
|
||||
palette = 14=#b0c4de
|
||||
palette = 15=#ddccbb
|
||||
background = #1c1c1c
|
||||
foreground = #ddeedd
|
||||
cursor-color = #e2bbef
|
||||
cursor-text = #000000
|
||||
selection-background = #4d4d4d
|
||||
selection-foreground = #ffffff
|
||||
22
Resources/ghostty/themes/Atelier Sulphurpool
Normal file
22
Resources/ghostty/themes/Atelier Sulphurpool
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#202746
|
||||
palette = 1=#c94922
|
||||
palette = 2=#ac9739
|
||||
palette = 3=#c08b30
|
||||
palette = 4=#3d8fd1
|
||||
palette = 5=#6679cc
|
||||
palette = 6=#22a2c9
|
||||
palette = 7=#979db4
|
||||
palette = 8=#6b7394
|
||||
palette = 9=#c76b29
|
||||
palette = 10=#4f587c
|
||||
palette = 11=#5e6687
|
||||
palette = 12=#898ea4
|
||||
palette = 13=#dfe2f1
|
||||
palette = 14=#9c637a
|
||||
palette = 15=#f5f7ff
|
||||
background = #202746
|
||||
foreground = #979db4
|
||||
cursor-color = #979db4
|
||||
cursor-text = #202746
|
||||
selection-background = #5e6687
|
||||
selection-foreground = #979db4
|
||||
22
Resources/ghostty/themes/Atom
Normal file
22
Resources/ghostty/themes/Atom
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#fd5ff1
|
||||
palette = 2=#87c38a
|
||||
palette = 3=#ffd7b1
|
||||
palette = 4=#85befd
|
||||
palette = 5=#b9b6fc
|
||||
palette = 6=#85befd
|
||||
palette = 7=#e0e0e0
|
||||
palette = 8=#4c4c4c
|
||||
palette = 9=#fd5ff1
|
||||
palette = 10=#94fa36
|
||||
palette = 11=#f5ffa8
|
||||
palette = 12=#96cbfe
|
||||
palette = 13=#b9b6fc
|
||||
palette = 14=#85befd
|
||||
palette = 15=#e0e0e0
|
||||
background = #161719
|
||||
foreground = #c5c8c6
|
||||
cursor-color = #d0d0d0
|
||||
cursor-text = #151515
|
||||
selection-background = #444444
|
||||
selection-foreground = #c5c8c6
|
||||
22
Resources/ghostty/themes/Atom One Dark
Normal file
22
Resources/ghostty/themes/Atom One Dark
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#21252b
|
||||
palette = 1=#e06c75
|
||||
palette = 2=#98c379
|
||||
palette = 3=#e5c07b
|
||||
palette = 4=#61afef
|
||||
palette = 5=#c678dd
|
||||
palette = 6=#56b6c2
|
||||
palette = 7=#abb2bf
|
||||
palette = 8=#767676
|
||||
palette = 9=#e06c75
|
||||
palette = 10=#98c379
|
||||
palette = 11=#e5c07b
|
||||
palette = 12=#61afef
|
||||
palette = 13=#c678dd
|
||||
palette = 14=#56b6c2
|
||||
palette = 15=#abb2bf
|
||||
background = #21252b
|
||||
foreground = #abb2bf
|
||||
cursor-color = #abb2bf
|
||||
cursor-text = #21252b
|
||||
selection-background = #323844
|
||||
selection-foreground = #abb2bf
|
||||
22
Resources/ghostty/themes/Atom One Light
Normal file
22
Resources/ghostty/themes/Atom One Light
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#de3e35
|
||||
palette = 2=#3f953a
|
||||
palette = 3=#d2b67c
|
||||
palette = 4=#2f5af3
|
||||
palette = 5=#950095
|
||||
palette = 6=#3f953a
|
||||
palette = 7=#bbbbbb
|
||||
palette = 8=#000000
|
||||
palette = 9=#de3e35
|
||||
palette = 10=#3f953a
|
||||
palette = 11=#d2b67c
|
||||
palette = 12=#2f5af3
|
||||
palette = 13=#a00095
|
||||
palette = 14=#3f953a
|
||||
palette = 15=#ffffff
|
||||
background = #f9f9f9
|
||||
foreground = #2a2c33
|
||||
cursor-color = #bbbbbb
|
||||
cursor-text = #ffffff
|
||||
selection-background = #ededed
|
||||
selection-foreground = #2a2c33
|
||||
22
Resources/ghostty/themes/Aura
Normal file
22
Resources/ghostty/themes/Aura
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#110f18
|
||||
palette = 1=#ff6767
|
||||
palette = 2=#61ffca
|
||||
palette = 3=#ffca85
|
||||
palette = 4=#a277ff
|
||||
palette = 5=#a277ff
|
||||
palette = 6=#61ffca
|
||||
palette = 7=#edecee
|
||||
palette = 8=#4d4d4d
|
||||
palette = 9=#ffca85
|
||||
palette = 10=#a277ff
|
||||
palette = 11=#ffca85
|
||||
palette = 12=#a277ff
|
||||
palette = 13=#a277ff
|
||||
palette = 14=#61ffca
|
||||
palette = 15=#edecee
|
||||
background = #15141b
|
||||
foreground = #edecee
|
||||
cursor-color = #a277ff
|
||||
cursor-text = #edecee
|
||||
selection-background = #a277ff
|
||||
selection-foreground = #edecee
|
||||
22
Resources/ghostty/themes/Aurora
Normal file
22
Resources/ghostty/themes/Aurora
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#23262e
|
||||
palette = 1=#f0266f
|
||||
palette = 2=#8fd46d
|
||||
palette = 3=#ffe66d
|
||||
palette = 4=#102ee4
|
||||
palette = 5=#ee5d43
|
||||
palette = 6=#03d6b8
|
||||
palette = 7=#c74ded
|
||||
palette = 8=#4f545e
|
||||
palette = 9=#f92672
|
||||
palette = 10=#8fd46d
|
||||
palette = 11=#ffe66d
|
||||
palette = 12=#03d6b8
|
||||
palette = 13=#ee5d43
|
||||
palette = 14=#03d6b8
|
||||
palette = 15=#c74ded
|
||||
background = #23262e
|
||||
foreground = #ffca28
|
||||
cursor-color = #ee5d43
|
||||
cursor-text = #ffd29c
|
||||
selection-background = #292e38
|
||||
selection-foreground = #00e8c6
|
||||
22
Resources/ghostty/themes/Ayu
Normal file
22
Resources/ghostty/themes/Ayu
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#11151c
|
||||
palette = 1=#ea6c73
|
||||
palette = 2=#7fd962
|
||||
palette = 3=#f9af4f
|
||||
palette = 4=#53bdfa
|
||||
palette = 5=#cda1fa
|
||||
palette = 6=#90e1c6
|
||||
palette = 7=#c7c7c7
|
||||
palette = 8=#686868
|
||||
palette = 9=#f07178
|
||||
palette = 10=#aad94c
|
||||
palette = 11=#ffb454
|
||||
palette = 12=#59c2ff
|
||||
palette = 13=#d2a6ff
|
||||
palette = 14=#95e6cb
|
||||
palette = 15=#ffffff
|
||||
background = #0b0e14
|
||||
foreground = #bfbdb6
|
||||
cursor-color = #e6b450
|
||||
cursor-text = #0b0e14
|
||||
selection-background = #409fff
|
||||
selection-foreground = #0b0e14
|
||||
22
Resources/ghostty/themes/Ayu Light
Normal file
22
Resources/ghostty/themes/Ayu Light
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#ea6c6d
|
||||
palette = 2=#6cbf43
|
||||
palette = 3=#eca944
|
||||
palette = 4=#3199e1
|
||||
palette = 5=#9e75c7
|
||||
palette = 6=#46ba94
|
||||
palette = 7=#bababa
|
||||
palette = 8=#686868
|
||||
palette = 9=#f07171
|
||||
palette = 10=#86b300
|
||||
palette = 11=#f2ae49
|
||||
palette = 12=#399ee6
|
||||
palette = 13=#a37acc
|
||||
palette = 14=#4cbf99
|
||||
palette = 15=#d1d1d1
|
||||
background = #f8f9fa
|
||||
foreground = #5c6166
|
||||
cursor-color = #ffaa33
|
||||
cursor-text = #f8f9fa
|
||||
selection-background = #035bd6
|
||||
selection-foreground = #f8f9fa
|
||||
22
Resources/ghostty/themes/Ayu Mirage
Normal file
22
Resources/ghostty/themes/Ayu Mirage
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#171b24
|
||||
palette = 1=#ed8274
|
||||
palette = 2=#87d96c
|
||||
palette = 3=#facc6e
|
||||
palette = 4=#6dcbfa
|
||||
palette = 5=#dabafa
|
||||
palette = 6=#90e1c6
|
||||
palette = 7=#c7c7c7
|
||||
palette = 8=#686868
|
||||
palette = 9=#f28779
|
||||
palette = 10=#d5ff80
|
||||
palette = 11=#ffd173
|
||||
palette = 12=#73d0ff
|
||||
palette = 13=#dfbfff
|
||||
palette = 14=#95e6cb
|
||||
palette = 15=#ffffff
|
||||
background = #1f2430
|
||||
foreground = #cccac2
|
||||
cursor-color = #ffcc66
|
||||
cursor-text = #1f2430
|
||||
selection-background = #409fff
|
||||
selection-foreground = #1f2430
|
||||
22
Resources/ghostty/themes/Banana Blueberry
Normal file
22
Resources/ghostty/themes/Banana Blueberry
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#17141f
|
||||
palette = 1=#ff6b7f
|
||||
palette = 2=#00bd9c
|
||||
palette = 3=#e6c62f
|
||||
palette = 4=#22e8df
|
||||
palette = 5=#dc396a
|
||||
palette = 6=#56b6c2
|
||||
palette = 7=#f1f1f1
|
||||
palette = 8=#495162
|
||||
palette = 9=#fe9ea1
|
||||
palette = 10=#98c379
|
||||
palette = 11=#f9e46b
|
||||
palette = 12=#91fff4
|
||||
palette = 13=#da70d6
|
||||
palette = 14=#bcf3ff
|
||||
palette = 15=#ffffff
|
||||
background = #191323
|
||||
foreground = #cccccc
|
||||
cursor-color = #e07d13
|
||||
cursor-text = #ffffff
|
||||
selection-background = #220525
|
||||
selection-foreground = #f4f4f4
|
||||
22
Resources/ghostty/themes/Batman
Normal file
22
Resources/ghostty/themes/Batman
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#1b1d1e
|
||||
palette = 1=#e6dc44
|
||||
palette = 2=#c8be46
|
||||
palette = 3=#f4fd22
|
||||
palette = 4=#737174
|
||||
palette = 5=#747271
|
||||
palette = 6=#62605f
|
||||
palette = 7=#c6c5bf
|
||||
palette = 8=#505354
|
||||
palette = 9=#fff78e
|
||||
palette = 10=#fff27d
|
||||
palette = 11=#feed6c
|
||||
palette = 12=#919495
|
||||
palette = 13=#9a9a9d
|
||||
palette = 14=#a3a3a6
|
||||
palette = 15=#dadbd6
|
||||
background = #1b1d1e
|
||||
foreground = #6f6f6f
|
||||
cursor-color = #fcef0c
|
||||
cursor-text = #000000
|
||||
selection-background = #4d504c
|
||||
selection-foreground = #f0e04a
|
||||
22
Resources/ghostty/themes/Belafonte Day
Normal file
22
Resources/ghostty/themes/Belafonte Day
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#20111b
|
||||
palette = 1=#be100e
|
||||
palette = 2=#858162
|
||||
palette = 3=#d08b30
|
||||
palette = 4=#426a79
|
||||
palette = 5=#97522c
|
||||
palette = 6=#989a9c
|
||||
palette = 7=#968c83
|
||||
palette = 8=#5e5252
|
||||
palette = 9=#be100e
|
||||
palette = 10=#858162
|
||||
palette = 11=#d08b30
|
||||
palette = 12=#426a79
|
||||
palette = 13=#97522c
|
||||
palette = 14=#989a9c
|
||||
palette = 15=#d5ccba
|
||||
background = #d5ccba
|
||||
foreground = #45373c
|
||||
cursor-color = #45373c
|
||||
cursor-text = #d5ccba
|
||||
selection-background = #968c83
|
||||
selection-foreground = #45373c
|
||||
22
Resources/ghostty/themes/Belafonte Night
Normal file
22
Resources/ghostty/themes/Belafonte Night
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#20111b
|
||||
palette = 1=#be100e
|
||||
palette = 2=#858162
|
||||
palette = 3=#eaa549
|
||||
palette = 4=#426a79
|
||||
palette = 5=#97522c
|
||||
palette = 6=#989a9c
|
||||
palette = 7=#968c83
|
||||
palette = 8=#5e5252
|
||||
palette = 9=#be100e
|
||||
palette = 10=#858162
|
||||
palette = 11=#eaa549
|
||||
palette = 12=#426a79
|
||||
palette = 13=#97522c
|
||||
palette = 14=#989a9c
|
||||
palette = 15=#d5ccba
|
||||
background = #20111b
|
||||
foreground = #968c83
|
||||
cursor-color = #968c83
|
||||
cursor-text = #20111b
|
||||
selection-background = #45373c
|
||||
selection-foreground = #968c83
|
||||
22
Resources/ghostty/themes/Birds Of Paradise
Normal file
22
Resources/ghostty/themes/Birds Of Paradise
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#573d26
|
||||
palette = 1=#be2d26
|
||||
palette = 2=#6ba18a
|
||||
palette = 3=#e99d2a
|
||||
palette = 4=#5a86ad
|
||||
palette = 5=#ac80a6
|
||||
palette = 6=#74a6ad
|
||||
palette = 7=#e0dbb7
|
||||
palette = 8=#9b6c4a
|
||||
palette = 9=#e84627
|
||||
palette = 10=#95d8ba
|
||||
palette = 11=#d0d150
|
||||
palette = 12=#b8d3ed
|
||||
palette = 13=#d19ecb
|
||||
palette = 14=#93cfd7
|
||||
palette = 15=#fff9d5
|
||||
background = #2a1f1d
|
||||
foreground = #e0dbb7
|
||||
cursor-color = #644a33
|
||||
cursor-text = #8a7059
|
||||
selection-background = #563c27
|
||||
selection-foreground = #e0dbbb
|
||||
22
Resources/ghostty/themes/Black Metal
Normal file
22
Resources/ghostty/themes/Black Metal
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#486e6f
|
||||
palette = 2=#dd9999
|
||||
palette = 3=#a06666
|
||||
palette = 4=#888888
|
||||
palette = 5=#999999
|
||||
palette = 6=#aaaaaa
|
||||
palette = 7=#c1c1c1
|
||||
palette = 8=#404040
|
||||
palette = 9=#486e6f
|
||||
palette = 10=#dd9999
|
||||
palette = 11=#a06666
|
||||
palette = 12=#888888
|
||||
palette = 13=#999999
|
||||
palette = 14=#aaaaaa
|
||||
palette = 15=#c1c1c1
|
||||
background = #000000
|
||||
foreground = #c1c1c1
|
||||
cursor-color = #c1c1c1
|
||||
cursor-text = #8e8e8e
|
||||
selection-background = #c1c1c1
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Black Metal (Bathory)
Normal file
22
Resources/ghostty/themes/Black Metal (Bathory)
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#5f8787
|
||||
palette = 2=#fbcb97
|
||||
palette = 3=#e78a53
|
||||
palette = 4=#888888
|
||||
palette = 5=#999999
|
||||
palette = 6=#aaaaaa
|
||||
palette = 7=#c1c1c1
|
||||
palette = 8=#404040
|
||||
palette = 9=#5f8787
|
||||
palette = 10=#fbcb97
|
||||
palette = 11=#e78a53
|
||||
palette = 12=#888888
|
||||
palette = 13=#999999
|
||||
palette = 14=#aaaaaa
|
||||
palette = 15=#c1c1c1
|
||||
background = #000000
|
||||
foreground = #c1c1c1
|
||||
cursor-color = #c1c1c1
|
||||
cursor-text = #8e8e8e
|
||||
selection-background = #c1c1c1
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Black Metal (Burzum)
Normal file
22
Resources/ghostty/themes/Black Metal (Burzum)
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#5f8787
|
||||
palette = 2=#ddeecc
|
||||
palette = 3=#99bbaa
|
||||
palette = 4=#888888
|
||||
palette = 5=#999999
|
||||
palette = 6=#aaaaaa
|
||||
palette = 7=#c1c1c1
|
||||
palette = 8=#404040
|
||||
palette = 9=#5f8787
|
||||
palette = 10=#ddeecc
|
||||
palette = 11=#99bbaa
|
||||
palette = 12=#888888
|
||||
palette = 13=#999999
|
||||
palette = 14=#aaaaaa
|
||||
palette = 15=#c1c1c1
|
||||
background = #000000
|
||||
foreground = #c1c1c1
|
||||
cursor-color = #c1c1c1
|
||||
cursor-text = #8e8e8e
|
||||
selection-background = #c1c1c1
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Black Metal (Dark Funeral)
Normal file
22
Resources/ghostty/themes/Black Metal (Dark Funeral)
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#5f8787
|
||||
palette = 2=#d0dfee
|
||||
palette = 3=#5f81a5
|
||||
palette = 4=#888888
|
||||
palette = 5=#999999
|
||||
palette = 6=#aaaaaa
|
||||
palette = 7=#c1c1c1
|
||||
palette = 8=#404040
|
||||
palette = 9=#5f8787
|
||||
palette = 10=#d0dfee
|
||||
palette = 11=#5f81a5
|
||||
palette = 12=#888888
|
||||
palette = 13=#999999
|
||||
palette = 14=#aaaaaa
|
||||
palette = 15=#c1c1c1
|
||||
background = #000000
|
||||
foreground = #c1c1c1
|
||||
cursor-color = #c1c1c1
|
||||
cursor-text = #8e8e8e
|
||||
selection-background = #c1c1c1
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Black Metal (Gorgoroth)
Normal file
22
Resources/ghostty/themes/Black Metal (Gorgoroth)
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#5f8787
|
||||
palette = 2=#9b8d7f
|
||||
palette = 3=#8c7f70
|
||||
palette = 4=#888888
|
||||
palette = 5=#999999
|
||||
palette = 6=#aaaaaa
|
||||
palette = 7=#c1c1c1
|
||||
palette = 8=#404040
|
||||
palette = 9=#5f8787
|
||||
palette = 10=#9b8d7f
|
||||
palette = 11=#8c7f70
|
||||
palette = 12=#888888
|
||||
palette = 13=#999999
|
||||
palette = 14=#aaaaaa
|
||||
palette = 15=#c1c1c1
|
||||
background = #000000
|
||||
foreground = #c1c1c1
|
||||
cursor-color = #c1c1c1
|
||||
cursor-text = #8e8e8e
|
||||
selection-background = #c1c1c1
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Black Metal (Immortal)
Normal file
22
Resources/ghostty/themes/Black Metal (Immortal)
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#5f8787
|
||||
palette = 2=#7799bb
|
||||
palette = 3=#556677
|
||||
palette = 4=#888888
|
||||
palette = 5=#999999
|
||||
palette = 6=#aaaaaa
|
||||
palette = 7=#c1c1c1
|
||||
palette = 8=#404040
|
||||
palette = 9=#5f8787
|
||||
palette = 10=#7799bb
|
||||
palette = 11=#556677
|
||||
palette = 12=#888888
|
||||
palette = 13=#999999
|
||||
palette = 14=#aaaaaa
|
||||
palette = 15=#c1c1c1
|
||||
background = #000000
|
||||
foreground = #c1c1c1
|
||||
cursor-color = #c1c1c1
|
||||
cursor-text = #8e8e8e
|
||||
selection-background = #c1c1c1
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Black Metal (Khold)
Normal file
22
Resources/ghostty/themes/Black Metal (Khold)
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#5f8787
|
||||
palette = 2=#eceee3
|
||||
palette = 3=#974b46
|
||||
palette = 4=#888888
|
||||
palette = 5=#999999
|
||||
palette = 6=#aaaaaa
|
||||
palette = 7=#c1c1c1
|
||||
palette = 8=#404040
|
||||
palette = 9=#5f8787
|
||||
palette = 10=#eceee3
|
||||
palette = 11=#974b46
|
||||
palette = 12=#888888
|
||||
palette = 13=#999999
|
||||
palette = 14=#aaaaaa
|
||||
palette = 15=#c1c1c1
|
||||
background = #000000
|
||||
foreground = #c1c1c1
|
||||
cursor-color = #c1c1c1
|
||||
cursor-text = #8e8e8e
|
||||
selection-background = #c1c1c1
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Black Metal (Marduk)
Normal file
22
Resources/ghostty/themes/Black Metal (Marduk)
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#5f8787
|
||||
palette = 2=#a5aaa7
|
||||
palette = 3=#626b67
|
||||
palette = 4=#888888
|
||||
palette = 5=#999999
|
||||
palette = 6=#aaaaaa
|
||||
palette = 7=#c1c1c1
|
||||
palette = 8=#404040
|
||||
palette = 9=#5f8787
|
||||
palette = 10=#a5aaa7
|
||||
palette = 11=#626b67
|
||||
palette = 12=#888888
|
||||
palette = 13=#999999
|
||||
palette = 14=#aaaaaa
|
||||
palette = 15=#c1c1c1
|
||||
background = #000000
|
||||
foreground = #c1c1c1
|
||||
cursor-color = #c1c1c1
|
||||
cursor-text = #8e8e8e
|
||||
selection-background = #c1c1c1
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Black Metal (Mayhem)
Normal file
22
Resources/ghostty/themes/Black Metal (Mayhem)
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#5f8787
|
||||
palette = 2=#f3ecd4
|
||||
palette = 3=#eecc6c
|
||||
palette = 4=#888888
|
||||
palette = 5=#999999
|
||||
palette = 6=#aaaaaa
|
||||
palette = 7=#c1c1c1
|
||||
palette = 8=#404040
|
||||
palette = 9=#5f8787
|
||||
palette = 10=#f3ecd4
|
||||
palette = 11=#eecc6c
|
||||
palette = 12=#888888
|
||||
palette = 13=#999999
|
||||
palette = 14=#aaaaaa
|
||||
palette = 15=#c1c1c1
|
||||
background = #000000
|
||||
foreground = #c1c1c1
|
||||
cursor-color = #c1c1c1
|
||||
cursor-text = #8e8e8e
|
||||
selection-background = #c1c1c1
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Black Metal (Nile)
Normal file
22
Resources/ghostty/themes/Black Metal (Nile)
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#5f8787
|
||||
palette = 2=#aa9988
|
||||
palette = 3=#777755
|
||||
palette = 4=#888888
|
||||
palette = 5=#999999
|
||||
palette = 6=#aaaaaa
|
||||
palette = 7=#c1c1c1
|
||||
palette = 8=#404040
|
||||
palette = 9=#5f8787
|
||||
palette = 10=#aa9988
|
||||
palette = 11=#777755
|
||||
palette = 12=#888888
|
||||
palette = 13=#999999
|
||||
palette = 14=#aaaaaa
|
||||
palette = 15=#c1c1c1
|
||||
background = #000000
|
||||
foreground = #c1c1c1
|
||||
cursor-color = #c1c1c1
|
||||
cursor-text = #8e8e8e
|
||||
selection-background = #c1c1c1
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Black Metal (Venom)
Normal file
22
Resources/ghostty/themes/Black Metal (Venom)
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#5f8787
|
||||
palette = 2=#f8f7f2
|
||||
palette = 3=#79241f
|
||||
palette = 4=#888888
|
||||
palette = 5=#999999
|
||||
palette = 6=#aaaaaa
|
||||
palette = 7=#c1c1c1
|
||||
palette = 8=#404040
|
||||
palette = 9=#5f8787
|
||||
palette = 10=#f8f7f2
|
||||
palette = 11=#79241f
|
||||
palette = 12=#888888
|
||||
palette = 13=#999999
|
||||
palette = 14=#aaaaaa
|
||||
palette = 15=#c1c1c1
|
||||
background = #000000
|
||||
foreground = #c1c1c1
|
||||
cursor-color = #c1c1c1
|
||||
cursor-text = #8e8e8e
|
||||
selection-background = #c1c1c1
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Blazer
Normal file
22
Resources/ghostty/themes/Blazer
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#b87a7a
|
||||
palette = 2=#7ab87a
|
||||
palette = 3=#b8b87a
|
||||
palette = 4=#7a7ab8
|
||||
palette = 5=#b87ab8
|
||||
palette = 6=#7ab8b8
|
||||
palette = 7=#d9d9d9
|
||||
palette = 8=#4c4c4c
|
||||
palette = 9=#dbbdbd
|
||||
palette = 10=#bddbbd
|
||||
palette = 11=#dbdbbd
|
||||
palette = 12=#bdbddb
|
||||
palette = 13=#dbbddb
|
||||
palette = 14=#bddbdb
|
||||
palette = 15=#ffffff
|
||||
background = #0d1926
|
||||
foreground = #d9e6f2
|
||||
cursor-color = #d9e6f2
|
||||
cursor-text = #0d1926
|
||||
selection-background = #c1ddff
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Blue Berry Pie
Normal file
22
Resources/ghostty/themes/Blue Berry Pie
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#0a4c62
|
||||
palette = 1=#99246e
|
||||
palette = 2=#5cb1b3
|
||||
palette = 3=#eab9a8
|
||||
palette = 4=#90a5bd
|
||||
palette = 5=#9d54a7
|
||||
palette = 6=#7e83cc
|
||||
palette = 7=#f0e8d6
|
||||
palette = 8=#463c5d
|
||||
palette = 9=#c87272
|
||||
palette = 10=#0a6c7e
|
||||
palette = 11=#7a3188
|
||||
palette = 12=#5f3d63
|
||||
palette = 13=#bc94b7
|
||||
palette = 14=#5e6071
|
||||
palette = 15=#0a6c7e
|
||||
background = #1c0c28
|
||||
foreground = #babab9
|
||||
cursor-color = #fcfad6
|
||||
cursor-text = #000000
|
||||
selection-background = #606060
|
||||
selection-foreground = #ffffff
|
||||
22
Resources/ghostty/themes/Blue Dolphin
Normal file
22
Resources/ghostty/themes/Blue Dolphin
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#292d3e
|
||||
palette = 1=#ff8288
|
||||
palette = 2=#b4e88d
|
||||
palette = 3=#f4d69f
|
||||
palette = 4=#82aaff
|
||||
palette = 5=#e9c1ff
|
||||
palette = 6=#89ebff
|
||||
palette = 7=#d0d0d0
|
||||
palette = 8=#9094a4
|
||||
palette = 9=#ff8b92
|
||||
palette = 10=#ddffa7
|
||||
palette = 11=#ffe585
|
||||
palette = 12=#9cc4ff
|
||||
palette = 13=#ddb0f6
|
||||
palette = 14=#a3f7ff
|
||||
palette = 15=#ffffff
|
||||
background = #006984
|
||||
foreground = #c5f2ff
|
||||
cursor-color = #ffcc00
|
||||
cursor-text = #292d3e
|
||||
selection-background = #2baeca
|
||||
selection-foreground = #eceff1
|
||||
22
Resources/ghostty/themes/Blue Matrix
Normal file
22
Resources/ghostty/themes/Blue Matrix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#101116
|
||||
palette = 1=#ff5680
|
||||
palette = 2=#00ff9c
|
||||
palette = 3=#fffc58
|
||||
palette = 4=#00b0ff
|
||||
palette = 5=#d57bff
|
||||
palette = 6=#76c1ff
|
||||
palette = 7=#c7c7c7
|
||||
palette = 8=#686868
|
||||
palette = 9=#ff6e67
|
||||
palette = 10=#5ffa68
|
||||
palette = 11=#fffc67
|
||||
palette = 12=#6871ff
|
||||
palette = 13=#d682ec
|
||||
palette = 14=#60fdff
|
||||
palette = 15=#ffffff
|
||||
background = #101116
|
||||
foreground = #00a2ff
|
||||
cursor-color = #76ff9f
|
||||
cursor-text = #a6a6a6
|
||||
selection-background = #c1deff
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Bluloco Dark
Normal file
22
Resources/ghostty/themes/Bluloco Dark
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#41444d
|
||||
palette = 1=#fc2f52
|
||||
palette = 2=#25a45c
|
||||
palette = 3=#ff936a
|
||||
palette = 4=#3476ff
|
||||
palette = 5=#7a82da
|
||||
palette = 6=#4483aa
|
||||
palette = 7=#cdd4e0
|
||||
palette = 8=#8f9aae
|
||||
palette = 9=#ff6480
|
||||
palette = 10=#3fc56b
|
||||
palette = 11=#f9c859
|
||||
palette = 12=#10b1fe
|
||||
palette = 13=#ff78f8
|
||||
palette = 14=#5fb9bc
|
||||
palette = 15=#ffffff
|
||||
background = #282c34
|
||||
foreground = #b9c0cb
|
||||
cursor-color = #ffcc00
|
||||
cursor-text = #282c34
|
||||
selection-background = #b9c0ca
|
||||
selection-foreground = #272b33
|
||||
22
Resources/ghostty/themes/Bluloco Light
Normal file
22
Resources/ghostty/themes/Bluloco Light
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#373a41
|
||||
palette = 1=#d52753
|
||||
palette = 2=#23974a
|
||||
palette = 3=#df631c
|
||||
palette = 4=#275fe4
|
||||
palette = 5=#823ff1
|
||||
palette = 6=#27618d
|
||||
palette = 7=#babbc2
|
||||
palette = 8=#676a77
|
||||
palette = 9=#ff6480
|
||||
palette = 10=#3cbc66
|
||||
palette = 11=#c5a332
|
||||
palette = 12=#0099e1
|
||||
palette = 13=#ce33c0
|
||||
palette = 14=#6d93bb
|
||||
palette = 15=#d3d3d3
|
||||
background = #f9f9f9
|
||||
foreground = #373a41
|
||||
cursor-color = #f32759
|
||||
cursor-text = #ffffff
|
||||
selection-background = #daf0ff
|
||||
selection-foreground = #373a41
|
||||
22
Resources/ghostty/themes/Borland
Normal file
22
Resources/ghostty/themes/Borland
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#4f4f4f
|
||||
palette = 1=#ff6c60
|
||||
palette = 2=#a8ff60
|
||||
palette = 3=#ffffb6
|
||||
palette = 4=#96cbfe
|
||||
palette = 5=#ff73fd
|
||||
palette = 6=#c6c5fe
|
||||
palette = 7=#eeeeee
|
||||
palette = 8=#7c7c7c
|
||||
palette = 9=#ffb6b0
|
||||
palette = 10=#ceffac
|
||||
palette = 11=#ffffcc
|
||||
palette = 12=#b5dcff
|
||||
palette = 13=#ff9cfe
|
||||
palette = 14=#dfdffe
|
||||
palette = 15=#ffffff
|
||||
background = #0000a4
|
||||
foreground = #ffff4e
|
||||
cursor-color = #ffa560
|
||||
cursor-text = #ffffff
|
||||
selection-background = #a4a4a4
|
||||
selection-foreground = #0000a4
|
||||
22
Resources/ghostty/themes/Box
Normal file
22
Resources/ghostty/themes/Box
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#cc0403
|
||||
palette = 2=#19cb00
|
||||
palette = 3=#cecb00
|
||||
palette = 4=#0d73cc
|
||||
palette = 5=#cb1ed1
|
||||
palette = 6=#0dcdcd
|
||||
palette = 7=#dddddd
|
||||
palette = 8=#767676
|
||||
palette = 9=#f2201f
|
||||
palette = 10=#23fd00
|
||||
palette = 11=#fffd00
|
||||
palette = 12=#1a8fff
|
||||
palette = 13=#fd28ff
|
||||
palette = 14=#14ffff
|
||||
palette = 15=#ffffff
|
||||
background = #141d2b
|
||||
foreground = #9fef00
|
||||
cursor-color = #9fef00
|
||||
cursor-text = #111111
|
||||
selection-background = #a4b1cd
|
||||
selection-foreground = #141d2b
|
||||
22
Resources/ghostty/themes/Breadog
Normal file
22
Resources/ghostty/themes/Breadog
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#362c24
|
||||
palette = 1=#b10b00
|
||||
palette = 2=#007232
|
||||
palette = 3=#8b4c00
|
||||
palette = 4=#005cb4
|
||||
palette = 5=#9b0097
|
||||
palette = 6=#006a78
|
||||
palette = 7=#baa99d
|
||||
palette = 8=#514337
|
||||
palette = 9=#de1100
|
||||
palette = 10=#008f40
|
||||
palette = 11=#ae6000
|
||||
palette = 12=#0074e1
|
||||
palette = 13=#c300bd
|
||||
palette = 14=#008697
|
||||
palette = 15=#eae1da
|
||||
background = #f1ebe6
|
||||
foreground = #362c24
|
||||
cursor-color = #362c24
|
||||
cursor-text = #f1ebe6
|
||||
selection-background = #362c24
|
||||
selection-foreground = #f1ebe6
|
||||
22
Resources/ghostty/themes/Breeze
Normal file
22
Resources/ghostty/themes/Breeze
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#31363b
|
||||
palette = 1=#ed1515
|
||||
palette = 2=#11d116
|
||||
palette = 3=#f67400
|
||||
palette = 4=#1d99f3
|
||||
palette = 5=#9b59b6
|
||||
palette = 6=#1abc9c
|
||||
palette = 7=#eff0f1
|
||||
palette = 8=#7f8c8d
|
||||
palette = 9=#c0392b
|
||||
palette = 10=#1cdc9a
|
||||
palette = 11=#fdbc4b
|
||||
palette = 12=#3daee9
|
||||
palette = 13=#8e44ad
|
||||
palette = 14=#16a085
|
||||
palette = 15=#fcfcfc
|
||||
background = #31363b
|
||||
foreground = #eff0f1
|
||||
cursor-color = #eff0f1
|
||||
cursor-text = #31363b
|
||||
selection-background = #eff0f1
|
||||
selection-foreground = #31363b
|
||||
22
Resources/ghostty/themes/Bright Lights
Normal file
22
Resources/ghostty/themes/Bright Lights
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#191919
|
||||
palette = 1=#ff355b
|
||||
palette = 2=#b7e876
|
||||
palette = 3=#ffc251
|
||||
palette = 4=#76d4ff
|
||||
palette = 5=#ba76e7
|
||||
palette = 6=#6cbfb5
|
||||
palette = 7=#c2c8d7
|
||||
palette = 8=#4c4c4c
|
||||
palette = 9=#ff355b
|
||||
palette = 10=#b7e876
|
||||
palette = 11=#ffc251
|
||||
palette = 12=#76d5ff
|
||||
palette = 13=#ba76e7
|
||||
palette = 14=#6cbfb5
|
||||
palette = 15=#c2c8d7
|
||||
background = #191919
|
||||
foreground = #b3c9d7
|
||||
cursor-color = #f34b00
|
||||
cursor-text = #002831
|
||||
selection-background = #b3c9d7
|
||||
selection-foreground = #191919
|
||||
22
Resources/ghostty/themes/Broadcast
Normal file
22
Resources/ghostty/themes/Broadcast
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#da4939
|
||||
palette = 2=#519f50
|
||||
palette = 3=#ffd24a
|
||||
palette = 4=#6d9cbe
|
||||
palette = 5=#d0d0ff
|
||||
palette = 6=#6e9cbe
|
||||
palette = 7=#ffffff
|
||||
palette = 8=#585858
|
||||
palette = 9=#ff7b6b
|
||||
palette = 10=#83d182
|
||||
palette = 11=#ffff7c
|
||||
palette = 12=#9fcef0
|
||||
palette = 13=#ffffff
|
||||
palette = 14=#a0cef0
|
||||
palette = 15=#ffffff
|
||||
background = #2b2b2b
|
||||
foreground = #e6e1dc
|
||||
cursor-color = #ffffff
|
||||
cursor-text = #c0bbb6
|
||||
selection-background = #5a647e
|
||||
selection-foreground = #e6e1dc
|
||||
22
Resources/ghostty/themes/Brogrammer
Normal file
22
Resources/ghostty/themes/Brogrammer
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#1f1f1f
|
||||
palette = 1=#f81118
|
||||
palette = 2=#2dc55e
|
||||
palette = 3=#ecba0f
|
||||
palette = 4=#2a84d2
|
||||
palette = 5=#4e5ab7
|
||||
palette = 6=#1081d6
|
||||
palette = 7=#d6dbe5
|
||||
palette = 8=#d6dbe5
|
||||
palette = 9=#de352e
|
||||
palette = 10=#1dd361
|
||||
palette = 11=#f3bd09
|
||||
palette = 12=#1081d6
|
||||
palette = 13=#5350b9
|
||||
palette = 14=#0f7ddb
|
||||
palette = 15=#ffffff
|
||||
background = #131313
|
||||
foreground = #d6dbe5
|
||||
cursor-color = #b9b9b9
|
||||
cursor-text = #101010
|
||||
selection-background = #1f1f1f
|
||||
selection-foreground = #d6dbe5
|
||||
22
Resources/ghostty/themes/Builtin Dark
Normal file
22
Resources/ghostty/themes/Builtin Dark
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#bb0000
|
||||
palette = 2=#00bb00
|
||||
palette = 3=#bbbb00
|
||||
palette = 4=#0d0dc8
|
||||
palette = 5=#bb00bb
|
||||
palette = 6=#00bbbb
|
||||
palette = 7=#bbbbbb
|
||||
palette = 8=#555555
|
||||
palette = 9=#ff5555
|
||||
palette = 10=#55ff55
|
||||
palette = 11=#ffff55
|
||||
palette = 12=#5555ff
|
||||
palette = 13=#ff55ff
|
||||
palette = 14=#55ffff
|
||||
palette = 15=#ffffff
|
||||
background = #000000
|
||||
foreground = #bbbbbb
|
||||
cursor-color = #bbbbbb
|
||||
cursor-text = #ffffff
|
||||
selection-background = #b5d5ff
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Builtin Light
Normal file
22
Resources/ghostty/themes/Builtin Light
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#bb0000
|
||||
palette = 2=#00bb00
|
||||
palette = 3=#bbbb00
|
||||
palette = 4=#0000bb
|
||||
palette = 5=#bb00bb
|
||||
palette = 6=#00bbbb
|
||||
palette = 7=#bbbbbb
|
||||
palette = 8=#555555
|
||||
palette = 9=#ff5555
|
||||
palette = 10=#2fd92f
|
||||
palette = 11=#bfbf15
|
||||
palette = 12=#5555ff
|
||||
palette = 13=#ff55ff
|
||||
palette = 14=#22cccc
|
||||
palette = 15=#ffffff
|
||||
background = #ffffff
|
||||
foreground = #000000
|
||||
cursor-color = #000000
|
||||
cursor-text = #ffffff
|
||||
selection-background = #b5d5ff
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Builtin Pastel Dark
Normal file
22
Resources/ghostty/themes/Builtin Pastel Dark
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#4f4f4f
|
||||
palette = 1=#ff6c60
|
||||
palette = 2=#a8ff60
|
||||
palette = 3=#ffffb6
|
||||
palette = 4=#96cbfe
|
||||
palette = 5=#ff73fd
|
||||
palette = 6=#c6c5fe
|
||||
palette = 7=#eeeeee
|
||||
palette = 8=#7c7c7c
|
||||
palette = 9=#ffb6b0
|
||||
palette = 10=#ceffac
|
||||
palette = 11=#ffffcc
|
||||
palette = 12=#b5dcff
|
||||
palette = 13=#ff9cfe
|
||||
palette = 14=#dfdffe
|
||||
palette = 15=#ffffff
|
||||
background = #000000
|
||||
foreground = #bbbbbb
|
||||
cursor-color = #ffa560
|
||||
cursor-text = #ffffff
|
||||
selection-background = #363983
|
||||
selection-foreground = #f2f2f2
|
||||
22
Resources/ghostty/themes/Builtin Tango Dark
Normal file
22
Resources/ghostty/themes/Builtin Tango Dark
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#cc0000
|
||||
palette = 2=#4e9a06
|
||||
palette = 3=#c4a000
|
||||
palette = 4=#3465a4
|
||||
palette = 5=#75507b
|
||||
palette = 6=#06989a
|
||||
palette = 7=#d3d7cf
|
||||
palette = 8=#555753
|
||||
palette = 9=#ef2929
|
||||
palette = 10=#8ae234
|
||||
palette = 11=#fce94f
|
||||
palette = 12=#729fcf
|
||||
palette = 13=#ad7fa8
|
||||
palette = 14=#34e2e2
|
||||
palette = 15=#eeeeec
|
||||
background = #000000
|
||||
foreground = #ffffff
|
||||
cursor-color = #ffffff
|
||||
cursor-text = #000000
|
||||
selection-background = #b5d5ff
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Builtin Tango Light
Normal file
22
Resources/ghostty/themes/Builtin Tango Light
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#cc0000
|
||||
palette = 2=#4e9a06
|
||||
palette = 3=#c4a000
|
||||
palette = 4=#3465a4
|
||||
palette = 5=#75507b
|
||||
palette = 6=#06989a
|
||||
palette = 7=#b9bdb5
|
||||
palette = 8=#555753
|
||||
palette = 9=#ef2929
|
||||
palette = 10=#7dd527
|
||||
palette = 11=#d6c329
|
||||
palette = 12=#729fcf
|
||||
palette = 13=#ad7fa8
|
||||
palette = 14=#27d5d5
|
||||
palette = 15=#eeeeec
|
||||
background = #ffffff
|
||||
foreground = #000000
|
||||
cursor-color = #000000
|
||||
cursor-text = #ffffff
|
||||
selection-background = #b5d5ff
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/C64
Normal file
22
Resources/ghostty/themes/C64
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#090300
|
||||
palette = 1=#a2524c
|
||||
palette = 2=#55a049
|
||||
palette = 3=#bfce72
|
||||
palette = 4=#6657b3
|
||||
palette = 5=#984ca3
|
||||
palette = 6=#67b6bd
|
||||
palette = 7=#ffffff
|
||||
palette = 8=#000000
|
||||
palette = 9=#a2524c
|
||||
palette = 10=#55a049
|
||||
palette = 11=#bfce72
|
||||
palette = 12=#6657b3
|
||||
palette = 13=#984ca3
|
||||
palette = 14=#67b6bd
|
||||
palette = 15=#f7f7f7
|
||||
background = #40318d
|
||||
foreground = #7869c4
|
||||
cursor-color = #7869c4
|
||||
cursor-text = #40318d
|
||||
selection-background = #7869c4
|
||||
selection-foreground = #40318d
|
||||
22
Resources/ghostty/themes/CGA
Normal file
22
Resources/ghostty/themes/CGA
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#aa0000
|
||||
palette = 2=#00aa00
|
||||
palette = 3=#aa5500
|
||||
palette = 4=#0d0db7
|
||||
palette = 5=#aa00aa
|
||||
palette = 6=#00aaaa
|
||||
palette = 7=#aaaaaa
|
||||
palette = 8=#555555
|
||||
palette = 9=#ff5555
|
||||
palette = 10=#55ff55
|
||||
palette = 11=#ffff55
|
||||
palette = 12=#5555ff
|
||||
palette = 13=#ff55ff
|
||||
palette = 14=#55ffff
|
||||
palette = 15=#ffffff
|
||||
background = #000000
|
||||
foreground = #aaaaaa
|
||||
cursor-color = #b8b8b8
|
||||
cursor-text = #ffffff
|
||||
selection-background = #c1deff
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/CLRS
Normal file
22
Resources/ghostty/themes/CLRS
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#f8282a
|
||||
palette = 2=#328a5d
|
||||
palette = 3=#fa701d
|
||||
palette = 4=#135cd0
|
||||
palette = 5=#9f00bd
|
||||
palette = 6=#33c3c1
|
||||
palette = 7=#b3b3b3
|
||||
palette = 8=#555753
|
||||
palette = 9=#fb0416
|
||||
palette = 10=#2cc631
|
||||
palette = 11=#e3bd0e
|
||||
palette = 12=#1670ff
|
||||
palette = 13=#e900b0
|
||||
palette = 14=#3ad5ce
|
||||
palette = 15=#eeeeec
|
||||
background = #ffffff
|
||||
foreground = #262626
|
||||
cursor-color = #62c6ef
|
||||
cursor-text = #ffffff
|
||||
selection-background = #6fd3fc
|
||||
selection-foreground = #041730
|
||||
22
Resources/ghostty/themes/Calamity
Normal file
22
Resources/ghostty/themes/Calamity
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#2f2833
|
||||
palette = 1=#fc644d
|
||||
palette = 2=#a5f69c
|
||||
palette = 3=#e9d7a5
|
||||
palette = 4=#3b79c7
|
||||
palette = 5=#f92672
|
||||
palette = 6=#74d3de
|
||||
palette = 7=#d5ced9
|
||||
palette = 8=#7e6c88
|
||||
palette = 9=#fc644d
|
||||
palette = 10=#a5f69c
|
||||
palette = 11=#e9d7a5
|
||||
palette = 12=#3b79c7
|
||||
palette = 13=#f92672
|
||||
palette = 14=#74d3de
|
||||
palette = 15=#ffffff
|
||||
background = #2f2833
|
||||
foreground = #d5ced9
|
||||
cursor-color = #d5ced9
|
||||
cursor-text = #2f2833
|
||||
selection-background = #7e6c88
|
||||
selection-foreground = #d5ced9
|
||||
22
Resources/ghostty/themes/Carbonfox
Normal file
22
Resources/ghostty/themes/Carbonfox
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#282828
|
||||
palette = 1=#ee5396
|
||||
palette = 2=#25be6a
|
||||
palette = 3=#08bdba
|
||||
palette = 4=#78a9ff
|
||||
palette = 5=#be95ff
|
||||
palette = 6=#33b1ff
|
||||
palette = 7=#dfdfe0
|
||||
palette = 8=#484848
|
||||
palette = 9=#f16da6
|
||||
palette = 10=#46c880
|
||||
palette = 11=#2dc7c4
|
||||
palette = 12=#8cb6ff
|
||||
palette = 13=#c8a5ff
|
||||
palette = 14=#52bdff
|
||||
palette = 15=#e4e4e5
|
||||
background = #161616
|
||||
foreground = #f2f4f8
|
||||
cursor-color = #f2f4f8
|
||||
cursor-text = #161616
|
||||
selection-background = #2a2a2a
|
||||
selection-foreground = #f2f4f8
|
||||
22
Resources/ghostty/themes/Catppuccin Frappe
Normal file
22
Resources/ghostty/themes/Catppuccin Frappe
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#51576d
|
||||
palette = 1=#e78284
|
||||
palette = 2=#a6d189
|
||||
palette = 3=#e5c890
|
||||
palette = 4=#8caaee
|
||||
palette = 5=#f4b8e4
|
||||
palette = 6=#81c8be
|
||||
palette = 7=#a5adce
|
||||
palette = 8=#626880
|
||||
palette = 9=#e67172
|
||||
palette = 10=#8ec772
|
||||
palette = 11=#d9ba73
|
||||
palette = 12=#7b9ef0
|
||||
palette = 13=#f2a4db
|
||||
palette = 14=#5abfb5
|
||||
palette = 15=#b5bfe2
|
||||
background = #303446
|
||||
foreground = #c6d0f5
|
||||
cursor-color = #f2d5cf
|
||||
cursor-text = #303446
|
||||
selection-background = #626880
|
||||
selection-foreground = #c6d0f5
|
||||
22
Resources/ghostty/themes/Catppuccin Latte
Normal file
22
Resources/ghostty/themes/Catppuccin Latte
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#5c5f77
|
||||
palette = 1=#d20f39
|
||||
palette = 2=#40a02b
|
||||
palette = 3=#df8e1d
|
||||
palette = 4=#1e66f5
|
||||
palette = 5=#ea76cb
|
||||
palette = 6=#179299
|
||||
palette = 7=#acb0be
|
||||
palette = 8=#6c6f85
|
||||
palette = 9=#de293e
|
||||
palette = 10=#49af3d
|
||||
palette = 11=#eea02d
|
||||
palette = 12=#456eff
|
||||
palette = 13=#fe85d8
|
||||
palette = 14=#2d9fa8
|
||||
palette = 15=#bcc0cc
|
||||
background = #eff1f5
|
||||
foreground = #4c4f69
|
||||
cursor-color = #dc8a78
|
||||
cursor-text = #eff1f5
|
||||
selection-background = #acb0be
|
||||
selection-foreground = #4c4f69
|
||||
22
Resources/ghostty/themes/Catppuccin Macchiato
Normal file
22
Resources/ghostty/themes/Catppuccin Macchiato
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#494d64
|
||||
palette = 1=#ed8796
|
||||
palette = 2=#a6da95
|
||||
palette = 3=#eed49f
|
||||
palette = 4=#8aadf4
|
||||
palette = 5=#f5bde6
|
||||
palette = 6=#8bd5ca
|
||||
palette = 7=#a5adcb
|
||||
palette = 8=#5b6078
|
||||
palette = 9=#ec7486
|
||||
palette = 10=#8ccf7f
|
||||
palette = 11=#e1c682
|
||||
palette = 12=#78a1f6
|
||||
palette = 13=#f2a9dd
|
||||
palette = 14=#63cbc0
|
||||
palette = 15=#b8c0e0
|
||||
background = #24273a
|
||||
foreground = #cad3f5
|
||||
cursor-color = #f4dbd6
|
||||
cursor-text = #24273a
|
||||
selection-background = #5b6078
|
||||
selection-foreground = #cad3f5
|
||||
22
Resources/ghostty/themes/Catppuccin Mocha
Normal file
22
Resources/ghostty/themes/Catppuccin Mocha
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#45475a
|
||||
palette = 1=#f38ba8
|
||||
palette = 2=#a6e3a1
|
||||
palette = 3=#f9e2af
|
||||
palette = 4=#89b4fa
|
||||
palette = 5=#f5c2e7
|
||||
palette = 6=#94e2d5
|
||||
palette = 7=#a6adc8
|
||||
palette = 8=#585b70
|
||||
palette = 9=#f37799
|
||||
palette = 10=#89d88b
|
||||
palette = 11=#ebd391
|
||||
palette = 12=#74a8fc
|
||||
palette = 13=#f2aede
|
||||
palette = 14=#6bd7ca
|
||||
palette = 15=#bac2de
|
||||
background = #1e1e2e
|
||||
foreground = #cdd6f4
|
||||
cursor-color = #f5e0dc
|
||||
cursor-text = #1e1e2e
|
||||
selection-background = #585b70
|
||||
selection-foreground = #cdd6f4
|
||||
22
Resources/ghostty/themes/Chalk
Normal file
22
Resources/ghostty/themes/Chalk
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#7d8b8f
|
||||
palette = 1=#b23a52
|
||||
palette = 2=#789b6a
|
||||
palette = 3=#b9ac4a
|
||||
palette = 4=#2a7fac
|
||||
palette = 5=#bd4f5a
|
||||
palette = 6=#44a799
|
||||
palette = 7=#d2d8d9
|
||||
palette = 8=#888888
|
||||
palette = 9=#f24840
|
||||
palette = 10=#80c470
|
||||
palette = 11=#ffeb62
|
||||
palette = 12=#4196ff
|
||||
palette = 13=#fc5275
|
||||
palette = 14=#53cdbd
|
||||
palette = 15=#d2d8d9
|
||||
background = #2b2d2e
|
||||
foreground = #d2d8d9
|
||||
cursor-color = #708284
|
||||
cursor-text = #002831
|
||||
selection-background = #e4e8ed
|
||||
selection-foreground = #3f4041
|
||||
22
Resources/ghostty/themes/Chalkboard
Normal file
22
Resources/ghostty/themes/Chalkboard
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#c37372
|
||||
palette = 2=#72c373
|
||||
palette = 3=#c2c372
|
||||
palette = 4=#7372c3
|
||||
palette = 5=#c372c2
|
||||
palette = 6=#72c2c3
|
||||
palette = 7=#d9d9d9
|
||||
palette = 8=#585858
|
||||
palette = 9=#dbaaaa
|
||||
palette = 10=#aadbaa
|
||||
palette = 11=#dadbaa
|
||||
palette = 12=#aaaadb
|
||||
palette = 13=#dbaada
|
||||
palette = 14=#aadadb
|
||||
palette = 15=#ffffff
|
||||
background = #29262f
|
||||
foreground = #d9e6f2
|
||||
cursor-color = #d9e6f2
|
||||
cursor-text = #29262f
|
||||
selection-background = #073642
|
||||
selection-foreground = #ffffff
|
||||
22
Resources/ghostty/themes/Challenger Deep
Normal file
22
Resources/ghostty/themes/Challenger Deep
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#141228
|
||||
palette = 1=#ff5458
|
||||
palette = 2=#62d196
|
||||
palette = 3=#ffb378
|
||||
palette = 4=#65b2ff
|
||||
palette = 5=#906cff
|
||||
palette = 6=#63f2f1
|
||||
palette = 7=#a6b3cc
|
||||
palette = 8=#565575
|
||||
palette = 9=#ff8080
|
||||
palette = 10=#95ffa4
|
||||
palette = 11=#ffe9aa
|
||||
palette = 12=#91ddff
|
||||
palette = 13=#c991e1
|
||||
palette = 14=#aaffe4
|
||||
palette = 15=#cbe3e7
|
||||
background = #1e1c31
|
||||
foreground = #cbe1e7
|
||||
cursor-color = #fbfcfc
|
||||
cursor-text = #ff271d
|
||||
selection-background = #cbe1e7
|
||||
selection-foreground = #1e1c31
|
||||
22
Resources/ghostty/themes/Chester
Normal file
22
Resources/ghostty/themes/Chester
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#080200
|
||||
palette = 1=#fa5e5b
|
||||
palette = 2=#16c98d
|
||||
palette = 3=#ffc83f
|
||||
palette = 4=#288ad6
|
||||
palette = 5=#d34590
|
||||
palette = 6=#28ddde
|
||||
palette = 7=#e7e7e7
|
||||
palette = 8=#6f6b68
|
||||
palette = 9=#fa5e5b
|
||||
palette = 10=#16c98d
|
||||
palette = 11=#feef6d
|
||||
palette = 12=#278ad6
|
||||
palette = 13=#d34590
|
||||
palette = 14=#27dede
|
||||
palette = 15=#ffffff
|
||||
background = #2c3643
|
||||
foreground = #ffffff
|
||||
cursor-color = #b4b1b1
|
||||
cursor-text = #000000
|
||||
selection-background = #67747c
|
||||
selection-foreground = #ffffff
|
||||
22
Resources/ghostty/themes/Ciapre
Normal file
22
Resources/ghostty/themes/Ciapre
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#181818
|
||||
palette = 1=#8e0d16
|
||||
palette = 2=#48513b
|
||||
palette = 3=#cc8b3f
|
||||
palette = 4=#576d8c
|
||||
palette = 5=#724d7c
|
||||
palette = 6=#5c4f4b
|
||||
palette = 7=#aea47f
|
||||
palette = 8=#555555
|
||||
palette = 9=#ac3835
|
||||
palette = 10=#a6a75d
|
||||
palette = 11=#dcdf7c
|
||||
palette = 12=#3097c6
|
||||
palette = 13=#d33061
|
||||
palette = 14=#f3dbb2
|
||||
palette = 15=#f4f4f4
|
||||
background = #191c27
|
||||
foreground = #aea47a
|
||||
cursor-color = #92805b
|
||||
cursor-text = #181818
|
||||
selection-background = #172539
|
||||
selection-foreground = #aea47f
|
||||
22
Resources/ghostty/themes/Citruszest
Normal file
22
Resources/ghostty/themes/Citruszest
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#404040
|
||||
palette = 1=#ff5454
|
||||
palette = 2=#00cc7a
|
||||
palette = 3=#ffd400
|
||||
palette = 4=#00bfff
|
||||
palette = 5=#ff90fe
|
||||
palette = 6=#48d1cc
|
||||
palette = 7=#bfbfbf
|
||||
palette = 8=#808080
|
||||
palette = 9=#ff1a75
|
||||
palette = 10=#1affa3
|
||||
palette = 11=#ffff00
|
||||
palette = 12=#33cfff
|
||||
palette = 13=#ffb2fe
|
||||
palette = 14=#00fff2
|
||||
palette = 15=#f9f9f9
|
||||
background = #121212
|
||||
foreground = #bfbfbf
|
||||
cursor-color = #666666
|
||||
cursor-text = #f9f9f9
|
||||
selection-background = #ff8c00
|
||||
selection-foreground = #f4f4f4
|
||||
22
Resources/ghostty/themes/Cobalt Neon
Normal file
22
Resources/ghostty/themes/Cobalt Neon
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#142631
|
||||
palette = 1=#ff2320
|
||||
palette = 2=#3ba5ff
|
||||
palette = 3=#e9e75c
|
||||
palette = 4=#8ff586
|
||||
palette = 5=#781aa0
|
||||
palette = 6=#8ff586
|
||||
palette = 7=#ba46b2
|
||||
palette = 8=#fff688
|
||||
palette = 9=#d4312e
|
||||
palette = 10=#8ff586
|
||||
palette = 11=#e9f06d
|
||||
palette = 12=#3c7dd2
|
||||
palette = 13=#8230a7
|
||||
palette = 14=#6cbc67
|
||||
palette = 15=#8ff586
|
||||
background = #142838
|
||||
foreground = #8ff586
|
||||
cursor-color = #c4206f
|
||||
cursor-text = #8ff586
|
||||
selection-background = #094fb1
|
||||
selection-foreground = #8ff586
|
||||
22
Resources/ghostty/themes/Cobalt Next
Normal file
22
Resources/ghostty/themes/Cobalt Next
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#ff527b
|
||||
palette = 2=#8cc98f
|
||||
palette = 3=#ffc64c
|
||||
palette = 4=#409dd4
|
||||
palette = 5=#cba3c7
|
||||
palette = 6=#37b5b4
|
||||
palette = 7=#d7deea
|
||||
palette = 8=#62747f
|
||||
palette = 9=#e47e8b
|
||||
palette = 10=#baddbb
|
||||
palette = 11=#ffdc91
|
||||
palette = 12=#7ac0eb
|
||||
palette = 13=#f3ccef
|
||||
palette = 14=#84e4e3
|
||||
palette = 15=#ffffff
|
||||
background = #162c35
|
||||
foreground = #d7deea
|
||||
cursor-color = #ffc64c
|
||||
cursor-text = #8a919d
|
||||
selection-background = #4c5b67
|
||||
selection-foreground = #ffffff
|
||||
22
Resources/ghostty/themes/Cobalt Next Dark
Normal file
22
Resources/ghostty/themes/Cobalt Next Dark
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#262f37
|
||||
palette = 1=#f94967
|
||||
palette = 2=#8cc98f
|
||||
palette = 3=#ffc64c
|
||||
palette = 4=#409dd4
|
||||
palette = 5=#cba3c7
|
||||
palette = 6=#37b5b4
|
||||
palette = 7=#d7deea
|
||||
palette = 8=#62747f
|
||||
palette = 9=#e47e8b
|
||||
palette = 10=#baddbb
|
||||
palette = 11=#ffdc91
|
||||
palette = 12=#7ac0eb
|
||||
palette = 13=#f3ccef
|
||||
palette = 14=#84e4e3
|
||||
palette = 15=#ffffff
|
||||
background = #0b1c24
|
||||
foreground = #d7deea
|
||||
cursor-color = #ffc64c
|
||||
cursor-text = #999999
|
||||
selection-background = #37b5b4
|
||||
selection-foreground = #ffffff
|
||||
22
Resources/ghostty/themes/Cobalt Next Minimal
Normal file
22
Resources/ghostty/themes/Cobalt Next Minimal
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#323d47
|
||||
palette = 1=#ff657a
|
||||
palette = 2=#8cc98f
|
||||
palette = 3=#ffc64c
|
||||
palette = 4=#409dd4
|
||||
palette = 5=#cba3c7
|
||||
palette = 6=#37b5b4
|
||||
palette = 7=#d7deea
|
||||
palette = 8=#62747f
|
||||
palette = 9=#e47e8b
|
||||
palette = 10=#baddbb
|
||||
palette = 11=#ffdc91
|
||||
palette = 12=#7ac0eb
|
||||
palette = 13=#f3ccef
|
||||
palette = 14=#84e4e3
|
||||
palette = 15=#ffffff
|
||||
background = #0b1c24
|
||||
foreground = #d7deea
|
||||
cursor-color = #37b5b4
|
||||
cursor-text = #ffffff
|
||||
selection-background = #37b5b4
|
||||
selection-foreground = #ffffff
|
||||
22
Resources/ghostty/themes/Cobalt2
Normal file
22
Resources/ghostty/themes/Cobalt2
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#ff0000
|
||||
palette = 2=#38de21
|
||||
palette = 3=#ffe50a
|
||||
palette = 4=#1460d2
|
||||
palette = 5=#ff005d
|
||||
palette = 6=#00bbbb
|
||||
palette = 7=#bbbbbb
|
||||
palette = 8=#555555
|
||||
palette = 9=#f40e17
|
||||
palette = 10=#3bd01d
|
||||
palette = 11=#edc809
|
||||
palette = 12=#5555ff
|
||||
palette = 13=#ff55ff
|
||||
palette = 14=#6ae3fa
|
||||
palette = 15=#ffffff
|
||||
background = #132738
|
||||
foreground = #ffffff
|
||||
cursor-color = #f0cc09
|
||||
cursor-text = #98998c
|
||||
selection-background = #18354f
|
||||
selection-foreground = #b5b5b5
|
||||
22
Resources/ghostty/themes/Coffee Theme
Normal file
22
Resources/ghostty/themes/Coffee Theme
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#c91b00
|
||||
palette = 2=#00c200
|
||||
palette = 3=#adaa00
|
||||
palette = 4=#0225c7
|
||||
palette = 5=#ca30c7
|
||||
palette = 6=#00b8ba
|
||||
palette = 7=#a1a1a1
|
||||
palette = 8=#686868
|
||||
palette = 9=#ff6e67
|
||||
palette = 10=#1fba28
|
||||
palette = 11=#b2af1b
|
||||
palette = 12=#6871ff
|
||||
palette = 13=#f26af2
|
||||
palette = 14=#20bdbf
|
||||
palette = 15=#ffffff
|
||||
background = #f5deb3
|
||||
foreground = #000000
|
||||
cursor-color = #a1a1a1
|
||||
cursor-text = #fffc67
|
||||
selection-background = #c1deff
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Crayon Pony Fish
Normal file
22
Resources/ghostty/themes/Crayon Pony Fish
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#2b1b1d
|
||||
palette = 1=#91002b
|
||||
palette = 2=#579524
|
||||
palette = 3=#ab311b
|
||||
palette = 4=#8c87b0
|
||||
palette = 5=#692f50
|
||||
palette = 6=#e8a866
|
||||
palette = 7=#68525a
|
||||
palette = 8=#4a383b
|
||||
palette = 9=#c5255d
|
||||
palette = 10=#8dff57
|
||||
palette = 11=#c8381d
|
||||
palette = 12=#cfc9ff
|
||||
palette = 13=#fc6cba
|
||||
palette = 14=#ffceaf
|
||||
palette = 15=#b0949d
|
||||
background = #150707
|
||||
foreground = #68525a
|
||||
cursor-color = #68525a
|
||||
cursor-text = #140707
|
||||
selection-background = #2b1b1d
|
||||
selection-foreground = #69525a
|
||||
22
Resources/ghostty/themes/Cursor Dark
Normal file
22
Resources/ghostty/themes/Cursor Dark
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#2a2a2a
|
||||
palette = 1=#bf616a
|
||||
palette = 2=#a3be8c
|
||||
palette = 3=#ebcb8b
|
||||
palette = 4=#81a1c1
|
||||
palette = 5=#b48ead
|
||||
palette = 6=#88c0d0
|
||||
palette = 7=#d8dee9
|
||||
palette = 8=#505050
|
||||
palette = 9=#bf616a
|
||||
palette = 10=#a3be8c
|
||||
palette = 11=#ebcb8b
|
||||
palette = 12=#81a1c1
|
||||
palette = 13=#b48ead
|
||||
palette = 14=#88c0d0
|
||||
palette = 15=#ffffff
|
||||
background = #141414
|
||||
foreground = #ffffff
|
||||
cursor-color = #ffffff
|
||||
cursor-text = #141414
|
||||
selection-background = #303030
|
||||
selection-foreground = #ffffff
|
||||
22
Resources/ghostty/themes/Cutie Pro
Normal file
22
Resources/ghostty/themes/Cutie Pro
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#f56e7f
|
||||
palette = 2=#bec975
|
||||
palette = 3=#f58669
|
||||
palette = 4=#42d9c5
|
||||
palette = 5=#d286b7
|
||||
palette = 6=#37cb8a
|
||||
palette = 7=#d5c3c3
|
||||
palette = 8=#88847f
|
||||
palette = 9=#e5a1a3
|
||||
palette = 10=#e8d6a7
|
||||
palette = 11=#f1bb79
|
||||
palette = 12=#80c5de
|
||||
palette = 13=#b294bb
|
||||
palette = 14=#9dccbb
|
||||
palette = 15=#ffffff
|
||||
background = #181818
|
||||
foreground = #d5d0c9
|
||||
cursor-color = #efc4cd
|
||||
cursor-text = #181818
|
||||
selection-background = #363636
|
||||
selection-foreground = #d5d0c9
|
||||
22
Resources/ghostty/themes/Cyberdyne
Normal file
22
Resources/ghostty/themes/Cyberdyne
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#080808
|
||||
palette = 1=#ff8373
|
||||
palette = 2=#00c172
|
||||
palette = 3=#d2a700
|
||||
palette = 4=#0071cf
|
||||
palette = 5=#ff90fe
|
||||
palette = 6=#6bffdd
|
||||
palette = 7=#f1f1f1
|
||||
palette = 8=#484848
|
||||
palette = 9=#ffc4be
|
||||
palette = 10=#d6fcba
|
||||
palette = 11=#fffed5
|
||||
palette = 12=#c2e3ff
|
||||
palette = 13=#ffb2fe
|
||||
palette = 14=#e6e7fe
|
||||
palette = 15=#ffffff
|
||||
background = #151144
|
||||
foreground = #00ff92
|
||||
cursor-color = #00ff9c
|
||||
cursor-text = #a6a6a6
|
||||
selection-background = #454d96
|
||||
selection-foreground = #f4f4f4
|
||||
22
Resources/ghostty/themes/Cyberpunk
Normal file
22
Resources/ghostty/themes/Cyberpunk
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#ff7092
|
||||
palette = 2=#00fbac
|
||||
palette = 3=#fffa6a
|
||||
palette = 4=#00bfff
|
||||
palette = 5=#df95ff
|
||||
palette = 6=#86cbfe
|
||||
palette = 7=#ffffff
|
||||
palette = 8=#595959
|
||||
palette = 9=#ff8aa4
|
||||
palette = 10=#21f6bc
|
||||
palette = 11=#fff787
|
||||
palette = 12=#1bccfd
|
||||
palette = 13=#e6aefe
|
||||
palette = 14=#99d6fc
|
||||
palette = 15=#ffffff
|
||||
background = #332a57
|
||||
foreground = #e5e5e5
|
||||
cursor-color = #21f6bc
|
||||
cursor-text = #999999
|
||||
selection-background = #c1deff
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Cyberpunk Scarlet Protocol
Normal file
22
Resources/ghostty/themes/Cyberpunk Scarlet Protocol
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#101116
|
||||
palette = 1=#ff0051
|
||||
palette = 2=#01dc84
|
||||
palette = 3=#faf945
|
||||
palette = 4=#0271b6
|
||||
palette = 5=#c930c7
|
||||
palette = 6=#00c5c7
|
||||
palette = 7=#c7c7c7
|
||||
palette = 8=#686868
|
||||
palette = 9=#ff6e67
|
||||
palette = 10=#60fa68
|
||||
palette = 11=#fffc67
|
||||
palette = 12=#6871ff
|
||||
palette = 13=#bd35ec
|
||||
palette = 14=#60fdff
|
||||
palette = 15=#ffffff
|
||||
background = #101116
|
||||
foreground = #e41951
|
||||
cursor-color = #76ff9f
|
||||
cursor-text = #a6a6a6
|
||||
selection-background = #c1deff
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Dark Modern
Normal file
22
Resources/ghostty/themes/Dark Modern
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#272727
|
||||
palette = 1=#f74949
|
||||
palette = 2=#2ea043
|
||||
palette = 3=#9e6a03
|
||||
palette = 4=#0078d4
|
||||
palette = 5=#d01273
|
||||
palette = 6=#1db4d6
|
||||
palette = 7=#cccccc
|
||||
palette = 8=#5d5d5d
|
||||
palette = 9=#dc5452
|
||||
palette = 10=#23d18b
|
||||
palette = 11=#f5f543
|
||||
palette = 12=#3b8eea
|
||||
palette = 13=#d670d6
|
||||
palette = 14=#29b8db
|
||||
palette = 15=#e5e5e5
|
||||
background = #1f1f1f
|
||||
foreground = #cccccc
|
||||
cursor-color = #ffffff
|
||||
cursor-text = #000000
|
||||
selection-background = #3a3d41
|
||||
selection-foreground = #e0e0e0
|
||||
22
Resources/ghostty/themes/Dark Pastel
Normal file
22
Resources/ghostty/themes/Dark Pastel
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#ff5555
|
||||
palette = 2=#55ff55
|
||||
palette = 3=#ffff55
|
||||
palette = 4=#5555ff
|
||||
palette = 5=#ff55ff
|
||||
palette = 6=#55ffff
|
||||
palette = 7=#bbbbbb
|
||||
palette = 8=#555555
|
||||
palette = 9=#ff5555
|
||||
palette = 10=#55ff55
|
||||
palette = 11=#ffff55
|
||||
palette = 12=#5555ff
|
||||
palette = 13=#ff55ff
|
||||
palette = 14=#55ffff
|
||||
palette = 15=#ffffff
|
||||
background = #000000
|
||||
foreground = #ffffff
|
||||
cursor-color = #bbbbbb
|
||||
cursor-text = #ffffff
|
||||
selection-background = #b5d5ff
|
||||
selection-foreground = #000000
|
||||
22
Resources/ghostty/themes/Dark+
Normal file
22
Resources/ghostty/themes/Dark+
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
palette = 0=#000000
|
||||
palette = 1=#cd3131
|
||||
palette = 2=#0dbc79
|
||||
palette = 3=#e5e510
|
||||
palette = 4=#2472c8
|
||||
palette = 5=#bc3fbc
|
||||
palette = 6=#11a8cd
|
||||
palette = 7=#e5e5e5
|
||||
palette = 8=#666666
|
||||
palette = 9=#f14c4c
|
||||
palette = 10=#23d18b
|
||||
palette = 11=#f5f543
|
||||
palette = 12=#3b8eea
|
||||
palette = 13=#d670d6
|
||||
palette = 14=#29b8db
|
||||
palette = 15=#e5e5e5
|
||||
background = #1e1e1e
|
||||
foreground = #cccccc
|
||||
cursor-color = #ffffff
|
||||
cursor-text = #000000
|
||||
selection-background = #3a3d41
|
||||
selection-foreground = #e0e0e0
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue