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

Non Readable Color #434

Closed
1 task done
SupianIDz opened this issue Jan 10, 2021 · 4 comments
Closed
1 task done

Non Readable Color #434

SupianIDz opened this issue Jan 10, 2021 · 4 comments
Labels

Comments

@SupianIDz
Copy link

I have previously tried following the instructions https://github.com/athityakumar/colorls#custom-configurations

But unlucky, the unreadable yellow color remained unchanged.

I used Guake with the One Light color scheme.

  • Type of issue :
    • Installation
      Screenshot from 2021-01-10 09-43-16
@avdv
Copy link
Collaborator

avdv commented Jan 10, 2021

Please show your config.

Which version of colorls are you using and how are you calling it?

@SupianIDz
Copy link
Author

SupianIDz commented Jan 11, 2021

@avdv sorry for late reply.
I'm using version 1.4.3 and calling it colorls -lA --sd with a color configuration like this.

~/.config/colorls/light_colors.yaml

# Main Colors
unrecognized_file: darkred
recognized_file:   darkgreen
dir:               navyblue

# Link
dead_link: red
link:      cyan

# special files
socket:    darkgray
blockdev:  darkgray
chardev:   darkgray

# Access Modes
write:     red
read:      sienna
exec:      navyblue
no_access: black

# Age
day_old:     darkred
hour_old:    saddlebrown
no_modifier: black

# File Size
file_large:  darkred
file_medium: saddlebrown
file_small:  black

# Random
report: black
user:   darkblue
tree:   cyan
empty:  gold
error:  red
normal: black

# Git
addition:     chartreuse
modification: darkkhaki
deletion:     darkred
untracked:    darkorange
unchanged:    darkgreen

@avdv
Copy link
Collaborator

avdv commented Jan 11, 2021

When you are using the light colors config, you also have to use the --light flag, otherwise colorls will use the dark_colorls.yaml file.

@SupianIDz
Copy link
Author

@avdv wo, it's worked, thanks

@avdv avdv added the Usage label Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants