-
-
Save reiallenramos/4fe61fa6acb8900489182afb5604d548 to your computer and use it in GitHub Desktop.
Monokai color scheme for XFCE4 terminal, place it in /usr/share/xfce4/terminal/colorschemes
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
[Scheme] | |
Name=Monokai (dark) | |
TabActivityColor=#a6a6e2e22e2e | |
ColorCursor=#f8f8f8f8f2f2 | |
ColorForeground=#f8f8f8f8f2f2 | |
ColorBackground=#272728282222 | |
ColorPalette=#272728282222;#f9f926267272;#a6a6e2e22e2e;#f4f4bfbf7575;#6666d9d9efef;#aeae8181ffff;#a1a1efefe4e4;#f8f8f8f8f2f2;#757571715e5e;#f9f926267272;#a6a6e2e22e2e;#f4f4bfbf7575;#6666d9d9efef;#aeae8181ffff;#a1a1efefe4e4;#f9f9f8f8f5f5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then add this to
.bashrc
to change the PS1 prompt color:export PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\e[31m\u@\h:\w\$\e[0m "