Advertisement
Guest User

ocki alacritty config

a guest
Dec 30th, 2023
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | Software | 0 0
  1. [colors.bright]
  2. black = "0xca43ce"
  3. blue = "0x489591"
  4. cyan = "0x52af4a"
  5. green = "0xd94add"
  6. magenta = "0x68b862"
  7. red = "0xf18f9a"
  8. white = "0xe46be8"
  9. yellow = "0x4c8ac8"
  10.  
  11. [colors.normal]
  12. black = "0x100e09"
  13. blue = "#050FFD"
  14. cyan = "0xbff0f0"
  15. green = "0x39FF14"
  16. magenta = "0x91856c"
  17. red = "#ff0000"
  18. white = "0xede1cb"
  19. yellow = "0xf0ff00"
  20.  
  21. [colors.primary]
  22. background = "#00000f"
  23. foreground = "#770EA8"
  24.  
  25. [cursor.style]
  26. blinking = "Off"
  27. shape = "Block"
  28.  
  29. [font.bold]
  30. family = "GohuFont14NerdFont"
  31. style = "bold"
  32.  
  33. [font.italic]
  34. family = "GohuFont14NerdFont"
  35. style = "italic"
  36.  
  37. [font.normal]
  38. family = "GohuFont14NerdFont"
  39. style = "regular"
  40.  
  41. [[keyboard.bindings]]
  42. action = "Up"
  43. key = "L"
  44. mode = "Vi|~Search"
  45.  
  46. [[keyboard.bindings]]
  47. action = "Down"
  48. key = "K"
  49. mode = "Vi|~Search"
  50.  
  51. [[keyboard.bindings]]
  52. action = "Left"
  53. key = "J"
  54. mode = "Vi|~Search"
  55.  
  56. [[keyboard.bindings]]
  57. action = "Right"
  58. key = 39
  59. mode = "Vi|~Search"
  60.  
  61. [window]
  62. opacity = 0.9
  63. title = "See You Space Cowboy..."
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement