Created
June 8, 2020 11:02
-
-
Save vaibhav276/92b269c87448fd987a9f0187406f93ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!fonts&stuff | |
xterm*faceSize: 20 | |
xterm*eightBitInput: false | |
XTerm*faceName: Meslo LG S DZ | |
!Background & foreground | |
XTerm*background: #002B36 | |
XTerm*foreground: #D2D2D2 | |
XTerm*borderColor: #343434 | |
!Turning off scrollbar | |
XTerm*scrollBar: off | |
!Starting up with a geometry | |
XTerm*vt100*geometry: 88x24 | |
!Colors | |
!------------------------- | |
!black | |
XTerm*color0: #222222 | |
XTerm*color8: #454545 | |
!red | |
XTerm*color1: #9E5641 | |
XTerm*color9: #CC896D | |
!green | |
XTerm*color2: #6C7E55 | |
XTerm*color10: #C4DF90 | |
!yellow | |
XTerm*color3: #CAAF2B | |
XTerm*color11: #FFE080 | |
!blue | |
XTerm*color4: #7FB8D8 | |
XTerm*color12: #B8DDEA | |
!magenta | |
XTerm*color5: #956D9D | |
XTerm*color13: #C18FCB | |
!cyan | |
XTerm*color6: #4c8ea1 | |
XTerm*color14: #6bc1d0 | |
!white | |
XTerm*color7: #808080 | |
XTerm*color15: #cdcdcd | |
! Copy paste support | |
xterm*VT100.Translations: #override \ | |
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\ | |
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Contains: