summaryrefslogtreecommitdiffstats
path: root/src/conf.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-05-27 10:13:05 +0200
committerCanop <cano.petrole@gmail.com>2020-05-27 10:13:05 +0200
commitc889969d9b4729b465ef0b53782dcee296781e6d (patch)
tree4d1cd1c4ab89f1560257b3a363f02393234cc03a /src/conf.rs
parentf52403e47d14a71d2428c020c63541cfe296afe5 (diff)
better status for :focus internal with argument
covering the cases of * user typing `:focus` with a path (ex: `:fo! ~`) * user typing the name of a verb whose config has a path (ex `:home`)
Diffstat (limited to 'src/conf.rs')
-rw-r--r--src/conf.rs72
1 files changed, 44 insertions, 28 deletions
diff --git a/src/conf.rs b/src/conf.rs
index 5e8a32a..494966d 100644
--- a/src/conf.rs
+++ b/src/conf.rs
@@ -333,42 +333,58 @@ execution = "$PAGER {file}"
#
# [skin]
-# default = "gray(20) gray(1)"
-# tree = "rgb(89, 73, 101) none"
-# file = "gray(21) none"
-# directory = "rgb(255, 152, 0) none bold"
-# exe = "rgb(17, 164, 181) none"
-# link = "Magenta none"
-# pruning = "rgb(89, 73, 101) none Italic"
+# default = "gray(23) gray(1) / gray(20) gray(1)"
+# tree = "ansi(94) None / gray(3) None"
+# file = "gray(18) None / gray(15) None"
+# directory = "ansi(208) None Bold / ansi(172) None bold"
+# exe = "Cyan None"
+# link = "Magenta None"
+# pruning = "gray(12) None Italic"
# perm__ = "gray(5) None"
# perm_r = "ansi(94) None"
# perm_w = "ansi(132) None"
# perm_x = "ansi(65) None"
-# owner = "gray(12) none"
-# group = "gray(12) none"
-# selected_line = "none gray(3)"
-# char_match = "yellow none"
-# file_error = "Red none"
-# flag_label = "gray(16) none"
-# flag_value = "rgb(255, 152, 0) none bold"
-# input = "White none"
-# status_error = "Red gray(2)"
+# owner = "ansi(138) None"
+# group = "ansi(131) None"
+# dates = "ansi(66) None"
+# sparse = "ansi(214) None"
+# git_branch = "ansi(229) None"
+# git_insertions = "ansi(28) None"
+# git_deletions = "ansi(160) None"
+# git_status_current = "gray(5) None"
+# git_status_modified = "ansi(28) None"
+# git_status_new = "ansi(94) None Bold"
+# git_status_ignored = "gray(17) None"
+# git_status_conflicted = "ansi(88) None"
+# git_status_other = "ansi(88) None"
+# selected_line = "None gray(5) / None gray(4)"
+# char_match = "Yellow None"
+# file_error = "Red None"
+# flag_label = "gray(15) None"
+# flag_value = "ansi(208) None Bold"
+# input = "White None / gray(15) gray(2)"
+# status_error = "gray(22) ansi(124)"
# status_job = "ansi(220) gray(5)"
-# status_normal = "gray(20) gray(3)"
-# status_italic = "rgb(255, 152, 0) None"
-# status_bold = "rgb(255, 152, 0) None bold"
-# status_code = "ansi(229) gray(5)"
-# status_ellipsis = "gray(19) gray(1)"
-# scrollbar_track = "rgb(80, 50, 0) none"
-# scrollbar_thumb = "rgb(255, 187, 0) none"
-# help_paragraph = "gray(20) none"
-# help_bold = "rgb(255, 187, 0) none bold"
-# help_italic = "Magenta rgb(30, 30, 40) italic"
+# status_normal = "gray(20) gray(3) / gray(2) gray(2)"
+# status_italic = "ansi(208) gray(3) / gray(2) gray(2)"
+# status_bold = "ansi(208) gray(3) Bold / gray(2) gray(2)"
+# status_code = "ansi(229) gray(3) / gray(2) gray(2)"
+# status_ellipsis = "gray(19) gray(1) / gray(2) gray(2)"
+# purpose_normal = "gray(20) gray(2)"
+# purpose_italic = "ansi(178) gray(2)"
+# purpose_bold = "ansi(178) gray(2) Bold"
+# purpose_ellipsis = "gray(20) gray(2)"
+# scrollbar_track = "gray(7) None / gray(4) None"
+# scrollbar_thumb = "gray(22) None / gray(14) None"
+# help_paragraph = "gray(20) None"
+# help_bold = "ansi(208) None Bold"
+# help_italic = "ansi(166) None"
# help_code = "gray(21) gray(3)"
-# help_headers = "rgb(255, 187, 0) none"
+# help_headers = "ansi(208) None"
+# help_table_border = "ansi(239) None"
# You may find other skins on
-# https://dystroy.org/broot/documentation/configuration/#colors
+# https://dystroy.org/broot/skins
# for example a skin suitable for white backgrounds
"#;