Skip to content

Instantly share code, notes, and snippets.

@al3rez
Created December 19, 2015 19:58
Show Gist options
  • Save al3rez/0ceabe42d75bc958aae5 to your computer and use it in GitHub Desktop.
Save al3rez/0ceabe42d75bc958aae5 to your computer and use it in GitHub Desktop.
URxvt.font: xft:Inconsolata\\-g:style=g:size=12:weight=110
URxvt.letterSpace: -1
URxvt.boldFont:
! --- Disable scrollbar
URxvt.scrollBar: false
! --- Change the font size with the up and down arrow keys
URxvt.perl-ext-common: ...,font-size
URxvt.keysym.C-Up: font-size:increase
URxvt.keysym.C-Down: font-size:decrease
URxvt.keysym.C-S-Up: font-size:incglobal
URxvt.keysym.C-S-Down: font-size:decglobal
URxvt.font-size.step: 1
! Solarize Dark Theme
#define base03 #002b36
#define base02 #073642
#define base01 #586e75
#define base00 #657b83
#define base0 #839496
#define base1 #93a1a1
#define base2 #eee8d5
#define base3 #fdf6e3
#define yellow #b58900
#define orange #cb4b16
#define red #dc322f
#define magenta #d33682
#define violet #6c71c4
#define blue #268bd2
#define cyan #2aa198
#define green #859900
*.background :base03
*.foreground :base0
*.cursor :base1
*.mouse_background :base02
*.mouse_foreground :base1
*.highlight :base02
*.border :base03
*.color0 :base02
*.color8 :base03
*.color1 :red
*.color9 :orange
*.color2 :green
*.color10 :base01
*.color3 :yellow
*.color11 :base00
*.color4 :blue
*.color12 :base0
*.color5 :magenta
*.color13 :violet
*.color6 :cyan
*.color14 :base1
*.color7 :base2
*.color15 :base3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment