Skip to content

Instantly share code, notes, and snippets.

@MindFlavor
Created January 11, 2021 21:07
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 MindFlavor/5ca3c27a1e902d690d38e62914ee4103 to your computer and use it in GitHub Desktop.
Save MindFlavor/5ca3c27a1e902d690d38e62914ee4103 to your computer and use it in GitHub Desktop.
! Sensible defaults
XTerm.vt100.locale: false
XTerm.vt100.utf8: true
XTerm.vt100.scrollTtyOutput: false
XTerm.vt100.scrollKey: true
XTerm.vt100.bellIsUrgent: true
XTerm.vt100.metaSendsEscape: true
! Styling
XTerm.vt100.faceName: Iosevka Medium
XTerm.vt100.boldMode: false
XTerm.vt100.faceSize: 22
XTerm.vt100.internalBorder: 16
XTerm.borderWidth: 0
XTerm.vt100.translations: #override \n\
Ctrl Shift <Key>N: scroll-back(1, halfpage) \n\
Ctrl Shift <Key>T: scroll-forw(1, halfpage) \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
Ctrl Shift <Key>H: set-altscreen(toggle)
*.foreground: #BCBCBC
*.background: #262626
*.color0: #1C1C1C
*.color8: #444444
*.color1: #AF5F5F
*.color9: #FF8700
*.color2: #5F875F
*.color10: #87AF87
*.color3: #87875F
*.color11: #FFFFAF
*.color4: #5F87AF
*.color12: #8FAFD7
*.color5: #5F5F87
*.color13: #8787AF
*.color6: #5F8787
*.color14: #5FAFAF
*.color7: #6C6C6C
*.color15: #FFFFFF
!!!! Foreground
!xterm*foreground: #d3d3d3
!
!
!!!! Background
!! Black
!!xterm*background: #000000
!! Green
!!xterm*background: #022C0A
!! Brown
!!xterm*background: #3F2F08
!! Black
!xterm*background: #000000
!
!
!xterm*cursorColor: #ff0000
!!xterm*cursorColor: #57fd76
!!xterm*cursorColor: yellow
!!xterm*cursorColor: orange
!
!!xterm*charClass: 33:48,35-38:48,39:43,42-47:48,58-59:48,61:48,63-64:48,126:48
!!xterm*dynamicColors: true
!
!
!! Blacks
!xterm*color0: #151515
!xterm*color8: #505450
!! Reds
!xterm*color1: #a60101
!xterm*color9: #f99090
!! Greens
!xterm*color2: #026802
!xterm*color10: #a7e14b
!! Yellows
!xterm*color3: #ab6e03
!xterm*color11: #fddc01
!! Blues
!xterm*color4: #4a5463
!xterm*color12: #7d8794
!! Purples
!xterm*color5: #9c3885
!xterm*color13: #e628ba
!! Cyans
!xterm*color6: #08bab0
!xterm*color14: #74fff7
!! Whites
!xterm*color7: #bbbbbb
!xterm*color15: #ffffff
!
!
!!!! Themes overrides
!
!!! MDE’s adobe theme overrides; very similar to vim colorscheme:
!!! http://www.vim.org/scripts/script.php?script_id=1365
!!! Comment these out to enable theme.
!!xterm*foreground: #000000
!!xterm*background: #A2955F
!!! yellow1
!!xterm*color3: #684802
!!! cyan1
!!xterm*color6: #05635d
!!! blue1
!!xterm*color4: #3a5e87
!!! blue2
!!xterm*color12: #bcd7fd
!!! purple2
!!xterm*color13: #cf03a1
!!! red2
!!xterm*color9: #ffc2c2
!!! white1
!!xterm*color7: #c7c7c7
!!
!!
!!! Other themes
!!xterm*background: #E3D7B4
!!xterm*background: #AFAF87
!
!! Colours are in groups as the second one should be a brighter version.
!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment