[GH-ISSUE #1355] Terminal Themes: Foreground color not respected #775

Closed
opened 2026-02-27 00:00:57 +03:00 by kerem · 1 comment
Owner

Originally created by @x0rsw1tch on GitHub (Sep 16, 2019).
Original GitHub issue: https://github.com/electerm/electerm/issues/1355

Electerm version: 0.27.63

Operating system(linux, macos, or windows7/8/10?): Windows 10 x64

Expected Behavior

Foreground color set in theme is applied to un-formatted text in terminal.

Current Behavior

Un-formatted foreground text is always #bbbbbb, regardless of configuration.

Steps to Reproduce

  1. Create new terminal theme
  2. Change foreground color from #bbbbbb to something else
  3. Open new terminal, or SSH session.
  4. Foreground text is incorrect color.

Sample Config:

foreground=#ff5c33
background=#000000
cursor=#b5bd68
cursorAccent=#1d1f21
selection=rgba(255, 255, 255, 0.3)
black=#575757
red=#bb0000
green=#00bb00
yellow=#bbbb00
blue=#0000bb
magenta=#bb00bb
cyan=#00bbbb
white=#acacac
brightBlack=#757575
brightRed=#ff5555
brightGreen=#55ff55
brightYellow=#ffff55
brightBlue=#5555ff
brightMagenta=#ff55ff
brightCyan=#55ffff
brightWhite=#cacaca
Originally created by @x0rsw1tch on GitHub (Sep 16, 2019). Original GitHub issue: https://github.com/electerm/electerm/issues/1355 <!--- Provide some basic info --> ## Electerm version: 0.27.63 ## Operating system(linux, macos, or windows7/8/10?): Windows 10 x64 ## Expected Behavior Foreground color set in theme is applied to un-formatted text in terminal. ## Current Behavior Un-formatted foreground text is always #bbbbbb, regardless of configuration. ## Steps to Reproduce 1. Create new terminal theme 2. Change foreground color from #bbbbbb to something else 3. Open new terminal, or SSH session. 4. Foreground text is incorrect color. Sample Config: ``` foreground=#ff5c33 background=#000000 cursor=#b5bd68 cursorAccent=#1d1f21 selection=rgba(255, 255, 255, 0.3) black=#575757 red=#bb0000 green=#00bb00 yellow=#bbbb00 blue=#0000bb magenta=#bb00bb cyan=#00bbbb white=#acacac brightBlack=#757575 brightRed=#ff5555 brightGreen=#55ff55 brightYellow=#ffff55 brightBlue=#5555ff brightMagenta=#ff55ff brightCyan=#55ffff brightWhite=#cacaca ```
kerem 2026-02-27 00:00:57 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@zxdong262 commented on GitHub (Sep 17, 2019):

@x0rsw1tch Thank you for the feedback!

<!-- gh-comment-id:532061837 --> @zxdong262 commented on GitHub (Sep 17, 2019): @x0rsw1tch Thank you for the feedback!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#775
No description provided.