Advertisement
Guest User

alacritty

a guest
Nov 29th, 2024
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. [colors]
  2.  
  3. draw_bold_text_with_bright_colors = true
  4.  
  5. [colors.normal]
  6.  
  7. black = "#000000"
  8. blue = "#0000CD"
  9. cyan = "#00CDCD"
  10. green = "#00CD00"
  11. magenta = "#CD00CD"
  12. red = "#CD0000"
  13. white = "#FAEBD7"
  14. yellow = "#CDCD00"
  15.  
  16. [colors.bright]
  17.  
  18. black = "#404040"
  19. red = "#FF0000"
  20. green = "#00FF00"
  21. yellow = "#FFFF00"
  22. blue = "#0000FF"
  23. magenta = "#FF00FF"
  24. cyan = "#00FFFF"
  25. white = "#FFFFFF"
  26.  
  27. [colors.dim]
  28.  
  29. black = "#000000"
  30. red = "#872B22"
  31. green = "#549E4E"
  32. yellow = "#AAAB34"
  33. blue = "#0F2353"
  34. magenta = "#972596"
  35. cyan = "#31A7A6"
  36. white = "#E3C7A1"
  37.  
  38. [colors.primary]
  39.  
  40. background = "#000000"
  41. foreground = "#FFFFFF"
  42. dim_foreground = "None"
  43.  
  44. [colors.search.focused_match]
  45.  
  46. background = "CellBackground"
  47. foreground = "CellForeground"
  48.  
  49. [colors.search.matches]
  50.  
  51. background = "CellBackground"
  52. foreground = "CellForeground"
  53.  
  54. [colors.selection]
  55.  
  56. background = "CellForeground"
  57. text = "CellBackground"
  58.  
  59. [colors.hints.end]
  60.  
  61. background = "CellBackground"
  62. foreground = "CellForeground"
  63.  
  64. [colors.hints.start]
  65.  
  66. background = "CellBackground"
  67. foreground = "CellForeground"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement