97 lines
3.6 KiB
TOML
97 lines
3.6 KiB
TOML
################################################################################
|
|
# A skin for a terminal with a dark background
|
|
# Created by Fernando Schauenburg <dev@schauenburg.me>
|
|
#
|
|
# Example colors from tokyonight:
|
|
#
|
|
# NAME RGB Index
|
|
# black rgb(21, 22, 30) ansi(0)
|
|
# br_black rgb(65, 72, 104) ansi(8)
|
|
# red rgb(247, 118, 142) ansi(1)
|
|
# green rgb(158, 206, 106) ansi(2)
|
|
# yellow rgb(224, 175, 104) ansi(3)
|
|
# blue rgb(122, 162, 247) ansi(4)
|
|
# magenta rgb(187, 154, 247) ansi(5)
|
|
# cyan rgb(125, 207, 255) ansi(6)
|
|
# white rgb(169, 177, 214) ansi(7)
|
|
# br_white rgb(192, 202, 245) ansi(15)
|
|
#
|
|
# Doc at https://dystroy.org/broot/skins/
|
|
################################################################################
|
|
[skin]
|
|
default = "ansi(7)"
|
|
input = "ansi(7)"
|
|
selected_line = "none ansi(0)"
|
|
tree = "ansi(8)"
|
|
parent = "none"
|
|
perm__ = "ansi(8)"
|
|
perm_r = "ansi(3)"
|
|
perm_w = "ansi(1)"
|
|
perm_x = "ansi(2)"
|
|
count = "ansi(1)"
|
|
owner = "ansi(3)"
|
|
group = "ansi(3)"
|
|
dates = "ansi(4)"
|
|
file = "ansi(15)"
|
|
directory = "ansi(4) none Bold"
|
|
exe = "ansi(2) none Bold"
|
|
link = "ansi(6)"
|
|
pruning = "ansi(8) none Italic"
|
|
content_extract = "ansi(244) none Italic"
|
|
char_match = "ansi(3) ansi(0) Bold Italic"
|
|
preview_match = "ansi(3) ansi(0) Bold Italic"
|
|
content_match = "ansi(3) ansi(0) Bold Italic"
|
|
git_branch = "ansi(4) none Bold"
|
|
git_insertions = "ansi(2) none Bold"
|
|
git_deletions = "ansi(1) none Bold"
|
|
git_status_current = "ansi(8)"
|
|
git_status_modified = "ansi(4)"
|
|
git_status_new = "ansi(2) none Bold"
|
|
git_status_ignored = "ansi(8)"
|
|
git_status_conflicted = "ansi(1)"
|
|
git_status_other = "ansi(7)"
|
|
help_paragraph = "ansi(7)"
|
|
help_headers = "ansi(3) none Bold"
|
|
help_bold = "ansi(4) none Bold"
|
|
help_italic = "ansi(6) none Italic"
|
|
help_code = "ansi(3) none Bold"
|
|
help_table_border = "ansi(8)"
|
|
scrollbar_track = "ansi(8)"
|
|
scrollbar_thumb = "ansi(7)"
|
|
flag_label = "ansi(4)"
|
|
flag_value = "ansi(3) none Bold"
|
|
staging_area_title = "ansi(3) none Bold"
|
|
preview_title = "ansi(0) ansi(3) Bold"
|
|
preview = "ansi(7)"
|
|
preview_line_number = "ansi(8)"
|
|
# sparse = "ansi(1)"
|
|
status_normal = "none ansi(0)"
|
|
status_italic = "ansi(6) Italic"
|
|
status_bold = "ansi(4) Bold"
|
|
# status_ellipsis = "ansi(3)"
|
|
status_error = "ansi(1) ansi(0)"
|
|
# status_job = "ansi(3)"
|
|
status_code = "ansi(3)"
|
|
mode_command_mark = "ansi(0) ansi(3) Bold"
|
|
hex_null = "ansi(7)"
|
|
hex_ascii_graphic = "ansi(2)"
|
|
hex_ascii_whitespace = "ansi(2) ansi(0) Italic"
|
|
hex_ascii_other = "ansi(2) none Bold"
|
|
hex_non_ascii = "ansi(1) Bold"
|
|
file_error = "ansi(1) none"
|
|
purpose_normal = "red"
|
|
# purpose_italic = "ansi(1) none Italic"
|
|
# purpose_bold = "ansi(1) none Bold"
|
|
# purpose_ellipsis = "none"
|
|
|
|
good_to_bad_0 = "rgb(166, 227, 161)"
|
|
good_to_bad_1 = "rgb(148, 226, 213)"
|
|
good_to_bad_2 = "rgb(137, 220, 235)"
|
|
good_to_bad_3 = "rgb(116, 199, 236)"
|
|
good_to_bad_4 = "rgb(137, 180, 250)"
|
|
good_to_bad_5 = "rgb(180, 190, 254)"
|
|
good_to_bad_6 = "rgb(203, 166, 247)"
|
|
good_to_bad_7 = "rgb(250, 179, 135)"
|
|
good_to_bad_8 = "rgb(235, 160, 172)"
|
|
good_to_bad_9 = "rgb(243, 139, 168)"
|
|
|