software_configurations/Xresources
2022-01-10 18:43:31 -08:00

32 lines
839 B
Plaintext
Executable File

! Dracula Xresources palette
*.foreground: #F8F8F2
*.background: #282A36
*.color0: #000000
*.color8: #4D4D4D
*.color1: #FF5555
*.color9: #FF6E67
*.color2: #50FA7B
*.color10: #5AF78E
*.color3: #F1FA8C
*.color11: #F4F99D
*.color4: #BD93F9
*.color12: #CAA9FA
*.color5: #FF79C6
*.color13: #FF92D0
*.color6: #8BE9FD
*.color14: #9AEDFE
*.color7: #BFBFBF
*.color15: #E6E6E6
! Use a truetype font and size.
xterm*faceName: Monospace
xterm*faceSize: 14
! Increase and decrease font size with CTRL+Plus or CTRL+Minus
! Copy with CTRL+SHIFT+C and paste with CTRL+SHIFT+V.
xterm*vt100.translations: #override \
Ctrl <Key> minus: smaller-vt-font() \n\
Ctrl <Key> plus: larger-vt-font() \n\
Shift Ctrl <Key> C: copy-selection(CLIPBOARD) \n\
Shift Ctrl <Key> V: insert-selection(CLIPBOARD)