Compare commits

...

17 Commits

Author SHA1 Message Date
Petr Nyc
4ab00d598f migration to ~/.codex 2026-06-22 16:40:41 +02:00
Petr Nyc
ac60fa600c before migration from codex-sso 2026-06-22 16:24:44 +02:00
Petr Nyc
1bfd03226b panic commit 2026-06-12 13:13:07 +02:00
Petr Nyc
1d58a50839 Fix iTerm dircycle arrow keys 2026-06-12 00:38:59 +02:00
Petr Nyc
fd392b2e86 remove alacritty themes 2026-06-09 09:45:36 +02:00
Petr Nyc
bf5f2131b4 refactor(shell): simplify zsh profile startup
Summary:
- Move reusable PATH setup into a shared .pathrc and source it from zsh
  login and interactive startup.
- Keep .zshenv minimal, and guard p10k, Oh My Zsh, and terminal-only
  setup so non-terminal shells stay quiet.
- Preserve Emacs vterm p10k support while skipping prompt-heavy setup in
  eshell-style sessions.

Rationale:
- The local profile had startup-time side effects, duplicate PATH/plugin
  setup, and non-terminal noise similar to the cleanup already done on
  dabel.
- Neutral helper names avoid personal prefixes in reusable profile code.

Tests:
- zsh -n ~/.zshenv ~/.zprofile ~/.zshrc ~/.pathrc
- zsh -lic 'print ok'
- INSIDE_EMACS=eshell TERM=dumb zsh -ic 'print ok; print theme=$ZSH_THEME'
- INSIDE_EMACS=vterm TERM=xterm-256color zsh -ic 'print ok; print theme=$ZSH_THEME'
- SSH_AUTH_SOCK=/tmp/test-sock zsh -lc 'printf "%s\n" "$SSH_AUTH_SOCK"'

Co-authored-by: Codex <codex@openai.com>
2026-06-05 13:36:44 +02:00
Petr Nyc
4d6a76487f Fix watcher prompt detection 2026-06-05 12:13:19 +02:00
Petr Nyc
657223f051 my mods for watcher.pl take 1 2026-06-05 12:02:57 +02:00
Petr Nyc
1902fe4f1f initial watcher version from Vlad 2026-06-04 15:18:52 +02:00
Petr Nyc
2490c7be0b Share Codex auth preflight 2026-06-04 08:40:42 +02:00
Petr Nyc
8ed0c97799 before codex auth refactor 2026-06-04 08:31:01 +02:00
Petr Nyc
7a88b84fd0 first codex-sso config version 2026-06-02 15:57:52 +02:00
Petr Nyc
9919b59057 before SSO migration 2026-06-01 10:14:13 +02:00
Petr Nyc
bdc17cef59 slack & vcap MCPs 2026-05-25 22:07:09 +02:00
Petr Nyc
8d7fd92dd3 codex improvements 2026-05-21 16:57:06 +02:00
Petr Nyc
804e9278b8 codex profile 2026-05-20 14:29:34 +02:00
Petr Nyc
d367547fab codex startup unification 2026-05-20 11:08:09 +02:00
131 changed files with 3983 additions and 784 deletions

