Modus_Vivendi_Tinted.conf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # vim:ft=kitty
  2. ## name: Modus Vivendi Tinted
  3. ## author: Protesilaos Stavrou
  4. ## license: GNU GPLv3
  5. ## blurb: Highly accessible themes made for GNU Emacs, conforming with the highest
  6. ## standard for colour contrast between background and foreground values (WCAG AAA)
  7. # The basic colors
  8. foreground #ffffff
  9. background #0d0e1c
  10. selection_foreground #ffffff
  11. selection_background #5c5c5c
  12. # Cursor colors
  13. cursor #ffffff
  14. cursor_text_color #0d0e1c
  15. # kitty window border colors
  16. active_border_color #c6daff
  17. inactive_border_color #595959
  18. # Tab bar colors
  19. active_tab_foreground #ffffff
  20. active_tab_background #4a4f6a
  21. inactive_tab_foreground #969696
  22. inactive_tab_background #2b3046
  23. # The basic 16 colors
  24. # black
  25. color0 #0d0e1c
  26. color8 #595959
  27. # red
  28. color1 #ff5f59
  29. color9 #ff7f9f
  30. # green
  31. color2 #44bc44
  32. color10 #70b900
  33. # yellow
  34. color3 #d0bc00
  35. color11 #fec43f
  36. # blue
  37. color4 #2fafff
  38. color12 #79a8ff
  39. # magenta
  40. color5 #feacd0
  41. color13 #b6a0ff
  42. # cyan
  43. color6 #00d3d0
  44. color14 #6ae4b9
  45. # white
  46. color7 #989898
  47. color15 #ffffff