Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to dark theme #31

Closed
wants to merge 1 commit into from
Closed

Changes to dark theme #31

wants to merge 1 commit into from

Conversation

dovej
Copy link

@dovej dovej commented Jun 5, 2013

Things I have done to the dark theme:

  • replaced ANSI codes for bold with ANSI codes for bright. no longer requires 'draw bold as bright'
  • made dirs blue and left cyan for custom file types
  • colored some other things

Things that need to be done if adopted:

  • update other themes with these changes
  • update documentation

I am not sure how widely supported the ANSI bright codes are. I have not run into any issues yet.

@seebi
Copy link
Owner

seebi commented Jun 6, 2013

Hi Justin, I actually understand which file you mean - I thought you want to update dircolors.256dark which is a 256 color theme.
Actually, I'm not create of the ansi themes but @huyz ... :)

Instead of changing his theme, maybe we add another ansi theme?

.swo 93
*,v 93

# The cyan color is free for you to use for custom file types
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Used to say brightmagenta/purple, which was wrong. For the old theme, the correct color is blue here. For my variation it's cyan.

@dovej
Copy link
Author

dovej commented Jun 6, 2013

Ah, I see. Yea, this is an option; I was wondering what the best route was myself. However, there are a few changes here that I think are worth having in huyz's theme. In particular, the colors I added for sticky and o+w dirs, as well as the colors for the extra, obscure filetypes. There's also a comment that needs to be fixed in his theme, which I corrected for my variation on line 455.

The matter about blue vs. cyan and the ANSI bright codes is separate, and I imagine he might have reason to not desire them. In which case, I agree that a separate theme for these changes would be in order. It might even be best to undo the blue vs. cyan swap for the sake of consistency, although I'm certainly keeping it the version I personally use.

Perhaps it'd be best to patch him into this discussion to get his thoughts? Alternatively, I could resubmit the pull request to his fork.

@seebi
Copy link
Owner

seebi commented Jun 7, 2013

ok, so we close this and you fill slightly patch the existing theme and add your new one?

@dovej
Copy link
Author

dovej commented Jun 10, 2013

Hmm...well, taking a look at 256dark, that theme uses blue for dirs and cyan for links. That's the most consistent with the default ls coloring. This leaves me wondering if we should modify the ANSI themes to be consistent with that (or vice versa). It seems odd to have totally different themes for 256 and 16 color.

@seebi seebi closed this Aug 9, 2013
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.

None yet

2 participants