helix: Remove italic modifier from comment style
This commit is contained in:
parent
ac06f113cc
commit
5bc355a7fa
10 changed files with 15 additions and 21 deletions
|
|
@ -13,8 +13,7 @@ install_dark() {
|
|||
ln -sf "${DOTFILES}/bat/config-dark" "${DOTFILES}/bat/config"
|
||||
ln -sf "${DOTFILES}/vim/colors/jdkaplan-dark.vim" "${DOTFILES}/vim/colors/jdkaplan.vim"
|
||||
ln -sf "${DOTFILES}/neovim/colors/jdkaplan-cool.lua" "${DOTFILES}/neovim/colors/jdkaplan-temp.lua"
|
||||
|
||||
"${DOTFILES}/helix/install" dark
|
||||
ln -sf "${DOTFILES}/helix/themes/dark.toml" "${DOTFILES}/helix/themes/jdkaplan.toml"
|
||||
|
||||
if [ "${OSTYPE}" == 'Linux' ]; then
|
||||
ln -sf "${DOTFILES}/xsettingsd/xsettingsd-dark.conf" "${DOTFILES}/xsettingsd/xsettingsd.conf"
|
||||
|
|
@ -32,8 +31,7 @@ install_light() {
|
|||
ln -sf "${DOTFILES}/bat/config-light" "${DOTFILES}/bat/config"
|
||||
ln -sf "${DOTFILES}/vim/colors/jdkaplan-light.vim" "${DOTFILES}/vim/colors/jdkaplan.vim"
|
||||
ln -sf "${DOTFILES}/neovim/colors/jdkaplan-warm.lua" "${DOTFILES}/neovim/colors/jdkaplan-temp.lua"
|
||||
|
||||
"${DOTFILES}/helix/install" light
|
||||
ln -sf "${DOTFILES}/helix/themes/light.toml" "${DOTFILES}/helix/themes/jdkaplan.toml"
|
||||
|
||||
if [ "${OSTYPE}" == 'Linux' ]; then
|
||||
ln -sf "${DOTFILES}/xsettingsd/xsettingsd-light.conf" "${DOTFILES}/xsettingsd/xsettingsd.conf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue