blob: dca7783a4c536dba442dc8db83b3a1e4aae41065 (
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
|
# https://raw.githubusercontent.com/Yazeed1s/oh-lucy.nvim/main/terminal/kitty/ohlucy.conf
# vim:ft=kitty
background #1B1D26
foreground #DFE0EA
selection_foreground #1A1B1F
selection_background #CFD0D7
cursor #DFE0EA
cursor_text_color background
active_tab_background #E85A84
active_tab_foreground #DFE0EA
active_tab_font_style bold
inactive_tab_background #2D313B
inactive_tab_foreground #CFD0D7
inactive_tab_font_style italic
# Black
color0 #272932
color8 #2B2F39
# Red
color1 #E85A84
color9 #E85A84
# Green
color2 #94DD8E
color10 #94DD8E
# Yellow
color3 #E9D26C
color11 #E9D26C
# Blue
color4 #7EB7E6
color12 #7EB7E6
# Magenta
color5 #D895C7
color13 #D895C7
# Cyan
color6 #89BEB7
color14 #89BEB7
# White
color7 #CFD0D7
color15 #DFE0EA
|