diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-03-16 16:58:17 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-09-07 17:29:40 +0200 |
| commit | 8cd49ad1e6da644f24fa1c255f754d4e5925284c (patch) | |
| tree | 7f1953034852ab4562b7657ab9a2ba3f3fe612b0 | |
| parent | 52ce9bf040edba6a440e417e1049400ee7997bca (diff) | |
| download | dots-8cd49ad1e6da644f24fa1c255f754d4e5925284c.tar.gz | |
kitty: Change background and foreground color to darcula
| -rw-r--r-- | kitty.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1235,8 +1235,8 @@ bold_italic_font auto #: Color scheme {{{ -# foreground #dddddd -# background #000000 +foreground #a9b7c6 +background #2b2b2b #: The foreground and background colors. |