Skip to content

Instantly share code, notes, and snippets.

@hatoba29
Last active March 31, 2020 07:05
Show Gist options
  • Save hatoba29/32b8671b9ec1797b47e906e0d3bc4fbd to your computer and use it in GitHub Desktop.
Save hatoba29/32b8671b9ec1797b47e906e0d3bc4fbd to your computer and use it in GitHub Desktop.
Xresources
!! one dark pro
! special
*.foreground: #c8c8c8
*.background: #282c34
*.cursorColor: #c8c8c8
! black
*.color0: #2d3139
*.color8: #7f848e
! red
*.color1: #e06c75
*.color9: #f44747
! green
*.color2: #98c379
*.color10: #98c379
! yellow
*.color3: #e5c07b
*.color11: #e5c07b
! blue
*.color4: #61afef
*.color12: #528bff
! magenta
*.color5: #c678dd
*.color13: #7e0097
! cyan
*.color6: #56b6c2
*.color14: #56b6c2
! white
*.color7: #d7dae0
*.color15: #d7dae0
! font setting
URxvt.font: xft:SauceCodePro Nerd Font Mono:style=Regular:size=12
URxvt.boldFont: xft:SauceCodePro Nerd Font Mono:style=Bold:size=12
URxvt.italicFont: xft:SauceCodePro Nerd Font Mono:style=Italic:size=12
URxvt.boldItalicfont: xft:SauceCodePro Nerd Font Mono:style=Bold Italic:size=12
URxvt.letterSpace: 0
URxvt.linesSpace: 0
! etc
urxvt.scrollBar: false
urxvt.transparent: true
urxvt.shading: 25
urxvt.blurRadius: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment