diff options
Diffstat (limited to 'kitty/kitty.conf')
| -rw-r--r-- | kitty/kitty.conf | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..938d589 --- /dev/null +++ b/kitty/kitty.conf | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | font_family family="JetBrains Mono NL" | ||
| 2 | bold_font auto | ||
| 3 | italic_font auto | ||
| 4 | bold_italic_font auto | ||
| 5 | |||
| 6 | # 1984 theme by Bertie Blackman, https://github.com/covertbert/iterm2-1984/ | ||
| 7 | |||
| 8 | foreground #ffffff | ||
| 9 | background #0d0f31 | ||
| 10 | selection_foreground #000000 | ||
| 11 | selection_background #00d5eb | ||
| 12 | color0 #000000 | ||
| 13 | color1 #ff16b0 | ||
| 14 | color2 #b3f361 | ||
| 15 | color3 #ffea16 | ||
| 16 | color4 #46bdff | ||
| 17 | color5 #f806fa | ||
| 18 | color6 #59e1e3 | ||
| 19 | color7 #feffff | ||
| 20 | color8 #000000 | ||
| 21 | color9 #ff16b0 | ||
| 22 | color10 #b3f361 | ||
| 23 | color11 #ffea16 | ||
| 24 | color12 #46bdff | ||
| 25 | color13 #f806fa | ||
| 26 | color14 #6be4e6 | ||
| 27 | color15 #feffff | ||
| 28 | |||
| 29 | # URL styles | ||
| 30 | url_color #f806fa | ||
| 31 | url_style single | ||
| 32 | |||
| 33 | # Cursor styles | ||
| 34 | cursor #59e1e3 | ||
