feat: Update config for broot

This commit is contained in:
Xavier Logerais
2025-11-07 19:08:17 +00:00
parent 3ff94ec2ec
commit 8c06c41b49
16 changed files with 1068 additions and 538 deletions
+11 -10
View File
@@ -81,6 +81,7 @@
# troubleshooting)
#
# icon_theme: vscode
icon_theme: nerdfont
###############################################################
# Special paths
@@ -99,8 +100,8 @@
# If you want the escape key to quit broot when there's nothing
# to cancel (for example when you just opened broot), uncomment
# this parameter
#
# quit_on_last_cancel: true
#
quit_on_last_cancel: true
###############################################################
# Search modes
@@ -155,29 +156,29 @@
# While it's possible to have all configuration in one file,
# it's more convenient to split it in several ones.
# Importing also allows to set a condition on the terminal's
# color, which makes it possible to have a different skin
# color, which makes it possible to have a different skin
# chosen when your terminal has a light background and when
# it has a light one.
imports: [
# Verbs are better configured in verbs.hjson. But you
# can also add another files for your personal verbs
# Verbs are better configured in verbs.hjson. But you
# can also add another files for your personal verbs
verbs.hjson
# This file contains the skin to use when the terminal
# is dark (or when this couldn't be determined)
# This file contains the skin to use when the terminal
# is dark (or when this couldn't be determined)
{
luma: [
dark
unknown
]
file: dark-blue-skin.hjson
file: skins/solarized-dark.hjson
}
# This skin is imported when your terminal is light
# This skin is imported when your terminal is light
{
luma: light
file: white-skin.hjson
file: skins/solarized-light.hjson
}
]
}