summaryrefslogtreecommitdiffstats
path: root/config/theme.toml
diff options
context:
space:
mode:
authorlali <luteranlajos@protonmail.ch>2024-02-20 21:44:51 +0100
committerGitHub <noreply@github.com>2024-02-20 15:44:51 -0500
commitd0c251e2389d06823dfb1c589fa25f508c8467ab (patch)
treed98351cedfacdc08818e469c721a35af70347fd6 /config/theme.toml
parent8d334cbe73ade11a0b48eea41971ab24644d43ab (diff)
fix selection style when lscolors enabled (#496)
* fix: selection style when lscolors enabled Signed-off-by: Luterán Lajos <luteranlajos@protonmail.ch> * make it readable Signed-off-by: Luterán Lajos <luteranlajos@protonmail.ch> * use unwrap_or_else() instead Signed-off-by: Luterán Lajos <luteranlajos@protonmail.ch> * fix some clippy warnings Signed-off-by: Luterán Lajos <luteranlajos@protonmail.ch> * Revert "fix some clippy warnings" This reverts commit 1521b462c90b52dd9e7ebd50b27b99bcefb9be99. * add ls_colors option to default config Signed-off-by: Luterán Lajos <luteranlajos@protonmail.ch> --------- Signed-off-by: Luterán Lajos <luteranlajos@protonmail.ch>
Diffstat (limited to 'config/theme.toml')
-rw-r--r--config/theme.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/theme.toml b/config/theme.toml
index 5d11e39..55379f5 100644
--- a/config/theme.toml
+++ b/config/theme.toml
@@ -1,4 +1,9 @@
##########################################
+## General
+##########################################
+lscolors_enabled = false
+
+##########################################
## Tabs
##########################################