Compare commits
17 Commits
543f9b64ec
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ab00d598f | ||
|
|
ac60fa600c | ||
|
|
1bfd03226b | ||
|
|
1d58a50839 | ||
|
|
fd392b2e86 | ||
|
|
bf5f2131b4 | ||
|
|
4d6a76487f | ||
|
|
657223f051 | ||
|
|
1902fe4f1f | ||
|
|
2490c7be0b | ||
|
|
8ed0c97799 | ||
|
|
7a88b84fd0 | ||
|
|
9919b59057 | ||
|
|
bdc17cef59 | ||
|
|
8d7fd92dd3 | ||
|
|
804e9278b8 | ||
|
|
d367547fab |
1382
.codex-sso/config.toml
Normal 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"
|
||||
|
||||
@@ -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) |  |
|
||||
| **_alabaster_**<br>[source](https://github.com/tonsky/vscode-theme-alabaster) |  |
|
||||
| **_alabaster_dark_**<br>[source](https://github.com/gargakshit/vscode-theme-alabaster-dark) |  |
|
||||
| **_alacritty_0_12_**<br>[source](https://github.com/alacritty/alacritty/blob/v0.12.3/alacritty/src/config/color.rs) |  |
|
||||
| **_argonaut_**<br>[source](https://github.com/pwaleczek/Argonaut-theme) |  |
|
||||
| **_ashes_dark_**<br>[source](https://marketplace.visualstudio.com/items?itemName=AndrsDC.base16-themes) |  |
|
||||
| **_ashes_light_**<br>[source](https://marketplace.visualstudio.com/items?itemName=AndrsDC.base16-themes) |  |
|
||||
| **_atom_one_light_**<br>[source](https://github.com/dexpota/kitty-themes/blob/master/themes/AtomOneLight.conf) |  |
|
||||
| **_aura_**<br>[source](https://github.com/daltonmenezes/aura-theme) |  |
|
||||
| **_ayu_dark_**<br>[source](https://github.com/ayu-theme/ayu-colors) |  |
|
||||
| **_ayu_light_**<br>[source](https://github.com/ayu-theme/ayu-colors) |  |
|
||||
| **_baitong_**<br>[source](https://github.com/cypj/baitong-theme) |  |
|
||||
| **_base16_default_dark_**<br>[source](https://github.com/chriskempson/base16) |  |
|
||||
| **_blood_moon_**<br>[source](https://github.com/dguo/blood-moon) |  |
|
||||
| **_bluish_** |  |
|
||||
| **_breeze_**<br>[source](https://github.com/KDE/breeze) |  |
|
||||
| **_campbell_**<br>[source](https://blogs.msdn.microsoft.com/commandline/2017/08/02/updating-the-windows-console-colors) |  |
|
||||
| **_carbonfox_**<br>[source](https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/nightfox_alacritty.yml) |  |
|
||||
| **_catppuccin_frappe_**<br>[source](https://github.com/catppuccin/alacritty) |  |
|
||||
| **_catppuccin_latte_**<br>[source](https://github.com/catppuccin/alacritty) |  |
|
||||
| **_catppuccin_macchiato_**<br>[source](https://github.com/catppuccin/alacritty) |  |
|
||||
| **_catppuccin_mocha_**<br>[source](https://github.com/catppuccin/alacritty) |  |
|
||||
| **_challenger_deep_**<br>[source](https://github.com/challenger-deep-theme/alacritty) |  |
|
||||
| **_citylights_**<br>[source](https://citylights.xyz/) |  |
|
||||
| **_Cobalt2_**<br>[source](https://github.com/wesbos/cobalt2/tree/master/Cobalt2) |  |
|
||||
| **_cyber_punk_neon_**<br>[source](https://github.com/Roboron3042/Cyberpunk-Neon) |  |
|
||||
| **_darcula_**<br>[source](https://draculatheme.com) |  |
|
||||
| **_dark_pastels_**<br>[source](https://invent.kde.org/utilities/konsole/-/blob/master/data/color-schemes/DarkPastels.colorscheme) |  |
|
||||
| **_deep_space_** |  |
|
||||
| **_doom_one_**<br>[source](https://github.com/hlissner/emacs-doom-themes) |  |
|
||||
| **_dracula_**<br>[source](https://draculatheme.com) |  |
|
||||
| **_everforest_dark_**<br>[source](https://github.com/sainnhe/everforest) |  |
|
||||
| **_everforest_light_**<br>[source](https://github.com/sainnhe/everforest) |  |
|
||||
| **_falcon_**<br>[source](https://github.com/fenetikm/falcon) |  |
|
||||
| **_flat_remix_**<br>[source](https://github.com/Mayccoll/Gogh/blob/master/themes/flat-remix.sh) |  |
|
||||
| **_flexoki_**<br>[source](https://github.com/kepano/flexoki/tree/main/alacritty) |  |
|
||||
| **_github_dark_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark.yml) |  |
|
||||
| **_github_dark_colorblind_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_colorblind.yml) |  |
|
||||
| **_github_dark_dimmed_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_dimmed.yml) |  |
|
||||
| **_github_dark_high_contrast_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_high_contrast.yml)| |
|
||||
| **_github_dark_tritanopia_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_tritanopia.yml) |  |
|
||||
| **_github_light_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light.yml) |  |
|
||||
| **_github_light_colorblind_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light_colorblind.yml)|  |
|
||||
| **_github_light_high_contrast_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light_high_contrast.yml)| |
|
||||
| **_github_light_tritanopia_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light_tritanopia.yml)|  |
|
||||
| **_gotham_** |  |
|
||||
| **_gnome_terminal_**<br>[source](https://gitlab.gnome.org/GNOME/gnome-terminal) |  |
|
||||
| **_gruvbox_dark_**<br>[source](https://github.com/morhetz/gruvbox) |  |
|
||||
| **_gruvbox_light_**<br>[source](https://github.com/morhetz/gruvbox) |  |
|
||||
| **_gruvbox_material_medium_dark_**<br>[source](https://github.com/sainnhe/gruvbox-material) |  |
|
||||
| **_gruvbox_material_medium_light_**<br>[source](https://github.com/sainnhe/gruvbox-material) |  |
|
||||
| **_hardhacker_**<br>[source](https://github.com/hardhackerlabs/theme-alacritty) |  |
|
||||
| **_high_contrast_** |  |
|
||||
| **_horizon-dark_**<br>[source](https://github.com/jolaleye/horizon-theme-vscode) |  |
|
||||
| **_hyper_**<br>[source](https://hyper.is) |  |
|
||||
| **_inferno_**<br>[source](https://github.com/hafiz-muhammad/inferno-alacritty-theme) |  |
|
||||
| **_iris_**<br>[source](https://github.com/DioptricDesign/Iris) |  |
|
||||
| **_iterm_** |  |
|
||||
| **_kanagawa_dragon_**<br>[source](https://github.com/rebelot/kanagawa.nvim) |  |
|
||||
| **_kanagawa_wave_**<br>[source](https://github.com/rebelot/kanagawa.nvim) |  |
|
||||
| **_konsole_linux_** |  |
|
||||
| **_low_contrast_** |  |
|
||||
| **_Mariana_**<br>[source](https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml) |  |
|
||||
| **_marine_dark_**<br>[source](https://github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml) |  |
|
||||
| **_material_theme_**<br>[source](https://github.com/equinusocio/material-theme) |  |
|
||||
| **_material_theme_mod_** |  |
|
||||
| **_meliora_**<br>[source](https://github.com/ramojus/mellifluous.nvim) |  |
|
||||
| **_midnight-haze_**<br>[source](https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme) |  |
|
||||
| **_monokai_charcoal_**<br>[source](https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml) |  |
|
||||
| **_monokai_pro_**<br>[source](https://gist.github.com/AlphaTechnolog/d1d5f6557f77f71519cb5713268da7dd) |  |
|
||||
| **_moonlight_ii_vscode_**<br>[source](https://github.com/atomiks/moonlight-vscode-theme) |  |
|
||||
| **_msx_**<br>[source](https://paulwratt.github.io/programmers-palettes/HW-MSX/HW-MSX-palettes.html) |  |
|
||||
| **_nightfox_**<br>[source](https://github.com/EdenEast/nightfox.nvim) |  |
|
||||
| **_night_owlish_light_** |  |
|
||||
| **_noctis-lux_**<br>[source](https://github.com/liviuschera/noctis) |  |
|
||||
| **_nord_**<br>[source](https://github.com/arcticicestudio/nord) |  |
|
||||
| **_nordic_**<br>[source](https://github.com/AlexvZyl/nordic.nvim) |  |
|
||||
| **_nord_light_**<br>[source](https://github.com/nordtheme/alacritty/issues/28#issuecomment-1422225211) |  |
|
||||
| **_oceanic_next_**<br>[source](https://github.com/voronianski/oceanic-next-color-scheme) |  |
|
||||
| **_omni_**<br>[source](https://github.com/getomni/alacritty/blob/main/omni.yml) |  |
|
||||
| **_one_dark_** |  |
|
||||
| **_palenight_**<br>[source](https://github.com/JonathanSpeek/palenight-iterm2) |  |
|
||||
| **_papercolor_dark_**<br>[source](https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L126) |  |
|
||||
| **_papercolor_light_**<br>[source](https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L36) |  |
|
||||
| **_papertheme_**<br>[source](https://github.com/s6muel/paper-theme/blob/main/themes/alacritty/paper-theme.yml) |  |
|
||||
| **_pencil_dark_**<br>[source](https://github.com/mattly/iterm-colors-pencil) |  |
|
||||
| **_pencil_light_**<br>[source](https://github.com/mattly/iterm-colors-pencil) |  |
|
||||
| **_rainbow_** |  |
|
||||
| **_remedy_dark_**<br>[source](https://github.com/robertrossmann/vscode-remedy) |  |
|
||||
| **_rose-pine_**<br>[source](https://github.com/rose-pine/alacritty) |  |
|
||||
| **_rose-pine-dawn_**<br>[source](https://github.com/rose-pine/alacritty) |  |
|
||||
| **_rose-pine-moon_**<br>[source](https://github.com/rose-pine/alacritty) |  |
|
||||
| **_snazzy_**<br>[source](https://github.com/sindresorhus/hyper-snazzy) |  |
|
||||
| **seashells**<br>[source](https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/SeaShells.itermcolors) |  |
|
||||
| **smoooooth**<br>[source](https://github.com/gnachman/iTerm2/blob/33945e63ad48ed80d6cc1adf7cbeb663217652d2/plists/ColorPresets.plist#L4345-L4685) |  |
|
||||
| **_solarized_dark_**<br>[source](http://ethanschoonover.com/solarized) |  |
|
||||
| **_solarized_light_**<br>[source](http://ethanschoonover.com/solarized) |  |
|
||||
| **_taerminal_**<br>[source](https://github.com/cozywigwam/iterm-taerminal) |  |
|
||||
| **_tango_dark_**<br>[source](https://github.com/GNOME/gnome-terminal/blob/18939a24d21d6b7c6edd57a00a3a8a48f3aecec5/src/profile-editor.c#L213) |  |
|
||||
| **_tender_**<br>[source](https://github.com/huyvohcmc/tender-alacritty) |  |
|
||||
| **_terminal_app_** |  |
|
||||
| **_thelovelace_** |  |
|
||||
| **_tokyo-night_**<br>[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) |  |
|
||||
| **_tokyo-night-storm_**<br>[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) |  |
|
||||
| **_tomorrow_night_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) |  |
|
||||
| **_tomorrow_night_bright_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) |  |
|
||||
| **_ubuntu_**<br>[source](https://design.ubuntu.com/brand/colour-palette/) |  |
|
||||
| **_wombat_**<br>[source](https://github.com/djoyner/iTerm2-wombat) |  |
|
||||
| **_xterm_** |  |
|
||||
| **_zenburn_**<br>[source](https://github.com/jnurmine/Zenburn) |  |
|
||||
|
||||
## 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).
|
||||
|
||||
|
Before Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 99 KiB |
|
Before Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 153 KiB |
|
Before Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 115 KiB |
|
Before Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 95 KiB |
|
Before Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 109 KiB |
|
Before Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 73 KiB |
|
Before Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 172 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 115 KiB |
|
Before Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 153 KiB |
|
Before Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 208 KiB |
|
Before Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 102 KiB |