aboutsummaryrefslogtreecommitdiffstats
path: root/kitty/.config/kitty/modus_operandi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kitty/.config/kitty/modus_operandi.conf')
-rw-r--r--kitty/.config/kitty/modus_operandi.conf60
1 files changed, 60 insertions, 0 deletions
diff --git a/kitty/.config/kitty/modus_operandi.conf b/kitty/.config/kitty/modus_operandi.conf
new file mode 100644
index 0000000..46b2cbc
--- /dev/null
+++ b/kitty/.config/kitty/modus_operandi.conf
@@ -0,0 +1,60 @@
+# vim:ft=kitty
+
+## name: Modus Operandi Tinted
+## author: Protesilaos Stavrou
+## license: GNU GPLv3
+## blurb: Highly accessible themes made for GNU Emacs, conforming with the highest
+## standard for colour contrast between background and foreground values (WCAG AAA)
+
+# The basic colors
+foreground #000000
+background #fbf7f0
+selection_foreground #000000
+selection_background #bcbcbc
+
+# Cursor colors
+cursor #000000
+cursor_text_color #fbf7f0
+
+# kitty window border colors
+active_border_color #193668
+inactive_border_color #9f9f9f
+
+# Tab bar colors
+active_tab_foreground #000000
+active_tab_background #c9b8b1
+inactive_tab_foreground #585858
+inactive_tab_background #dfd6cd
+
+# The basic 16 colors
+# black
+color0 #000000
+color8 #585858
+
+# red
+color1 #a60000
+color9 #972500
+
+# green
+color2 #006800
+color10 #316500
+
+# yellow
+color3 #6f5500
+color11 #884900
+
+# blue
+color4 #0031a9
+color12 #354fcf
+
+# magenta
+color5 #721045
+color13 #531ab6
+
+# cyan
+color6 #00538b
+color14 #005a5f
+
+# white
+color7 #dfd6cd
+color15 #fbf7f0