use bat theme for delta. change bat theme to OneHalfLight. add helix mylight theme back

main
Andrew Coleman 2024-11-19 14:28:03 -05:00
parent 6e6d60e8a5
commit fd364de873
1 changed files with 10 additions and 2 deletions

View File

@ -53,8 +53,17 @@ disabled=true
EOF
mkdir -p "$HOME/.config/helix/themes"
cat <<EOF >"$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 <<EOF >"$HOME/.config/helix/config.toml"
theme = "molokai"
theme = "mylight"
[editor]
true-color = true
@ -107,7 +116,6 @@ cat <<EOF >"$HOME/.gitconfig"
line-numbers = true
file-style = omit
hunk-header-style = file
features = calochortus-lyallii
[rebase]
autoStash = true