Nord.conf 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # vim:ft=kitty
  2. ## name: Nord
  3. ## author: Eric N. Vander Weele
  4. ## upstream: https://www.nordtheme.com/
  5. ## blurb: Nord theme utilizing the full Frost and Aurora palette.
  6. # Basic colors
  7. foreground #d8dee9
  8. background #2e3440
  9. selection_foreground #d8dee9
  10. selection_background #434c5e
  11. # Cursor colors
  12. cursor #d8dee9
  13. cursor_text_color #3b4252
  14. # URL underline color when hovering with mouse
  15. url_color #0087bd
  16. # Window border colors and terminal bell colors
  17. active_border_color #81a1c1
  18. inactive_border_color #4c566a
  19. bell_border_color #88c0d0
  20. visual_bell_color none
  21. # Tab bar colors
  22. active_tab_foreground #3b4252
  23. active_tab_background #88c0d0
  24. inactive_tab_foreground #e5e9f0
  25. inactive_tab_background #4c566a
  26. tab_bar_background #3b4252
  27. tab_bar_margin_color none
  28. # Mark colors (marked text in the terminal)
  29. mark1_foreground #3b4252
  30. mark1_background #88c0d0
  31. mark2_foreground #3b4252
  32. mark2_background #bf616a
  33. mark3_foreground #3b4252
  34. mark3_background #ebcb8b
  35. # The basic 16 colors
  36. # black
  37. color0 #3b4252
  38. color8 #4c566a
  39. # red
  40. color1 #bf616a
  41. color9 #bf616a
  42. # green
  43. color2 #a3be8c
  44. color10 #a3be8c
  45. # yellow
  46. color3 #ebcb8b
  47. color11 #d08770
  48. # blue
  49. color4 #81a1c1
  50. color12 #5e81ac
  51. # magenta
  52. color5 #b48ead
  53. color13 #b48ead
  54. # cyan
  55. color6 #88c0d0
  56. color14 #8fbcbb
  57. # white
  58. color7 #e5e9f0
  59. color15 #eceff4