dotfiles/config/broot/skins/light.toml

96 lines
3.7 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(192, 202, 245) ansi(0)
# br_black rgb(169, 177, 214) 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(65, 72, 104) ansi(7)
# br_white rgb(21, 22, 30) ansi(15)
#
# Doc at https://dystroy.org/broot/skins/
################################################################################
[skin]
default = "ansi(8)"
input = "ansi(8)"
selected_line = "none ansi(15)"
tree = "ansi(7)"
parent = "none"
perm__ = "ansi(7)"
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(0)"
directory = "ansi(4) none Bold"
exe = "ansi(2) none Bold"
link = "ansi(6)"
pruning = "ansi(7) none Italic"
content_extract = "ansi(244) none Italic"
char_match = "ansi(3) ansi(15) Bold Italic"
preview_match = "ansi(3) ansi(15) Bold Italic"
content_match = "ansi(3) ansi(15) Bold Italic"
git_branch = "ansi(4) none Bold"
git_insertions = "ansi(2) none Bold"
git_deletions = "ansi(1) none Bold"
git_status_current = "ansi(7)"
git_status_modified = "ansi(4)"
git_status_new = "ansi(2) none Bold"
git_status_ignored = "ansi(7)"
git_status_conflicted = "ansi(1)"
git_status_other = "ansi(8)"
help_paragraph = "ansi(8)"
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(7)"
scrollbar_track = "ansi(7)"
scrollbar_thumb = "ansi(8)"
flag_label = "ansi(4)"
flag_value = "ansi(3) none Bold"
staging_area_title = "ansi(3) none Bold"
preview_title = "ansi(15) ansi(3) Bold"
preview = "ansi(8)"
preview_line_number = "ansi(7)"
# sparse = "ansi(1)"
status_normal = "none ansi(15)"
status_italic = "ansi(6) Italic"
status_bold = "ansi(4) Bold"
# status_ellipsis = "ansi(3)"
status_error = "ansi(1) ansi(15)"
# status_job = "ansi(3)"
status_code = "ansi(3)"
mode_command_mark = "ansi(15) ansi(3) Bold"
hex_null = "ansi(8)"
hex_ascii_graphic = "ansi(2)"
hex_ascii_whitespace = "ansi(2) ansi(15) 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)"