diff options
| author | 2026-02-21 14:54:14 -0500 | |
|---|---|---|
| committer | 2026-02-21 14:54:14 -0500 | |
| commit | d9be77d6429d598f3ec7eead1620c33556b7c865 (patch) | |
| tree | e5537c045d868e7a65147a69746ec173a217d327 /kitty/kitty.conf | |
initial commit
Diffstat (limited to 'kitty/kitty.conf')
| -rw-r--r-- | kitty/kitty.conf | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..d15212a --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,79 @@ +confirm_os_window_close 0 +# Font settings +font_family JetBrains Mono Nerd Font Mono +font_size 10.0 + +# vim:ft=kitty + +## name: Mono Glow Lack +## author: wnkz (https://github.com/wnkz) +## license: APACHE-2.0 +## upstream: https://github.com/wnkz/monoglow.nvim/raw/main/extras/kitty/monoglow_lack.conf + +#: The basic colors + +background #101010 +foreground #cccccc +selection_background #282828 +selection_foreground #dddddd + + +#: Cursor colors + +cursor #cccccc +cursor_text_color #101010 + + +#: URL underline color when hovering with mouse + +url_color #708090 + + +#: kitty window border colors and terminal bell colors + +active_border_color #1bfd9c + + +#: Tab bar colors + +active_tab_background #dddddd +active_tab_foreground #0d0d0d +inactive_tab_background #2a2a2a +inactive_tab_foreground #7a7a7a +tab_bar_background none +tab_bar_margin_color none + + +#: The basic 16 colors + +#: black +color0 #2a2a2a +color8 #4a4a4a + +#: red +color1 #deeeed +color9 #708090 + +#: green +color2 #1bfd9c +color10 #a6ffc9 + +#: yellow +color3 #b4b4b4 +color11 #dddddd + +#: blue +color4 #7a7a7a +color12 #aaaaaa + +#: magenta +color5 #66b2b2 +color13 #49c4c4 + +#: cyan +color6 #cccccc +color14 #d3d3d3 + +#: white +color7 #f1f1f1 +color15 #ffffff |
