Skip to content

Update terminal dark theme background to match Termux default - #1

Draft
4evernever77777 with Copilot wants to merge 2 commits into
mainfrom
copilot/update-terminal-background-color
Draft

Update terminal dark theme background to match Termux default#1
4evernever77777 with Copilot wants to merge 2 commits into
mainfrom
copilot/update-terminal-background-color

Conversation

CopilotAI commented Jan 2, 2026

Copy link
Copy Markdown

Changes the terminal dark theme background from #23272a (dark gray) to #000000 (pure black) to match Termux's default appearance.

Changes

  • Updated background and cursorAccent in dark theme from #23272a#000000
dark: {background: "#000000",// was "#23272a"foreground: "#f5f5f5",cursor: "#4285f4",cursorAccent: "#000000",// was "#23272a"// ...}

Modified: src/components/terminal/terminalThemeManager.js

Original prompt

Reference: 4evernever77777/termux-releases@59eb939


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: 4evernever77777 <252401633+4evernever77777@users.noreply.github.com>
CopilotAI changed the title [WIP] Update terminal background color settingsUpdate terminal dark theme background to match Termux defaultJan 2, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@4evernever77777