Created
May 17, 2020 11:46
-
-
Save jinnosux/25d760edf6b0129fea6a81a56907f77f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
palette="#121C21:#E44754:#89BD82:#F7BD51:#5486C0:#B77EB8:#50A5A4:#FFFFFF:#52606B:#E44754:#89BD82:#F7BD51:#5486C0:#B77EB8:#50A5A4:#FFFFFF" | |
foreground="#B3B8C3" | |
background="#121B21" | |
cursor="#E95420" | |
darkstyle="true" # true or false | |
gsettings set io.elementary.terminal.settings palette "$palette" | |
gsettings set io.elementary.terminal.settings foreground "$foreground" | |
gsettings set io.elementary.terminal.settings background "$background" | |
gsettings set io.elementary.terminal.settings cursor-color "$cursor" | |
gsettings set io.elementary.terminal.settings prefer-dark-style "$darkstyle" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment