Skip to content

Instantly share code, notes, and snippets.

@bechampion
Created October 27, 2022 10:00
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 bechampion/b4988e3e490f201cdb810b8148bda9d4 to your computer and use it in GitHub Desktop.
Save bechampion/b4988e3e490f201cdb810b8148bda9d4 to your computer and use it in GitHub Desktop.
! terminal colours
!*foreground:#CCCCCC
!*background:#1B1D1E
!
!!black darkgray
!*color0: #1B1D1E
!*color8: #808080
!!darkred red
!*color1: #FF0044
!*color9: #F92672
!!darkgreen green
!*color2: #82B414
!*color10: #A6E22E
!darkyellow yellow
!*color3: #FD971F
!*color11: #E6DB74
!darkblue blue
!*color4: #266C98
!*color12: #7070F0
!darkmagenta magenta
!*color5: #AC0CB1
!*color13: #D63AE1
!darkcyan cyan
!*color6: #AE81FF
!*color14: #66D9EF
!!gray white
!*color7: #CCCCCC
!*color15: #F8F8F2
! Dracula color scheme
URxvt.foreground: #F8F8F2
URxvt.background: #282A36
URxvt.color0: #000000
URxvt.color8: #44475A
URxvt.color1: #FF5555
URxvt.color9: #FFB86C
URxvt.color2: #50FA7B
URxvt.color10: #50FA7B
URxvt.color3: #E6DB74
URxvt.color11: #F1FA8C
URxvt.color4: #6272A4
URxvt.color12: #6272A4
URxvt.color5: #BD93F9
URxvt.color13: #FF79C6
URxvt.color6: #8BE9FD
URxvt.color14: #66D9EF
URxvt.color7: #666666
URxvt.color15: #FFFFFF
!URxvt.color0: #000000
!URxvt.color1: #C75646
!URxvt.color2: #8EB33B
!URxvt.color3: #D0B03C
!URxvt.color4: #72B3CC
!URxvt.color5: #C8A0D1
!URxvt.color6: #218693
!URxvt.color7: #B0B0B0
!URxvt.color8: #5D5D5D
!URxvt.color9: #E09690
!URxvt.color10: #CDEE69
!URxvt.color11: #FFE377
!URxvt.color12: #9CD9F0
!URxvt.color13: #FBB1F9
!URxvt.color14: #77DFD8
!URxvt.color15: #F7F7F7
!URxvt.foreground: #FFFFFF
!URxvt.background: #101010
!*cursorColor: #8EB33B
URxvt.visualBell: False
URxvt.urgentOnBell: True
URxvt.*Bell: True
URxvt*transparent: False
URxvt*shading: 50
URxvt*tintColor: #282A36
URxvt.letterSpace: -1
URxvt.font: xft:UbuntuMono Nerd Font Mono:minspace=False:size=14:antialias=true
!URxvt.font: xft:Monospace:minspace=False:size=14:antialias=true
URxvt.scrollBar: false
URxvt*highlightColor: #665c54
URxvt*highlightTextColor: #F56B8C
URxvt.internalBorder: 0
URxvt*buffered: false
URxvt*tripleclickwords: true
URxvt*mouseWheelScrollPage: false
URxvt*saveLines: 99999
URxvt.perl-ext-common: font-size,confirm-paste,selection-to-clipboard
URxvt.colorUL: #4682B4
URxvt.clipboard.autocopy: false
URxvt.clipboard.pastecmd: xclip -o -sel clipboard
URxvt.clipboard.copycmd: xclip -i -sel clipboard
URxvt.vb: false
URxvt*iso14755: False
URxvt*xterm-keys: on
URxvt.keysym.C-S-Down: string:\033[1;6B
URxvt.url-launcher: /usr/bin/xdg-open
URxvt*iconFile: /usr/share/icons/gnome/22x22/apps/gnome-terminal.png
urxvt.borderLess: false
xterm*SaveLines: 10000
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.M-Down: \033[1;3B
URxvt.keysym.M-Up: \033[1;3A
URxvt.keysym.M-Left: \033[1;3D
URxvt.keysym.M-Right: \033[1;3C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment