I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.1 KiB

  1. env:
  2. TERM: xterm-256color
  3. font:
  4. size: 8.0
  5. normal:
  6. family: Iosevka
  7. style: Regular
  8. bold:
  9. style: Bold
  10. colors:
  11. primary:
  12. background: '#2e3440'
  13. foreground: '#d8dee9'
  14. dim_foreground: '#a5abb6'
  15. cursor:
  16. text: '#2e3440'
  17. cursor: '#d8dee9'
  18. vi_mode_cursor:
  19. text: '#2e3440'
  20. cursor: '#d8dee9'
  21. selection:
  22. text: CellForeground
  23. background: '#4c566a'
  24. search:
  25. matches:
  26. foreground: CellBackground
  27. background: '#88c0d0'
  28. bar:
  29. background: '#434c5e'
  30. foreground: '#d8dee9'
  31. normal:
  32. black: '#3b4252'
  33. red: '#bf616a'
  34. green: '#a3be8c'
  35. yellow: '#ebcb8b'
  36. blue: '#81a1c1'
  37. magenta: '#b48ead'
  38. cyan: '#88c0d0'
  39. white: '#e5e9f0'
  40. bright:
  41. black: '#4c566a'
  42. red: '#bf616a'
  43. green: '#a3be8c'
  44. yellow: '#ebcb8b'
  45. blue: '#81a1c1'
  46. magenta: '#b48ead'
  47. cyan: '#8fbcbb'
  48. white: '#eceff4'
  49. dim:
  50. black: '#373e4d'
  51. red: '#94545d'
  52. green: '#809575'
  53. yellow: '#b29e75'
  54. blue: '#68809a'
  55. magenta: '#8c738c'
  56. cyan: '#6d96a5'
  57. white: '#aeb3bb'