Skip to content

Instantly share code, notes, and snippets.

@GuillaumeRochat
Created April 1, 2019 18:21
Show Gist options
  • Save GuillaumeRochat/52ff6f193df3ce7703a01976792bd564 to your computer and use it in GitHub Desktop.
Save GuillaumeRochat/52ff6f193df3ce7703a01976792bd564 to your computer and use it in GitHub Desktop.
Script to go in the light mode.
#!/bin/zsh
cp ~/.config/alacritty/alacritty-light.yml ~/.config/alacritty/alacritty.yml
# Atom
sed -i 's/one-dark-ui/one-light-ui/' ~/.atom/config.cson
sed -i 's/Dark/Light/' ~/.atom/config.cson
# VSCode
sed -i 's/Gruvbox Dark/Gruvbox Light/' ~/.config/Code\ -\ OSS/User/settings.json
# Neovim
sed -i 's/background=dark/background=light/' ~/.config/nvim/init.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment