diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-11-01 17:57:03 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-11-01 17:57:03 +0100 |
| commit | 16be23257fd3723a5df559dc6fa7ca44395ba5b6 (patch) | |
| tree | d19e94794705ed4db6698f98a0851c085afa46c4 /kitty | |
| parent | b133da1a68b69ce332d0b153f95731f2870070ea (diff) | |
| download | dotfiles-16be23257fd3723a5df559dc6fa7ca44395ba5b6.tar.gz dotfiles-16be23257fd3723a5df559dc6fa7ca44395ba5b6.tar.bz2 dotfiles-16be23257fd3723a5df559dc6fa7ca44395ba5b6.zip | |
Kitty...
Diffstat (limited to 'kitty')
| -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 | ||
