Technically mine is ZSH using a trimmed oh-my-zsh, and the prompt PS1 is just a builtin 'theme called gnzh
urxvt colorscheme:
*foreground:#a0a0a0
*background:#1b1d1e
!molokai inspired colors
!black
*color0: #1b1d1e
*color8: #505354
!red
*color1: #f92672
*color9: #ff5995
!green
*color2: #82b414
*color10: #b6e354
!yellow
*color3: #fd971f
*color11: #feed6c
!blue
*color4: #56c2d6
*color12: #8cedff
!magenta
*color5: #8c54fe
*color13: #9e6ffe
!cyan
*color6: #465457
*color14: #899ca1
!white
*color7: #ccccc6
*color15: #f8f8f2
.Xdefaults
! xft settings {
Xft.autohint:false
Xft.lcdfilter:lcddefault
Xft.hintstyle:hintfull
Xft.hinting:false
Xft.antialias:false
Xft.dpi:96
Xft.rgba:rgb
! ------------ }
! URxvt Fonts {
! xfonts-terminus in Debian/Ubuntu
URxvt.font: xft:Terminus
ixelsize=9
URxvt.boldFont: xft:Terminus:bold
ixelsize=9
! ----------- }
! URxvt Settings {
URxvt.title:rxvt-unicode
URxvt.termName:rxvt-unicode
URxvt.visualBell:false
URxvt.urgentOnBell:true
URxvt.highlightSelection:True
URxvt.geometry:90x36
URxvt.borderLess:false
URxvt.externalBorder:1
URxvt.internalBorder:0
!Perl urxvt url support
!URxvt.perl-ext-common:matcher,selection,-readline,-selection-popup,-option-popup,-option-popup,-tabbed,-searchable-scrollback
!URxvt.cutchars:"()*,<>[]{}|'"
!URxvt.matcher.button:1
!URxvt.urlLauncher:chromium
!URxvt.underlineURLs:true
!URxvt.perl-ext:url-select
!URxvt.keysym.M-u
erl:url-select:select_next
URxvt.eightBitInput:true
URxvt.inputMethod:SCIM
URxvt.multichar_encoding:utf-8
URxvt.preeditType:OverTheSpot,Root
URxvt.imLocale:en_US.UTF-8
modifier:meta
!alt, meta, hyper, super, mod1..5
URxvt.buffered:true
URxvt.saveLines:1000
URxvt.scrollstyle
lain
URxvt.secondaryScroll:true
URxvt.jumpScroll:true
URxvt.skipScroll:false
URxvt.scrollBar:false
URxvt.scrollTtyOutput:false
URxvt.scrollWithBuffer:true
URxvt.scrollTtyKeypress:true
URxvt.mouseWheelScrollPage:false
URxvt.iso14755:false
URxvt.iso14755_52:false
! -------------- }
! URxvt Color Settings {
! URxvt colorschemes saved from other users
#include "/home/texteditor/.config/color_schemes/current_scheme" !trapd00r InTheThaw gutterslob XNuColors Visibone Hund CoCoColors Tango Tangoesque Thayer GetFresh crshd
!Color depth in bits
URxvt.depth:16
URxvt.dynamicColors
n
URxvt.transparent:false
!Cursor settings
URxvt.cursorColor:#888888
URxvt.cursorBlink:true
URxvt.cursorUnderline:false
URxvt.pointerColor:gray
URxvt.pointerColorBackground:black
URxvt.pointerBlank:false
URxvt.pointerBlankDelay:2
LS_COLORS for 'ls' filetype highlighting copied from here -
https://github.com/trapd00r/LS_COLORS/blob/master/LS_COLORS
demo:
edit: hostname is green when its localhost