File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ map kitty_mod+n new_os_window_with_cwd
2525map ctrl+shift+alt+n new_os_window
2626
2727# Color scheme and background
28- include themes/tokyonight-night .conf
28+ include themes/ayu .conf
2929background_opacity 1.00
3030# dynamic background opacity must only be set after the background color
3131dynamic_background_opacity yes
Original file line number Diff line number Diff line change 1+ # From: https://github.com/kovidgoyal/kitty-themes
2+
3+ background #0e1419
4+ foreground #e5e1cf
5+ cursor #f19618
6+ selection_background #243340
7+ color0 #000000
8+ color8 #323232
9+ color1 #ff3333
10+ color9 #ff6565
11+ color2 #b8cc52
12+ color10 #e9fe83
13+ color3 #e6c446
14+ color11 #fff778
15+ color4 #36a3d9
16+ color12 #68d4ff
17+ color5 #f07078
18+ color13 #ffa3aa
19+ color6 #95e5cb
20+ color14 #c7fffc
21+ color7 #ffffff
22+ color15 #ffffff
23+ selection_foreground #0e1419
Original file line number Diff line number Diff line change 1+ # From: https://github.com/kovidgoyal/kitty-themes
2+
3+ background #fafafa
4+ foreground #5b6673
5+ cursor #ff6900
6+ selection_background #f0ede4
7+ color0 #000000
8+ color8 #323232
9+ color1 #ff3333
10+ color9 #ff6565
11+ color2 #86b200
12+ color10 #b8e532
13+ color3 #f19618
14+ color11 #ffc849
15+ color4 #41a6d9
16+ color12 #73d7ff
17+ color5 #f07078
18+ color13 #ffa3aa
19+ color6 #4cbe99
20+ color14 #7ff0cb
21+ color7 #ffffff
22+ color15 #ffffff
23+ selection_foreground #fafafa
Original file line number Diff line number Diff line change 1+ # From: https://github.com/kovidgoyal/kitty-themes
2+
3+ background #212733
4+ foreground #d9d7ce
5+ cursor #ffcc66
6+ selection_background #343f4c
7+ color0 #191e2a
8+ color8 #686868
9+ color1 #ed8274
10+ color9 #f28779
11+ color2 #a6cc70
12+ color10 #bae67e
13+ color3 #fad07b
14+ color11 #ffd580
15+ color4 #6dcbfa
16+ color12 #73d0ff
17+ color5 #cfbafa
18+ color13 #d4bfff
19+ color6 #90e1c6
20+ color14 #95e6cb
21+ color7 #c7c7c7
22+ color15 #ffffff
23+ selection_foreground #212733
You can’t perform that action at this time.
0 commit comments