blob: 61ca426721316b596aa300bf4266a69d0d47799d (
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
# SETTINGS
font_size 14
background_opacity 0.9
confirm_os_window_close 0
window_padding_width 5
cursor_blink_interval 0
bold_font auto
italic_font auto
bold_italic_font auto
map alt+c copy_to_clipboard
map alt+v paste_from_clipboard
map alt+k scroll_line_up
map alt+j scroll_line_down
map alt+shift+k increase_font_size
map alt+shift+j decrease_font_size
map alt+0 change_font_size all 0
map alt+l open_url_with_hints
# vim:ft=kitty
## name: Everforest Dark Hard
## author: Emil Löfquist (https://github.com/ewal)
## license: MIT
## upstream: https://github.com/ewal/kitty-everforest/blob/master/themes/everforest_dark_hard.conf
## blurb: Dark (hard) theme based on https://github.com/sainnhe/everforest for Vim.
foreground #d3c6aa
background #2b3339
selection_foreground #9da9a0
selection_background #503946
cursor #d3c6aa
cursor_text_color #323c41
url_color #7fbbb3
active_border_color #a7c080
inactive_border_color #53605c
bell_border_color #e69875
visual_bell_color none
wayland_titlebar_color system
macos_titlebar_color system
active_tab_background #2b3339
active_tab_foreground #d3c6aa
inactive_tab_background #3a454a
inactive_tab_foreground #9da9a0
tab_bar_background #323c41
tab_bar_margin_color none
mark1_foreground #2b3339
mark1_background #7fbbb3
mark2_foreground #2b3339
mark2_background #d3c6aa
mark3_foreground #2b3339
mark3_background #d699b6
#: black
color0 #374247
color8 #404c51
#: red
color1 #e67e80
color9 #e67e80
#: green
color2 #a7c080
color10 #a7c080
#: yellow
color3 #dbbc7f
color11 #dbbc7f
#: blue
color4 #7fbbb3
color12 #7fbbb3
#: magenta
color5 #d699b6
color13 #d699b6
#: cyan
color6 #83c092
color14 #83c092
#: white
color7 #859289
color15 #9da9a0
|