Guest User

Untitled

a guest
Nov 20th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. # Mono
  2.  
  3. evaluate-commands %sh{
  4. black='rgb:000000'
  5. white='rgb:ffffff'
  6. dark_grey='rgb:333333'
  7. grey='rgb:666666'
  8. light_grey='rgb:eeeeee'
  9. lighter_grey='rgb:f8f8f8'
  10. yellow='rgb:b58900'
  11. orange='rgb:cb4b16'
  12. red='rgb:dc322f'
  13. magenta='rgb:d33682'
  14. violet='rgb:6c71c4'
  15. blue='rgb:268bd2'
  16. cyan='rgb:2aa198'
  17. green='rgb:859900'
  18.  
  19. echo "
  20. # code
  21. face global value default
  22. face global type default
  23. face global variable default
  24. face global module default
  25. face global function default
  26. # face global string default,rgb:fffff0
  27. face global string default+i
  28. face global keyword default
  29. face global operator default
  30. face global attribute default
  31. face global comment rgb:003300
  32. face global meta default
  33. face global builtin default
  34.  
  35. # markup
  36. face global title ${blue}+b
  37. face global header ${blue}
  38. face global bold ${black}+b
  39. face global italic ${black}+i
  40. face global mono ${black}
  41. face global block ${cyan}
  42. face global link ${black}
  43. face global bullet ${yellow}
  44. face global list ${green}
  45.  
  46. # builtin
  47. face global Default ${black},${white}
  48. face global PrimarySelection ${white},${blue}
  49. face global SecondarySelection ${white},${green}
  50. face global PrimaryCursor ${white},${black}
  51. face global SecondaryCursor ${white},${grey}
  52. face global PrimaryCursorEol ${white},${orange}
  53. face global SecondaryCursorEol ${white},${yellow}
  54. face global LineNumbers ${black},${white}
  55. face global LineNumberCursor ${white},${black}
  56. face global LineNumbersWrapped ${black},${white}+i
  57. face global MenuForeground ${white},${yellow}
  58. face global MenuBackground ${black},${light_grey}
  59. face global MenuInfo ${dark_grey}
  60. face global Information ${orange},${lighter_grey}
  61. face global Error ${red},default+b
  62. face global StatusLine ${black},${white}+b
  63. face global StatusLineMode ${orange}
  64. face global StatusLineInfo ${cyan}
  65. face global StatusLineValue ${green}
  66. face global StatusCursor ${black},${white}
  67. face global Prompt ${yellow}+b
  68. face global MatchingChar ${blue},${white}+b
  69. face global BufferPadding ${black},${white}
  70. "
  71. }
Add Comment
Please, Sign In to add comment