use bat theme for delta. change bat theme to OneHalfLight. add helix mylight theme back
parent
6e6d60e8a5
commit
fd364de873
|
@ -53,8 +53,17 @@ disabled=true
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
mkdir -p "$HOME/.config/helix/themes"
|
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"
|
cat <<EOF >"$HOME/.config/helix/config.toml"
|
||||||
theme = "molokai"
|
theme = "mylight"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
true-color = true
|
true-color = true
|
||||||
|
@ -107,7 +116,6 @@ cat <<EOF >"$HOME/.gitconfig"
|
||||||
line-numbers = true
|
line-numbers = true
|
||||||
file-style = omit
|
file-style = omit
|
||||||
hunk-header-style = file
|
hunk-header-style = file
|
||||||
features = calochortus-lyallii
|
|
||||||
|
|
||||||
[rebase]
|
[rebase]
|
||||||
autoStash = true
|
autoStash = true
|
||||||
|
|
Loading…
Reference in New Issue