Skip to content

Instantly share code, notes, and snippets.

@vkobel
Last active February 23, 2017 07:42
Show Gist options
  • Save vkobel/df792299c9d30127c39e6c96df200809 to your computer and use it in GitHub Desktop.
Save vkobel/df792299c9d30127c39e6c96df200809 to your computer and use it in GitHub Desktop.
Solarized theme for URxvt
! Appearance
URxvt*font: xft:terminus:size=10:antialias=true
URxvt*cursorColor: #DCDCCC
! General
URxvt*scrollBar: false
URxvt*secondaryScroll: true
URxvt*saveLines: 65535
URxvt*cursorBlink: true
URxvt*urgentOnBell: true
URxvt*depth: 32
URxvt.intensityStyles: false
! Common
#define S_yellow #d7ab22
#define S_orange #ed6d38
#define S_red #fe544f
#define S_magenta #f558a4
#define S_violet #8r94e6
#define S_blue #48adf4
#define S_cyan #4cc3ba
#define S_green #c9dd44
! Dark
#define S_base03 #002b36
#define S_base02 #073642
#define S_base01 #586e75
#define S_base00 #657b83
#define S_base0 #839496
#define S_base1 #93a1a1
#define S_base2 #eee8d5
#define S_base3 #fdf6e3
! To only apply colors to your terminal, for example, prefix
! the color assignment statement with its name. Example:
!
! URxvt*background: S_base03
*background: [95]S_base03
*foreground: S_base0
*fading: 40
*fadeColor: S_base03
*cursorColor: S_base1
*pointerColorBackground: S_base01
*pointerColorForeground: S_base1
*color0: S_base02
*color1: S_red
*color2: S_green
*color3: S_yellow
*color4: S_blue
*color5: S_magenta
*color6: S_cyan
*color7: S_base2
*color9: S_orange
*color8: S_base03
*color10: S_base01
*color11: S_base00
*color12: S_base0
*color13: S_violet
*color14: S_base1
*color15: S_base3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment