From fd364de873bcf39e12c46c212e6e80c1430f4258 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Tue, 19 Nov 2024 14:28:03 -0500 Subject: [PATCH] use bat theme for delta. change bat theme to OneHalfLight. add helix mylight theme back --- setup-shell-configs.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/setup-shell-configs.sh b/setup-shell-configs.sh index 29ab106..7193c6c 100755 --- a/setup-shell-configs.sh +++ b/setup-shell-configs.sh @@ -53,8 +53,17 @@ disabled=true EOF mkdir -p "$HOME/.config/helix/themes" +cat <"$HOME/.config/helix/themes/mylight.toml" +inherits = "onelight" + +"comment" = { fg = "grey" } +"comment.line" = { fg = "grey" } +"comment.block" = { fg = "grey" } +"comment.block.documentation" = { fg = "grey" } +EOF + cat <"$HOME/.config/helix/config.toml" -theme = "molokai" +theme = "mylight" [editor] true-color = true @@ -107,7 +116,6 @@ cat <"$HOME/.gitconfig" line-numbers = true file-style = omit hunk-header-style = file - features = calochortus-lyallii [rebase] autoStash = true