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

Screenshots and config #8

Open
c0r73x opened this issue May 23, 2019 · 1 comment
Open

Screenshots and config #8

c0r73x opened this issue May 23, 2019 · 1 comment

Comments

@c0r73x
Copy link
Owner

c0r73x commented May 23, 2019

Place to share screenshots and configs here 😎

Todo: screenshot 🤔

[settings]
; use idividual color for size number
size_number_color = 1
; use idividual color for date number
date_number_color = 0

show_hidden = 0
list = 0
resolve_links = 1
reversed = 0
dirs_first = 1
colors = 1

override_git_repo_color = 1
override_git_dir_color = 0

; default sort method 0 = Alpha, 1 = Modified, 2 = Size
sort = 0

[colors]
suffix_link_fg = 0
suffix_mountpoint_fg = 0

perm_none_fg = 0
perm_exec_fg = 250
perm_read_fg = 246
perm_write_fg = 242

perm_full_fg = 15
perm_readwrite_fg = 249
perm_readexec_fg = 248
perm_writeexec_fg = 245

perm_dir_fg = 251
perm_link_fg = 244
perm_sticky_fg = 241
perm_special_fg = 244
perm_block_fg = 244
perm_unknown_fg = 244
perm_other_fg = 244

user_fg = 242
group_fg = 244
user_separator_fg = 0

; used with size_number_color = 1
size_number_fg = 242

size_byte_fg = 236
size_kilo_fg = 250
size_mega_fg = 239
size_giga_fg = 249
; size_tera = 248
; size_peta = 252

; used with date_number_color = 1
date_number_fg = 10

date_sec_fg = 249
date_min_fg = 242
date_hour_fg = 244
date_day_fg = 239
date_mon_fg = 236
date_week_fg = 245
date_year_fg = 252

git_ignore_fg = 0
git_conflict_fg = 1
git_modified_fg = 3
git_renamed_fg = 5
git_added_fg = 2
git_typechange_fg = 4
git_unreadable_fg = 9
git_untracked_fg = 8
; git_unchanged_fg = 2

git_dir_dirty_fg =  11
; git_dir_clean_fg = 2

git_repo_dirty_fg = 11
git_repo_clean_fg = 10
git_repo_bare_fg = 12

[symbols]
suffix_link = ""
user_separator = ":"

size_byte = "B"
size_kilo = "K"
size_mega = "M"
size_giga = "G"
size_tera = "T"
size_peta = "P"

date_sec = "sec"
date_min = "min"
date_hour = "hour"
date_day = "day"
date_mon = "mon"
date_week = "week"
date_year = "year"

git_added = "+"
git_conflict =  ""
git_ignore = "!"
git_modified = "~"
git_renamed = ""
git_typechange = ""
git_unreadable = "-"
git_untracked = "?"
; git_unchanged = "="

git_dir_dirty = "~"
; git_dir_clean = "="

git_repo_dirty = " �[38;5;15m"
git_repo_clean = " �[38;5;15m"
git_repo_bare = " �[38;5;15m"
@c0r73x c0r73x pinned this issue May 23, 2019
@rendom
Copy link
Contributor

rendom commented Sep 22, 2021

+1

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

No branches or pull requests

2 participants