Guest User

COLORS

a guest
Feb 12th, 2026
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.16 KB | None | 0 0
  1. ########################################
  2. [colors]
  3.  
  4. # Warm, paper-like background
  5. background = "#ede8dd"
  6. foreground = "#5a544b"
  7. cursor     = "#927d6a"
  8. vi-cursor  = "#7b8b75"
  9.  
  10. # Tabs / UI
  11. tabs                   = "#e6e1d8"
  12. tabs-foreground        = "#8a8378"
  13. tabs-active            = "#ddd7cd"
  14. tabs-active-highlight  = "#a07d54"
  15. tabs-active-foreground = "#5a544b"
  16. bar                    = "#ddd7cd"
  17. split                  = "#cfc7bb"
  18.  
  19. # Selection
  20. selection-background = "#d1cbbf"
  21. selection-foreground = "#4f4a44"
  22.  
  23. # Muted, warm-coded ANSI for coding
  24. black   = "#6a645b"
  25. red     = "#b4736b"
  26. green   = "#7c9873"
  27. yellow  = "#c4a775"
  28. blue    = "#8393a6"
  29. magenta = "#b295b8"
  30. cyan    = "#7fa4a1"
  31. white   = "#4d4a45"
  32.  
  33. # Dim colors
  34. dim-black   = "#8c857c"
  35. dim-red     = "#a57d73"
  36. dim-green   = "#8d9f8d"
  37. dim-yellow  = "#bba885"
  38. dim-blue    = "#8ea0b1"
  39. dim-magenta = "#bda9c8"
  40. dim-cyan    = "#91b5b4"
  41. dim-white   = "#6d6761"
  42.  
  43. # Light colors
  44. light-black   = "#b8b1a8"
  45. light-red     = "#cb9085"
  46. light-green   = "#95b091"
  47. light-yellow  = "#dec699"
  48. light-blue    = "#aabbc9"
  49. light-magenta = "#cabbdb"
  50. light-cyan    = "#aacecd"
  51. light-white   = "#3f3a34"
Advertisement
Add Comment
Please, Sign In to add comment