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