Skip to content

Conversation

Copy link

Copilot AI commented Jan 2, 2026

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>
Copilot AI changed the title [WIP] Update terminal background color settings Update terminal dark theme background to match Termux default Jan 2, 2026
Copilot AI requested a review from 4evernever77777 January 2, 2026 06:54
Sign up for free to 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