use monokai instead of default (its the same theme)
This commit is contained in:
parent
6785277559
commit
abd1c2ffc9
2 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"mkparents": true,
|
|
||||||
"colorcolumn": 80,
|
"colorcolumn": 80,
|
||||||
|
"colorscheme": "monokai",
|
||||||
|
"mkparents": true,
|
||||||
"rmtrailingws": true,
|
"rmtrailingws": true,
|
||||||
"scrollbar": true,
|
"scrollbar": true,
|
||||||
"softwrap": true,
|
"softwrap": true,
|
||||||
"wordwrap": true,
|
"wordwrap": true
|
||||||
"colorscheme": "default"
|
}
|
||||||
}
|
|
|
@ -28,7 +28,7 @@ main() {
|
||||||
# Set the fish theme
|
# Set the fish theme
|
||||||
fish -c "fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save"
|
fish -c "fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save"
|
||||||
fish -c "set fish_color_comment 5c6773" # custom comment color
|
fish -c "set fish_color_comment 5c6773" # custom comment color
|
||||||
sed -i "s/bubblegum/default/g" "$HOME"/.config/micro/settings.json
|
sed -i "s/bubblegum/monokai/g" "$HOME"/.config/micro/settings.json
|
||||||
;;
|
;;
|
||||||
"sunrise" ) # Go to light mode
|
"sunrise" ) # Go to light mode
|
||||||
# Set the Terminal profile
|
# Set the Terminal profile
|
||||||
|
@ -37,7 +37,7 @@ main() {
|
||||||
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:"${GT_default}"/ background-color "rgb(253,246,227)"
|
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:"${GT_default}"/ background-color "rgb(253,246,227)"
|
||||||
# Set the fish theme
|
# Set the fish theme
|
||||||
fish -c "fish_config theme choose 'Solarized Light' && yes | fish_config theme save"
|
fish -c "fish_config theme choose 'Solarized Light' && yes | fish_config theme save"
|
||||||
sed -i "s/default/bubblegum/g" "$HOME"/.config/micro/settings.json
|
sed -i "s/monokai/bubblegum/g" "$HOME"/.config/micro/settings.json
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
echo "Can't interpret given argument" ;;
|
echo "Can't interpret given argument" ;;
|
||||||
|
|
Loading…
Reference in a new issue