1382
.codex-sso/config.toml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -11,11 +11,8 @@
# #+end_src
# model = "oca/gpt-5.1-codex-mini"
# profile = "gpt-5-1-codex-mini"
model = "gpt-5.5"
profile = "gpt-5-5"
# web_search is deprecated
@@ -28,12 +25,20 @@ trust_level = "trusted"
sandbox_mode = "workspace-write"
personality = "pragmatic"
model_reasoning_effort = "medium"
model_reasoning_effort = "low"
notify = ["/Users/jetpac/.codex/computer-use/Codex Computer Use.app/Contents/SharedSupport/SkyComputerUseClient.app/Contents/MacOS/SkyComputerUseClient", "turn-ended"]
# approvals_reviewer = "guardian_subagent"
approvals_reviewer = "auto_review"
plan_mode_reasoning_effort = "high"
[features]
multi_agent = true
goals = true
js_repl = false
terminal_resize_reflow = true
# remote_control = true
[agents]
@@ -43,6 +48,7 @@ max_depth = 2
[tui]
alternate_screen = "always"
status_line = ["model-with-reasoning", "current-dir", "git-branch", "run-state", "codex-version", "context-remaining"]
pet = "seedy"
[tui.model_availability_nux]
"gpt-5.5" = 4
@@ -65,125 +71,7 @@ stream_max_retries = 20
request_max_retries = 20
[model_providers.oca-chat]
base_url = "https://code-internal.aiservice.us-chicago-1.oci.oraclecloud.com/20250206/app/litellm"
http_headers = { "client" = "codex-cli", "client-version" = "0" }
model = "gpt5"
name = "Oracle Code Assist Chat"
wire_api = "responses"
[profiles.grok-4]
model = "grok4"
model_provider = "oca-chat"
review_model = "grok4"
[profiles.grok-4-fast-reasoning]
model = "grok4-fast-reasoning"
model_provider = "oca-chat"
review_model = "grok4-fast-reasoning"
[profiles.grok-code-fast-1]
model = "grok-code-fast-1"
model_provider = "oca-chat"
review_model = "grok-code-fast-1"
[profiles.gpt-4-1]
model = "gpt-4.1"
model_provider = "oca-chat"
review_model = "gpt-4.1"
[profiles.gpt-5]
model = "gpt5"
model_provider = "oca-responses"
review_model = "gpt5"
[profiles.gpt-5-1]
model = "gpt-5.1"
model_provider = "oca-chat"
review_model = "gpt-5.1"
[profiles.gpt-5-2]
model = "gpt-5.2"
model_provider = "oca-responses"
review_model = "gpt-5.2"
[profiles.gpt-5-codex]
model = "gpt-5-codex"
model_provider = "oca-responses"
review_model = "gpt-5-codex"
personality = "pragmatic"
[profiles.gpt-5-1-codex-high]
model = "gpt-5.1-codex"
model_provider = "oca-responses"
review_model = "gpt-5.1-codex"
personality = "pragmatic"
model_reasoning_effort = "high"
[profiles.gpt-5-1-codex]
model = "gpt-5.1-codex"
model_provider = "oca-responses"
review_model = "gpt-5.1-codex"
personality = "pragmatic"
model_reasoning_effort = "medium"
[profiles.gpt-5-1-codex-mini]
model = "gpt-5.1-codex-mini"
model_provider = "oca-responses"
review_model = "gpt-5.1-codex-mini"
personality = "pragmatic"
[profiles.gpt-5-2-codex-high]
model = "gpt-5.2-codex"
model_provider = "oca-responses"
review_model = "gpt-5.2-codex"
personality = "pragmatic"
model_reasoning_effort = "high"
[profiles.gpt-5-2-codex]
model = "gpt-5.2-codex"
model_provider = "oca-responses"
review_model = "gpt-5.2-codex"
personality = "pragmatic"
model_reasoning_effort = "medium"
[profiles.gpt-5-2-codex-mini]
model = "gpt-5.2-codex-mini"
model_provider = "oca-responses"
review_model = "gpt-5.2-codex-mini"
personality = "pragmatic"
[profiles.gpt-5-3-codex]
model = "gpt-5.3-codex"
model_provider = "oca-responses"
review_model = "gpt-5.3-codex"
personality = "pragmatic"
model_reasoning_effort = "high"
[profiles.gpt-5-4]
model = "gpt-5.5"
model_provider = "oca-responses"
review_model = "gpt-5.4"
personality = "pragmatic"
model_reasoning_effort = "medium"
plan_mode_reasoning_effort = "high"
[profiles.gpt-5-4-pro]
model = "gpt-5.4-pro"
model_provider = "oca-responses"
review_model = "gpt-5.4"
personality = "pragmatic"
# model_reasoning_effort = "high"
[profiles.gpt-5-5]
model = "gpt-5.5"
model_provider = "oca-responses"
review_model = "gpt-5.5"
personality = "pragmatic"
model_reasoning_effort = "high"
plan_mode_reasoning_effort = "high"
[profiles.gpt-5-5.features]
terminal_resize_reflow = true
memories = false
external_migration = false
goals = true
prevent_idle_sleep = false
[profiles.gpt-5-5-pro]
model = "gpt-5.5-pro"
@@ -195,8 +83,12 @@ personality = "pragmatic"
[mcp_servers.playwright]
command = "/Users/jetpac/.codex/bin/playwright-mcp"
args = ["--extension"]
startup_timeout_sec = 30.0
[mcp_servers.playwright.env]
PLAYWRIGHT_MCP_EXTENSION_TOKEN = "-6NDHv8ampzL_lDb5uVCpvea_m_O4vht7ZeTq3n5baI"
[mcp_servers.playwright.tools.browser_navigate]
approval_mode = "approve"
@@ -215,95 +107,149 @@ approval_mode = "approve"
[mcp_servers.playwright.tools.browser_tabs]
approval_mode = "approve"
[mcp_servers.playwright.tools.browser_run_code]
approval_mode = "approve"
[mcp_servers.playwright.tools.browser_select_option]
approval_mode = "approve"
[mcp_servers.playwright.tools.browser_evaluate]
approval_mode = "approve"
[mcp_servers.slack]
command = "/Users/jetpac/.codex/bin/slack-mcp-wrapper"
startup_timeout_sec = 60.0
tool_timeout_sec = 60.0
default_tools_approval_mode = "approve"
enabled_tools = [
"channels_list",
"channels_me",
"conversations_history",
"conversations_replies",
"conversations_search_messages",
"conversations_unreads",
"channel_unreads",
"usergroups_list",
"usergroups_me",
"users_search",
"conversations_add_message",
"reactions_add",
"reactions_remove",
]
[mcp_servers.slack.env]
SLACK_MCP_ENABLE_WRITES = "true"
# Slack write allowlist: @pnyc self-DM (D7PT0SXMK), @pzahradn DM (D9CF41WHG),
# @jahorak DM (DFYAKGQFL),
# Kavya Nair DM (D08G5NZAN2C), Jacob Paul DM (D090RLVUCUV),
# Owen Roberts DM (DEPU4A2QM), Colin Kavanagh DM (D02CNJ53H8X),
# C0A71SCTQRM for Codex Slack MCP setup instructions,
# C05RJJ18EAF for corparch-core-srv replies,
# and D03AY0JMFDZ for this approved setup thread.
SLACK_MCP_WRITE_CHANNEL_ALLOWLIST = "D7PT0SXMK,D9CF41WHG,DFYAKGQFL,D08G5NZAN2C,D090RLVUCUV,DEPU4A2QM,D02CNJ53H8X,C0A71SCTQRM,C05RJJ18EAF,D03AY0JMFDZ"
[mcp_servers.slack.tools.conversations_add_message]
approval_mode = "approve"
[mcp_servers.slack.tools.reactions_add]
approval_mode = "approve"
[mcp_servers.slack.tools.reactions_remove]
approval_mode = "approve"
[mcp_servers.oci-kb]
command = "/Users/jetpac/.local/bin/ocikb-mcp-server"
startup_timeout_sec = 30.0
[mcp_servers.oci-kb.env]
OCI_CONFIG_PROFILE = "MCP_GW_DEFAULT"
[mcp_servers.oci-kb.tools.getDocument]
approval_mode = "approve"
[mcp_servers.oci-kb.tools.search]
approval_mode = "approve"
[mcp_servers.devops_mcp]
command = "/Users/jetpac/bin/devops-mcp-wrapper.sh"
env_vars = ["OP_TOKEN", "OPERATOR_ACCESS_TOKEN"]
startup_timeout_sec = 180.0
# Disabled by KB-11: prefer mcp_gateway devops__ tools for refreshable DevOps access.
# [mcp_servers.devops_mcp]
# command = "/Users/jetpac/bin/devops-mcp-wrapper.sh"
# env_vars = ["OP_TOKEN", "OPERATOR_ACCESS_TOKEN"]
# startup_timeout_sec = 180.0
[mcp_servers.devops_mcp.tools.get_realms]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_realms]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_regions]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_regions]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_release_details]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_release_details]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_runbook_projects]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_runbook_projects]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_shepherd_execution_target_errors]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_shepherd_execution_target_errors]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_shepherd_flocks]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_shepherd_flocks]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_shepherd_phase_execution_targets]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_shepherd_phase_execution_targets]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_shepherd_projects]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_shepherd_projects]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_shepherd_release_target_logs]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_shepherd_release_target_logs]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_shepherd_releases]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_shepherd_releases]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_tenancy_by_name]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_tenancy_by_name]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.list_shepherd_region_details]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.list_shepherd_region_details]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.search_phonebook]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.search_phonebook]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.search_runbooks]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.search_runbooks]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_security_tasks_for_team]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_security_tasks_for_team]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_security_findings_for_team]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_security_findings_for_team]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_shepherd_release_all_target_logs]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_shepherd_release_all_target_logs]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_odo_application]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_odo_application]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_active_odo_deployments]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_active_odo_deployments]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_odo_deployments_by_time]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_odo_deployments_by_time]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_app_release_versions_by_tenants]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_app_release_versions_by_tenants]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_shepherd_execution_target_state]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_shepherd_execution_target_state]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.get_tenancy_by_id]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.get_tenancy_by_id]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.list_subscription_mappings]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.list_subscription_mappings]
# approval_mode = "approve"
[mcp_servers.devops_mcp.tools.list_subscriptions]
approval_mode = "approve"
# [mcp_servers.devops_mcp.tools.list_subscriptions]
# approval_mode = "approve"
[mcp_servers.mcp_shepherd]
command = "uvx"
@@ -370,6 +316,15 @@ approval_mode = "approve"
[mcp_servers.mcp_shepherd.tools.shepherd_get_release_phase_target_guardrails_metadata]
approval_mode = "approve"
[mcp_servers.mcp_shepherd.tools.shepherd_get_execution_target]
approval_mode = "approve"
[mcp_servers.mcp_shepherd.tools.shepherd_get_release_target_errors]
approval_mode = "approve"
[mcp_servers.mcp_shepherd.tools.shepherd_generate_plan_shape]
approval_mode = "approve"
[mcp_servers.grt]
command = "/Users/jetpac/.codex/bin/grt-mcp"
startup_timeout_sec = 30.0
@@ -383,6 +338,9 @@ approval_mode = "approve"
[mcp_servers.grt.tools."grt.search_entries"]
approval_mode = "approve"
[mcp_servers.grt.env]
GRT_ENABLE_WRITE_TOOLS = "true"
[mcp_servers.webrti]
command = "/Users/jetpac/.codex/bin/webrti-mcp"
startup_timeout_sec = 30.0
@@ -531,6 +489,7 @@ jenkins_list_nodes = { approval_mode = "approve" }
jenkins_search_console = { approval_mode = "approve" }
jenkins_validate_jenkinsfile = { approval_mode = "approve" }
jenkins_watch_build = { approval_mode = "approve" }
jenkins_request = { approval_mode = "approve" }
[mcp_servers.vm]
@@ -547,6 +506,54 @@ approval_mode = "approve"
[mcp_servers.vm.tools.vm_list_machines]
approval_mode = "approve"
[mcp_servers.vm.tools.vm_manage_disk]
approval_mode = "approve"
[mcp_servers.vm.tools.vm_get_resources]
approval_mode = "approve"
[mcp_servers.vcap]
command = "node"
args = ["/Users/jetpac/Documents/codex-tools/MCPs/vcap-mcp/dist/index.js"]
startup_timeout_sec = 30.0
tool_timeout_sec = 60.0
[mcp_servers.vcap.env]
VCAP_MCP_USERNAME = "petr.nyc"
VCAP_MCP_API_KEY = "b6e395b4-7e4b-4ba0-bdcd-a803c5dedbbb"
VCAP_MCP_BASE_URL = "https://vcap.us.oracle.com/vcap"
VCAP_MCP_ALLOW_MUTATIONS = "false"
[mcp_servers.vcap.tools.vcap_list_templates]
approval_mode = "approve"
[mcp_servers.vcap.tools.vcap_request]
approval_mode = "approve"
[mcp_servers.vcap.tools.vcap_list_networks]
approval_mode = "approve"
[mcp_servers.vcap.tools.vcap_list_groups]
approval_mode = "approve"
[mcp_servers.vcap.tools.vcap_list_machines]
approval_mode = "approve"
[mcp_servers.vcap.tools.vcap_list_users]
approval_mode = "approve"
[mcp_servers.vcap.tools.vcap_get_group]
approval_mode = "approve"
[mcp_servers.vcap.tools.vcap_list_logs]
approval_mode = "approve"
[mcp_servers.vcap.tools.vcap_get_machine]
approval_mode = "approve"
[mcp_servers.vcap.tools.vcap_get_template]
approval_mode = "approve"
[mcp_servers.oracle-bitbucket]
command = "node"
args = ["/Users/jetpac/Documents/codex-tools/MCPs/bitbucket-mcp/build/index.js"]
@@ -593,6 +600,9 @@ approval_mode = "approve"
[mcp_servers.oracle-bitbucket.tools.browse_repository]
approval_mode = "approve"
[mcp_servers.oracle-bitbucket.tools.list_pull_requests_for_my_review]
approval_mode = "approve"
[mcp_servers.mcp-atlassian]
command = "uvx"
args = ["--python=3.11", "mcp-atlassian"]
@@ -943,8 +953,102 @@ trust_level = "trusted"
[projects."/Users/jetpac/src/symphony"]
trust_level = "trusted"
[projects."/Users/jetpac/src/symphony/kanboard-workspaces/KB-10/repo"]
trust_level = "trusted"
[projects."/private/tmp/kanban-jira"]
trust_level = "trusted"
[projects."/private/tmp/krava"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/bugdb"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/OSD/linux-images/desktop-image-builds"]
trust_level = "trusted"
[projects."/private/tmp/lll"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/OSD/oc21"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/codex-tui-watch"]
trust_level = "trusted"
[projects."/private/tmp/slack-mcp-planning"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/codex-tools/codex-auth-status"]
trust_level = "trusted"
[projects."/Users/jetpac/PycharmProjects"]
trust_level = "trusted"
[projects."/Users/jetpac/PycharmProjects/ips-trunk"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/OSD/oci-desktop-service-console-plugin"]
trust_level = "trusted"
[projects."/Users/jetpac/PycharmProjects/ips-trunk/solaris/ips/build"]
trust_level = "trusted"
[projects."/private/tmp/shity"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/codex-tools/codex-src/codex"]
trust_level = "trusted"
[projects."/private/tmp/emtpy"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/org"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/akidr-ips"]
trust_level = "trusted"
[projects."/Users/jetpac/.codex-sso-test"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/OSD/SVOS_presentation"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/webrti"]
trust_level = "trusted"
[projects."/Users/jetpac/PycharmProjects/on-sru/solaris/akidr"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/ips"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/esu"]
trust_level = "trusted"
[projects."/private/tmp/pr"]
trust_level = "trusted"
[projects."/private/etc/codex"]
trust_level = "trusted"
[projects."/private/tmp/gemma"]
trust_level = "trusted"
[projects."/private/tmp/pr/oci-desktop-service-shepherd"]
trust_level = "trusted"
[projects."/Users/jetpac/PycharmProjects/akidr-version/solaris/akidr"]
trust_level = "trusted"
[projects."/Users/jetpac/Documents/OSD/calico-scm"]
trust_level = "trusted"
[marketplaces.openai-bundled]
last_updated = "2026-05-05T21:54:34Z"
last_updated = "2026-05-28T10:46:49Z"
source_type = "local"
source = "/Users/jetpac/.codex/.tmp/bundled-marketplaces/openai-bundled"
@@ -962,9 +1066,25 @@ enabled = true
[plugins."presentations@openai-primary-runtime"]
enabled = true
[plugins."browser-use@openai-bundled"]
[plugins."browser@openai-bundled"]
enabled = true
[desktop]
appearanceTheme = "system"
composerEnterBehavior = "cmdIfMultiline"
preventSleepWhileRunning = false
keepRemoteControlAwakeWhilePluggedIn = false
[desktop.open-in-target-preferences]
global = "iterm2"
[desktop.open-in-target-preferences.perPath]
"/Users/jetpac/Documents/codex-worktrees/mail" = "iterm2"
"/Users/jetpac/Documents/OSD/tigera-v1.40.9/tigera-operator-new" = "iterm2"
[apps.connector_4aaab2856305417b993eca9a216aaf6e.tools."microsoft outlook email_send_email"]
approval_mode = "approve"
# [projects."/Users/jetpac/Documents/codex-tools/MCPs/ident-scm-mcp"]
# trust_level = "trusted"
@@ -1090,3 +1210,171 @@ approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.kcm__search]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.jira__jira_get_issue]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.buildservice__buildservice_get_commit]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.buildservice__buildservice_list_project_branches]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.jira__jira_search]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__list_shepherd_artifact_versions]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.bitbucket__list_pull_request_comments]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_tenancy_by_name]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_release_by_id]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_onsr_release_log]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_release_all_target_logs]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_execution_target_errors]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_release_target_logs]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_release_target_plan]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_import_defaults]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_release]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_release_phases]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_flock_acr_status]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__list_shepherd_imports_status]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_flock_config]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_latest_static_analysis_for_execution_target]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_region_build_status]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.bitbucket__get_raw_pull_request_diff]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.bitbucket__list_pull_requests_for_my_review]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.bitbucket__get_activities]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.bitbucket__get_reviews]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.buildservice__buildservice_list_projects_by_team]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.bitbucket__get_file_content]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.bitbucket__get_pull_request_comment]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.bitbucket__get_pull_request]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.bitbucket__browse_repository]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.jira__jira_get_project_components]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_terraform_resource_metadata]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_shepherd_terraform_data_source_metadata]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__list_shepherd_terraform_object_metadata]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__list_shepherd_release_changes]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.jirasd__jira_get_issue_comments]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.bitbucket__clone_repository]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_security_tasks_for_team]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_security_findings]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_property_overrides]
approval_mode = "approve"
[mcp_servers.mcp_gateway.tools.devops__get_property_defaults]
approval_mode = "approve"
[mcp_servers.node_repl]
args = []
command = "/Applications/Codex.app/Contents/Resources/node_repl"
startup_timeout_sec = 120
[mcp_servers.node_repl.env]
NODE_REPL_NATIVE_PIPE_CONNECT_TIMEOUT_MS = "1000"
NODE_REPL_NODE_MODULE_DIRS = ""
NODE_REPL_NODE_PATH = "/Applications/Codex.app/Contents/Resources/node"
NODE_REPL_TRUSTED_CODE_PATHS = "/Users/jetpac/.codex"
CODEX_HOME = "/Users/jetpac/.codex"
NODE_REPL_TRUSTED_BROWSER_CLIENT_SHA256S = "496c7b3cb95b4bc20cff49b513150606e0da0000c92bf752206bee5a6c248423"
BROWSER_USE_AVAILABLE_BACKENDS = "iab"
BROWSER_USE_MARKETPLACE_NAME = "openai-bundled"
NODE_REPL_UNTRUSTED_ENV_ALLOWLIST = "BROWSER_USE_MARKETPLACE_NAME"
CODEX_CLI_PATH = "/Applications/Codex.app/Contents/Resources/codex"
# [mcp_servers.remote_ssh]
# command = "/Users/jetpac/.codex/remote-ssh-mcp/node_modules/.bin/tsx"
# args = ["/Users/jetpac/.codex/remote-ssh-mcp/src/index.ts"]
# startup_timeout_sec = 30.0
# tool_timeout_sec = 600.0
# default_tools_approval_mode = "approve"
# env_vars = ["SSH_AUTH_SOCK"]
# [mcp_servers.remote_ssh.env]
# NODE_NO_WARNINGS = "1"
# [mcp_servers.remote_ssh.tools.remote_ssh_run]
# approval_mode = "approve"
# [mcp_servers.local_exec]
# command = "/Users/jetpac/.codex/local-exec-mcp/node_modules/.bin/tsx"
# args = ["/Users/jetpac/.codex/local-exec-mcp/src/index.ts"]
# startup_timeout_sec = 30.0
# tool_timeout_sec = 3600.0
# default_tools_approval_mode = "approve"
# env_vars = ["PATH", "HOME", "USER", "SHELL", "SSH_AUTH_SOCK"]
# [mcp_servers.local_exec.env]
# NODE_NO_WARNINGS = "1"
# [mcp_servers.local_exec.tools.local_exec_run]
# approval_mode = "approve"

View File

@@ -1,171 +1,23 @@
# Alacritty Theme
# Alacritty Themes
Collection of colorschemes for easy configuration of the [Alacritty terminal
emulator].
This directory keeps the TOML themes from the upstream
[alacritty-theme](https://github.com/alacritty/alacritty-theme) collection
without the bulky preview PNGs. The screenshots are useful for browsing themes,
but they are not used by Alacritty at runtime.
[Alacritty terminal emulator]: https://github.com/alacritty/alacritty
## Installation
### Imports
Clone the repository, or download the theme of your choice:
```sh
# We use Alacritty's default Linux config directory as our storage location here.
mkdir -p ~/.config/alacritty/themes
git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes
```
Add an import to your `alacritty.toml` (Replace `{theme}` with your desired
colorscheme):
The active Alacritty config imports:
```toml
import = [
"~/.config/alacritty/themes/themes/{theme}.toml"
]
import = ["~/.config/alacritty/themes/themes/solarized_dark.toml"]
```
### Manual
To switch themes, replace `solarized_dark` with another file name from
[`themes/`](themes/).
To manually include a colorscheme in an existing `alacritty.toml`, you just need
to copy the entire content of the theme into the root level of your
configuration file.
## Color Schemes
| NAME | COLORS |
|:-------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------:|
| **_afterglow_**<br>[source](https://github.com/YabataDesign/afterglow-theme) | ![base16_default_dark](images/afterglow.png) |
| **_alabaster_**<br>[source](https://github.com/tonsky/vscode-theme-alabaster) | ![alabaster](images/alabaster.png) |
| **_alabaster_dark_**<br>[source](https://github.com/gargakshit/vscode-theme-alabaster-dark) | ![alabaster_dark](images/alabaster_dark.png) |
| **_alacritty_0_12_**<br>[source](https://github.com/alacritty/alacritty/blob/v0.12.3/alacritty/src/config/color.rs) | ![alacritty_0_12](images/alacritty_0_12.png) |
| **_argonaut_**<br>[source](https://github.com/pwaleczek/Argonaut-theme) | ![base16_default_dark](images/argonaut.png) |
| **_ashes_dark_**<br>[source](https://marketplace.visualstudio.com/items?itemName=AndrsDC.base16-themes) | ![base16_ashes_dark](images/ashes_dark.png) |
| **_ashes_light_**<br>[source](https://marketplace.visualstudio.com/items?itemName=AndrsDC.base16-themes) | ![base16_ashes_light](images/ashes_light.png) |
| **_atom_one_light_**<br>[source](https://github.com/dexpota/kitty-themes/blob/master/themes/AtomOneLight.conf) | ![atom_one_light](images/atom_one_light.png) |
| **_aura_**<br>[source](https://github.com/daltonmenezes/aura-theme) | ![aura](images/aura.png) |
| **_ayu_dark_**<br>[source](https://github.com/ayu-theme/ayu-colors) | ![ayu_dark](images/ayu_dark.png) |
| **_ayu_light_**<br>[source](https://github.com/ayu-theme/ayu-colors) | ![ayu_light](images/ayu_light.png) |
| **_baitong_**<br>[source](https://github.com/cypj/baitong-theme) | ![baitong](images/baitong.png) |
| **_base16_default_dark_**<br>[source](https://github.com/chriskempson/base16) | ![base16_default_dark](images/base16_default_dark.png) |
| **_blood_moon_**<br>[source](https://github.com/dguo/blood-moon) | ![blood_moon](images/blood_moon.png) |
| **_bluish_** | ![bluish](images/bluish.png) |
| **_breeze_**<br>[source](https://github.com/KDE/breeze) | ![breeze](images/breeze.png) |
| **_campbell_**<br>[source](https://blogs.msdn.microsoft.com/commandline/2017/08/02/updating-the-windows-console-colors) | ![campbell](images/campbell.png) |
| **_carbonfox_**<br>[source](https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/nightfox_alacritty.yml) | ![carbonfox](images/carbonfox.png) |
| **_catppuccin_frappe_**<br>[source](https://github.com/catppuccin/alacritty) | ![catppuccin_frappe](images/catppuccin_frappe.png) |
| **_catppuccin_latte_**<br>[source](https://github.com/catppuccin/alacritty) | ![catppuccin_latte](images/catppuccin_latte.png) |
| **_catppuccin_macchiato_**<br>[source](https://github.com/catppuccin/alacritty) | ![catppuccin_macchiato](images/catppuccin_macchiato.png) |
| **_catppuccin_mocha_**<br>[source](https://github.com/catppuccin/alacritty) | ![catppuccin_mocha](images/catppuccin_mocha.png) |
| **_challenger_deep_**<br>[source](https://github.com/challenger-deep-theme/alacritty) | ![challenger_deep](images/challenger_deep.png) |
| **_citylights_**<br>[source](https://citylights.xyz/) | ![citylights](images/citylights.png) |
| **_Cobalt2_**<br>[source](https://github.com/wesbos/cobalt2/tree/master/Cobalt2) | ![Cobalt2](images/Cobalt2.png) |
| **_cyber_punk_neon_**<br>[source](https://github.com/Roboron3042/Cyberpunk-Neon) | ![cyber_punk_neon](images/cyber_punk_neon.png) |
| **_darcula_**<br>[source](https://draculatheme.com) | ![darcula](images/darcula.png) |
| **_dark_pastels_**<br>[source](https://invent.kde.org/utilities/konsole/-/blob/master/data/color-schemes/DarkPastels.colorscheme) | ![dark_pastels](images/dark_pastels.png) |
| **_deep_space_** | ![depp_space](images/deep_space.png) |
| **_doom_one_**<br>[source](https://github.com/hlissner/emacs-doom-themes) | ![doom_one](images/doom_one.png) |
| **_dracula_**<br>[source](https://draculatheme.com) | ![dracula](images/dracula.png) |
| **_everforest_dark_**<br>[source](https://github.com/sainnhe/everforest) | ![everforest_dark](images/everforest_dark.png) |
| **_everforest_light_**<br>[source](https://github.com/sainnhe/everforest) | ![everforest_light](images/everforest_light.png) |
| **_falcon_**<br>[source](https://github.com/fenetikm/falcon) | ![falcon](images/falcon.png) |
| **_flat_remix_**<br>[source](https://github.com/Mayccoll/Gogh/blob/master/themes/flat-remix.sh) | ![flat_remix](images/flat_remix.png) |
| **_flexoki_**<br>[source](https://github.com/kepano/flexoki/tree/main/alacritty) | ![flexoki](images/flexoki.png) |
| **_github_dark_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark.yml) | ![github_dark](images/github_dark.png) |
| **_github_dark_colorblind_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_colorblind.yml) | ![github_dark_colorblind](images/github_dark_colorblind.png) |
| **_github_dark_dimmed_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_dimmed.yml) | ![github_dark_dimmed](images/github_dark_dimmed.png) |
| **_github_dark_high_contrast_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_high_contrast.yml)| ![github_dark_high_contrast](images/github_dark_high_contrast.png)|
| **_github_dark_tritanopia_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_tritanopia.yml) | ![github_dark_tritanopia](images/github_dark_tritanopia.png) |
| **_github_light_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light.yml) | ![github_light](images/github_light.png) |
| **_github_light_colorblind_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light_colorblind.yml)| ![github_light_colorblind](images/github_light_colorblind.png) |
| **_github_light_high_contrast_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light_high_contrast.yml)| ![github_light_high_contrast](images/github_light_high_contrast.png)|
| **_github_light_tritanopia_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light_tritanopia.yml)| ![github_light_tritanopia](images/github_light_tritanopia.png) |
| **_gotham_** | ![falcon](images/gotham.png) |
| **_gnome_terminal_**<br>[source](https://gitlab.gnome.org/GNOME/gnome-terminal) | ![gnome_terminal](images/gnome_terminal.png) |
| **_gruvbox_dark_**<br>[source](https://github.com/morhetz/gruvbox) | ![gruvbox_dark](images/gruvbox_dark.png) |
| **_gruvbox_light_**<br>[source](https://github.com/morhetz/gruvbox) | ![gruvbox_light](images/gruvbox_light.png) |
| **_gruvbox_material_medium_dark_**<br>[source](https://github.com/sainnhe/gruvbox-material) | ![gruvbox_material_medium_dark](images/gruvbox_material_medium_dark.png) |
| **_gruvbox_material_medium_light_**<br>[source](https://github.com/sainnhe/gruvbox-material) | ![gruvbox_material_medium_light](images/gruvbox_material_medium_light.png) |
| **_hardhacker_**<br>[source](https://github.com/hardhackerlabs/theme-alacritty) | ![hardhacker](images/hardhacker.png) |
| **_high_contrast_** | ![gruvbox_light](images/high_contrast.png) |
| **_horizon-dark_**<br>[source](https://github.com/jolaleye/horizon-theme-vscode) | ![horizon-dark](images/horizon-dark.png) |
| **_hyper_**<br>[source](https://hyper.is) | ![hyper](images/hyper.png) |
| **_inferno_**<br>[source](https://github.com/hafiz-muhammad/inferno-alacritty-theme) | ![inferno](images/inferno.png) |
| **_iris_**<br>[source](https://github.com/DioptricDesign/Iris) | ![iris](images/iris.png) |
| **_iterm_** | ![iterm](images/iterm.png) |
| **_kanagawa_dragon_**<br>[source](https://github.com/rebelot/kanagawa.nvim) | ![kanagawa_dragon](images/kanagawa_dragon.png) |
| **_kanagawa_wave_**<br>[source](https://github.com/rebelot/kanagawa.nvim) | ![kanagawa_wave](images/kanagawa_wave.png) |
| **_konsole_linux_** | ![iterm](images/konsole_linux.png) |
| **_low_contrast_** | ![iterm](images/low_contrast.png) |
| **_Mariana_**<br>[source](https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml) | ![iterm](images/mariana.png) |
| **_marine_dark_**<br>[source](https://github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml) | ![marine_dark](images/marine_dark.png) |
| **_material_theme_**<br>[source](https://github.com/equinusocio/material-theme) | ![material_theme](images/material_theme.png) |
| **_material_theme_mod_** | ![material_theme_mod](images/material_theme_mod.png) |
| **_meliora_**<br>[source](https://github.com/ramojus/mellifluous.nvim) | ![meliora](images/meliora.png) |
| **_midnight-haze_**<br>[source](https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme) | ![midnight-haze](images/midnight-haze.png) |
| **_monokai_charcoal_**<br>[source](https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml) | ![monokai_charcoal](images/monokai-charcoal.png) |
| **_monokai_pro_**<br>[source](https://gist.github.com/AlphaTechnolog/d1d5f6557f77f71519cb5713268da7dd) | ![monokai_pro](images/monokai_pro.png) |
| **_moonlight_ii_vscode_**<br>[source](https://github.com/atomiks/moonlight-vscode-theme) | ![moonlight_ii_vscode](images/moonlight_ii_vscode.png) |
| **_msx_**<br>[source](https://paulwratt.github.io/programmers-palettes/HW-MSX/HW-MSX-palettes.html) | ![msx](images/msx.png) |
| **_nightfox_**<br>[source](https://github.com/EdenEast/nightfox.nvim) | ![nightfox](images/nightfox.png) |
| **_night_owlish_light_** | ![night_owlish_light](images/night_owlish_light.png) |
| **_noctis-lux_**<br>[source](https://github.com/liviuschera/noctis) | ![noctis-lux](images/noctis-lux.png) |
| **_nord_**<br>[source](https://github.com/arcticicestudio/nord) | ![nord](images/nord.png) |
| **_nordic_**<br>[source](https://github.com/AlexvZyl/nordic.nvim) | ![nordic](images/nordic.png) |
| **_nord_light_**<br>[source](https://github.com/nordtheme/alacritty/issues/28#issuecomment-1422225211) | ![nord](images/nord_light.png) |
| **_oceanic_next_**<br>[source](https://github.com/voronianski/oceanic-next-color-scheme) | ![oceanic_next](images/oceanic_next.png) |
| **_omni_**<br>[source](https://github.com/getomni/alacritty/blob/main/omni.yml) | ![omni](images/omni.png) |
| **_one_dark_** | ![one_dark](images/one_dark.png) |
| **_palenight_**<br>[source](https://github.com/JonathanSpeek/palenight-iterm2) | ![palenight](images/palenight.png) |
| **_papercolor_dark_**<br>[source](https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L126) | ![papercolor_dark](images/papercolor_dark.png) |
| **_papercolor_light_**<br>[source](https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L36) | ![papercolor_light](images/papercolor_light.png) |
| **_papertheme_**<br>[source](https://github.com/s6muel/paper-theme/blob/main/themes/alacritty/paper-theme.yml) | ![papercolor_light](images/papertheme.png) |
| **_pencil_dark_**<br>[source](https://github.com/mattly/iterm-colors-pencil) | ![pencil_dark](images/pencil_dark.png) |
| **_pencil_light_**<br>[source](https://github.com/mattly/iterm-colors-pencil) | ![pencil_light](images/pencil_light.png) |
| **_rainbow_** | ![rainbow](images/rainbow.png) |
| **_remedy_dark_**<br>[source](https://github.com/robertrossmann/vscode-remedy) | ![remedy_dark](images/remedy_dark.png) |
| **_rose-pine_**<br>[source](https://github.com/rose-pine/alacritty) | ![rose-pine](images/rose-pine.png) |
| **_rose-pine-dawn_**<br>[source](https://github.com/rose-pine/alacritty) | ![rose-pine-dawn](images/rose-pine-dawn.png) |
| **_rose-pine-moon_**<br>[source](https://github.com/rose-pine/alacritty) | ![rose-pine-moon](images/rose-pine-moon.png) |
| **_snazzy_**<br>[source](https://github.com/sindresorhus/hyper-snazzy) | ![snazzy](images/snazzy.png) |
| **seashells**<br>[source](https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/SeaShells.itermcolors) | ![seashells](images/seashells.png) |
| **smoooooth**<br>[source](https://github.com/gnachman/iTerm2/blob/33945e63ad48ed80d6cc1adf7cbeb663217652d2/plists/ColorPresets.plist#L4345-L4685) | ![smoooooth](images/smoooooth.png) |
| **_solarized_dark_**<br>[source](http://ethanschoonover.com/solarized) | ![solarized_dark](images/solarized_dark.png) |
| **_solarized_light_**<br>[source](http://ethanschoonover.com/solarized) | ![solarized_light](images/solarized_light.png) |
| **_taerminal_**<br>[source](https://github.com/cozywigwam/iterm-taerminal) | ![taerminal](images/taerminal.png) |
| **_tango_dark_**<br>[source](https://github.com/GNOME/gnome-terminal/blob/18939a24d21d6b7c6edd57a00a3a8a48f3aecec5/src/profile-editor.c#L213) | ![tango_dark](images/tango_dark.png) |
| **_tender_**<br>[source](https://github.com/huyvohcmc/tender-alacritty) | ![tender](images/tender.png) |
| **_terminal_app_** | ![terminal_app](images/terminal_app.png) |
| **_thelovelace_** | ![terminal_app](images/thelovelace.png) |
| **_tokyo-night_**<br>[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) | ![tokyo-night](images/tokyo-night.png) |
| **_tokyo-night-storm_**<br>[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) | ![tokyo-night-storm](images/tokyo-night-storm.png) |
| **_tomorrow_night_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night](images/tomorrow_night.png) |
| **_tomorrow_night_bright_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night_bright](images/tomorrow_night_bright.png) |
| **_ubuntu_**<br>[source](https://design.ubuntu.com/brand/colour-palette/) | ![ubuntu](images/ubuntu.png) |
| **_wombat_**<br>[source](https://github.com/djoyner/iTerm2-wombat) | ![wombat](images/wombat.png) |
| **_xterm_** | ![xterm](images/xterm.png) |
| **_zenburn_**<br>[source](https://github.com/jnurmine/Zenburn) | ![zenburn](images/zenburn.png) |
## Contributing
Bug reports and pull requests are welcome on GitHub at the [alacritty-theme]
repository.
[alacritty-theme]: https://github.com/alacritty/alacritty-theme
To add a new theme, just create a Pull Request with the following changes:
- Add your theme to the `themes` directory with the `{theme}.toml` file format
- Create a screenshot of your theme using the [`print_colors.sh`](./print_colors.sh) script
- Add the screenshot to the `images` directory with the `{theme}.png` file format
- Add your theme to the `README.md`, following alphabetical ordering
## Maintainers
* **indrajit** - *Author* - [eendroroy](https://github.com/eendroroy)
* **Christian Dürr** - *Maintainer* - [chrisduerr](https://github.com/chrisduerr)
For preview images and upstream contribution guidance, use the upstream
[alacritty-theme](https://github.com/alacritty/alacritty-theme) repository.
## License
The project is available as open source under the terms of the [Apache License, Version 2.0](LICENSE)
The project is available as open source under the terms of the
[Apache License, Version 2.0](LICENSE).

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Some files were not shown because too many files have changed in this diff Show More