Skip to content

Instantly share code, notes, and snippets.

@JeremyOttley
Created December 29, 2017 17:49
Show Gist options
  • Save JeremyOttley/c5286870ce0d07052ec5257a944b5d2b to your computer and use it in GitHub Desktop.
Save JeremyOttley/c5286870ce0d07052ec5257a944b5d2b to your computer and use it in GitHub Desktop.
xterm
! Google Material Design
*background : #263238
*foreground : #eceff1
! black
*color0 : #263238
*color8 : #37474f
! red
*color1 : #ff9800
*color9 : #ffa74d
! green
*color2 : #8bc34a
*color10 : #9ccc65
! yellow
*color3 : #ffc107
*color11 : #ffa000
! blue
*color4 : #03a9f4
*color12 : #81d4fa
! magenta
*color5 : #e91e63
*color13 : #ad1457
! cyan
*color6 : #009688
*color14 : #26a69a
! white
*color7 : #cfd8dc
*color15 : #eceff1
! XTerm
! General settings
XTerm*geometry: 80x24
XTerm*saveLines: 1024
XTerm*scrollBar: False
XTerm*loginshell: False
XTerm*cursorBlink: False
! Fonts and Encoding
XTerm*utf8: True
XTerm*locale: True
XTerm*utf8Title: True
XTerm*renderFont: True
XTerm*preeditType: Root
XTerm*xftAntialias: true
XTerm*faceName: Glass_TTY_VT220:size=13
! Trim trailing spaces
XTerm*trimSelection: true
! Fix alt-key inputting
XTerm*eightBitInput: false
XTerm*metaSendsEscape: true
! Copy and paste with clipboard
XTerm*translations: #override \
Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD)
! Allow selecting email/url by double-click
XTerm*charClass: 33:48,37-38:48,45-47:48,64:48,58:48,126:48,61:48,63:48,43:48,35:48
! Man pages colors
*VT100.colorBDMode: true
*VT100.colorBD: red
*VT100.colorULMode: true
*VT100.colorUL: cyan
*VT100.veryBoldColors: 6
! Cursor theme
Xcursor.theme: DMZ
!OK100 - Matrix
*background: #000000
*foreground: #00cc00
*color0: #000000
*color1: #55ff55
*color2: #00cc00
*color3: #00cc00
*color4: #005500
*color5: #55ff55
*color6: #00cc00
*color7: #00cc00
*color8: #000000
*color9: #55ff55
*color10: #55ff55
*color11: #55ff55
*color12: #005500
*color13: #55ff55
*color14: #55ff55
*color15: #00cc00
! XTerm
! General settings
XTerm*geometry: 80x24
XTerm*saveLines: 1024
XTerm*scrollBar: False
XTerm*loginshell: False
XTerm*cursorBlink: False
! Fonts and Encoding
XTerm*utf8: True
XTerm*locale: True
XTerm*utf8Title: True
XTerm*renderFont: True
XTerm*preeditType: Root
XTerm*xftAntialias: true
XTerm*faceName: Glass_TTY_VT220:size=13
! Trim trailing spaces
XTerm*trimSelection: true
! Fix alt-key inputting
XTerm*eightBitInput: false
XTerm*metaSendsEscape: true
! Copy and paste with clipboard
XTerm*translations: #override \
Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD)
! Allow selecting email/url by double-click
XTerm*charClass: 33:48,37-38:48,45-47:48,64:48,58:48,126:48,61:48,63:48,43:48,35:48
! Man pages colors
*VT100.colorBDMode: true
*VT100.colorBD: red
*VT100.colorULMode: true
*VT100.colorUL: cyan
*VT100.veryBoldColors: 6
! Cursor theme
Xcursor.theme: DMZ
! Plain White
*.foreground: #545855
*.background: #f0f4f5
*.cursorColor: #545855
*.color0: #3c3e3c
*.color8: #545855
*.color1: #ac4c64
*.color9: #ac4c64
*.color2: #5acc77
*.color10: #4cac64
*.color3: #ac8b4c
*.color11: #ab894b
*.color4: #5a77cc
*.color12: #4c64ac
*.color5: #a14cac
*.color13: #a04bab
*.color6: #5ab3cc
*.color14: #4b96ab
*.color7: #eff3f0
*.color15: #f2f6f3
! XTerm
! General settings
XTerm*geometry: 80x24
XTerm*saveLines: 1024
XTerm*scrollBar: False
XTerm*loginshell: False
XTerm*cursorBlink: False
! Fonts and Encoding
XTerm*utf8: True
XTerm*locale: True
XTerm*utf8Title: True
XTerm*renderFont: True
XTerm*preeditType: Root
XTerm*xftAntialias: true
XTerm*faceName: Glass_TTY_VT220:size=13
! Trim trailing spaces
XTerm*trimSelection: true
! Fix alt-key inputting
XTerm*eightBitInput: false
XTerm*metaSendsEscape: true
! Copy and paste with clipboard
XTerm*translations: #override \
Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD)
! Allow selecting email/url by double-click
XTerm*charClass: 33:48,37-38:48,45-47:48,64:48,58:48,126:48,61:48,63:48,43:48,35:48
! Man pages colors
*VT100.colorBDMode: true
*VT100.colorBD: red
*VT100.colorULMode: true
*VT100.colorUL: cyan
*VT100.veryBoldColors: 6
! Cursor theme
Xcursor.theme: DMZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment