Modus_Operandi.conf 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # vim:ft=kitty
  2. ## name: Modus Operandi
  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 #000000
  9. background #ffffff
  10. selection_foreground #000000
  11. selection_background #bcbcbc
  12. # Cursor colors
  13. cursor #000000
  14. cursor_text_color #ffffff
  15. # kitty window border colors
  16. active_border_color #193668
  17. inactive_border_color #9f9f9f
  18. # Tab bar colors
  19. active_tab_foreground #000000
  20. active_tab_background #c4c4c4
  21. inactive_tab_foreground #585858
  22. inactive_tab_background #e3e3e3
  23. # The basic 16 colors
  24. # black
  25. color0 #000000
  26. color8 #585858
  27. # red
  28. color1 #a60000
  29. color9 #972500
  30. # green
  31. color2 #006800
  32. color10 #316500
  33. # yellow
  34. color3 #6f5500
  35. color11 #884900
  36. # blue
  37. color4 #0031a9
  38. color12 #354fcf
  39. # magenta
  40. color5 #721045
  41. color13 #531ab6
  42. # cyan
  43. color6 #00538b
  44. color14 #005a5f
  45. # white
  46. color7 #c4c4c4
  47. color15 #595959