Linux install and configuration management utilities
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

44 行
810B

  1. window:
  2. opacity: 0.85
  3. font:
  4. size: 11.0
  5. # Catppuccin!
  6. colors:
  7. # Default colors
  8. primary:
  9. background: '0x1E1D2F'
  10. foreground: '0xD9E0EE'
  11. # Colors the cursor will use if `custom_cursor_colors` is true
  12. cursor:
  13. text: '0x1E1D2F'
  14. cursor: '0xF5E0DC'
  15. # Normal colors
  16. normal:
  17. black: '0x6E6C7E'
  18. red: '0xF28FAD'
  19. green: '0xABE9B3'
  20. yellow: '0xFAE3B0'
  21. blue: '0x96CDFB'
  22. magenta: '0xF5C2E7'
  23. cyan: '0x89DCEB'
  24. white: '0xD9E0EE'
  25. # Bright colors
  26. bright:
  27. black: '0x988BA2'
  28. red: '0xF28FAD'
  29. green: '0xABE9B3'
  30. yellow: '0xFAE3B0'
  31. blue: '0x96CDFB'
  32. magenta: '0xF5C2E7'
  33. cyan: '0x89DCEB'
  34. white: '0xD9E0EE'
  35. indexed_colors:
  36. - { index: 16, color: '0xF8BD96' }
  37. - { index: 17, color: '0xF5E0DC' }