Advertisement
fikriomar16

.Xresources [1] (Xterm)

Jun 5th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. !XTerm*faceName: Anonymous Pro for Powerline
  2. XTerm*faceName: ProFont for Powerline
  3. xterm*faceSize: 11
  4. xterm*vt100*geometry: 75x22
  5. xterm*saveLines: 16384
  6. xterm*loginShell: true
  7. xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
  8. xterm*termName: xterm-color
  9. xterm*eightBitInput: false
  10.  
  11. !BLK Cursor
  12. #define _color0 #000d18
  13. #define _color8 #000d18
  14. !RED Tag
  15. #define _color1 #e89393
  16. #define _color9 #e89393
  17. !GRN SpecialKey
  18. #define _color2 #9ece9e
  19. #define _color10 #9ece9e
  20. !YEL Keyword
  21. #define _color3 #f0dfaf
  22. #define _color11 #f0dfaf
  23. !BLU Number
  24. #define _color4 #8cd0d3
  25. #define _color12 #8cd0d3
  26. !MAG Precondit
  27. #define _color5 #c0bed1
  28. #define _color13 #c0bed1
  29. !CYN Float
  30. #define _color6 #dfaf8f
  31. #define _color14 #dfaf8f
  32. !WHT Search
  33. #define _color7 #efefef
  34. #define _color15 #efefef
  35. !FMT Include, StatusLine, ErrorMsg
  36. #define _colorBD #ffcfaf
  37. #define _colorUL #ccdc90
  38. #define _colorIT #80d4aa
  39. !TXT Normal, Normal, Cursor
  40. #define _foreground #dcdccc
  41. #define _background #1f1f1f
  42. #define _cursorColor #8faf9f
  43.  
  44.  
  45. XTerm*color0 : _color0
  46. XTerm*color1 : _color1
  47. XTerm*color2 : _color2
  48. XTerm*color3 : _color3
  49. XTerm*color4 : _color4
  50. XTerm*color5 : _color5
  51. XTerm*color6 : _color6
  52. XTerm*color7 : _color7
  53. XTerm*color8 : _color8
  54. XTerm*color9 : _color9
  55. XTerm*color10 : _color10
  56. XTerm*color11 : _color11
  57. XTerm*color12 : _color12
  58. XTerm*color13 : _color13
  59. XTerm*color14 : _color14
  60. XTerm*color15 : _color15
  61. XTerm*colorBD : _colorBD
  62. XTerm*colorIT : _colorIT
  63. XTerm*colorUL : _colorUL
  64. XTerm*foreground : _foreground
  65. XTerm*background : _background
  66. XTerm*cursorColor : _cursorColor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement