aboutsummaryrefslogtreecommitdiffstats
path: root/kitty/.config/kitty/modus_operandi.conf
blob: 46b2cbc388cffa3f31434e8ce9e4c26d6c40cac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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