Skip to content

Instantly share code, notes, and snippets.

@amercier
Last active August 29, 2015 13:57
Show Gist options
  • Save amercier/9468998 to your computer and use it in GitHub Desktop.
Save amercier/9468998 to your computer and use it in GitHub Desktop.
#!/bin/zsh
palette="#494948483E3E:#F9F926267272:#A6A6E2E22E2E:#FDFD97971F1F:#6666D9D9EFEF:#AEAE8181FFFF:#A1A1EFEFE4E4:#F8F8F8F8F2F2:#757571715E5E:#FCFC5C5C9494:#C1C1F1F16161:#FEFEB2B25757:#8D8DE6E6F7F7:#C2C2A1A1FFFF:#BBBBF7F7EFEF:#F8F8F8F8F0F0"
bd_color="#F8F8F8F8F2F2"
fg_color="#F8F8F8F8F2F2"
bg_color="#272728282222"
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ background-color $bg_color
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ foreground-color $fg_color
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ bold-color $bd_color
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ palette $palette
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ use-theme-colors false
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ bold-color-same-as-fg false
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ font "DejaVu Sans Mono 8"
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ cursor-shape ibeam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment