diff options
Diffstat (limited to '.config/kitty/themes')
| -rw-r--r-- | .config/kitty/themes/Homebrew.conf | 23 | ||||
| -rw-r--r-- | .config/kitty/themes/uwu.conf | 40 |
2 files changed, 63 insertions, 0 deletions
diff --git a/.config/kitty/themes/Homebrew.conf b/.config/kitty/themes/Homebrew.conf new file mode 100644 index 0000000..d96bb72 --- /dev/null +++ b/.config/kitty/themes/Homebrew.conf @@ -0,0 +1,23 @@ +# Theme ported from the Mac Terminal application. + +background #000000 +foreground #00ff00 +cursor #23ff18 +selection_background #083905 +color0 #000000 +color8 #666666 +color1 #990000 +color9 #e50000 +color2 #00a600 +color10 #00d900 +color3 #999900 +color11 #e5e500 +color4 #0000b2 +color12 #0000ff +color5 #b200b2 +color13 #e500e5 +color6 #00a6b2 +color14 #00e5e5 +color7 #bebebe +color15 #e5e5e5 +selection_foreground #000000 diff --git a/.config/kitty/themes/uwu.conf b/.config/kitty/themes/uwu.conf new file mode 100644 index 0000000..bcd86b9 --- /dev/null +++ b/.config/kitty/themes/uwu.conf @@ -0,0 +1,40 @@ +font_family CaskaydiaCove Nerd Font Mono +font_size 10 + +window_padding_width 5 + +foreground #c5c8c9 +background #131A1C +cursor #232a2c +color0 #f65b5b +color1 #e74c4c +color2 #6bb05d +color3 #e59e67 +color4 #5b98a9 +color5 #b185db +color6 #51a39f +color7 #c4c4c4 +color8 #343636 +color9 #c26f6f +color10 #8dc776 +color11 #e7ac7e +color12 #7ab3c3 +color13 #bb84e5 +color14 #6db0ad +color15 #cccccc +selection_foreground #131A1C +selection_background #232a2c + +# Tabs + +tab_bar_edge bottom +tab_bar_style powerline + +tab_separator "|" + +active_tab_foreground #E182E0 +active_tab_background #1b2224 +inactive_tab_foreground #CD69CC +inactive_tab_background #232a2c +active_tab_font_style italic + |
