You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- Yep I get that cterm is what it uses when in console. The thing is I have no .Xresources file and nothing in my .Xdefaults that sets color other thmaybe an foreground and background. None of the colors are redefined. The only thing I could imagine is if the author had an .Xdefaults/.Xresources defined that differed from the defaults. But it seems that every 256 color termial theme I use varies significantly from what they're supposed to look like. Is there some other file that sets colors I'm missing?jmathew– jmathew2012-08-13 15:39:45 +00:00Commented Aug 13, 2012 at 15:39
- I think that if we speak about X11, .Xdefaults and .Xresources are the only files involved (been the former deprecated in Archlinux systems). Of course, the default terminal colors have to live in some place and may be different given various linux distributions. Also, we can't forget that terminal emulators like Gnome Terminal can have custom colors or use the system's, as we can't know for sure if the creator of the theme used custom colors or not, though it's very plausible. Any freak that, like me, have ever made a vim theme, sure has their terminal colors customized.Alex– Alex2012-08-15 16:02:52 +00:00Commented Aug 15, 2012 at 16:02
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you