Skip to content

Instantly share code, notes, and snippets.

@reiallenramos
Forked from tsbarnes/monokai-dark.theme
Created May 30, 2018 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reiallenramos/4fe61fa6acb8900489182afb5604d548 to your computer and use it in GitHub Desktop.
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
[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
@reiallenramos
Copy link
Author

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 "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment